#9F1337

Color #9F1337 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9F1337

Tints of Bright Red #9F1337

Color information

#9F1337 (or 0x9F1337) is unknown color: approx Bright Red. HEX triplet: 9F, 13 and 37. RGB value is (159,19,55). Sum of RGB (Red+Green+Blue) = 159+19+55=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1337 is #60ECC8. Grayscale: #404040. Windows color (decimal): -6352073 or 3609503. OLE color: 3609503.

HSL color Cylindrical-coordinate representation of color #9F1337: hue angle of 344.57º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1337 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB1591955-
CMYK00.880.650.38
HSL344.57º78.65%34.9%-
HSV(B)344.57º88.05%62.35%-
XYZ15.228.114.38-
YUV64.96122.38195.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 68.24%
GREEN value IS 19 (7.81% from 255) = 8.15%
BLUE value IS 55 (21.88% from 255) = 23.61%
R=68.24%
G=8.15%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159195500.880.650.38344.5778.6534.9
Hex9F133705841261594f23
Octal237236701301014653111743
Binary10011111100111101110101100010000011001101010110011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F1337; }

 p { color: rgb(159,19,55); }

 H1.HeaderClassName
 {
   color: #9F1337;
 }
 .AnyTagClassName
 {
   color: #9F1337;
 }
</style>
background-color css

<style>
 a { background-color: #9F1337; }

 a { background-color: rgb(159,19,55); }

 div.DivClassName
 {
   background-color: #9F1337;
 }
 .BgClassName
 {
   background-color: #9F1337;
 }
</style>
border-color css

<style>
 span { border-color: #9F1337; }

 span { border-color: rgb(159,19,55); }

 td.TdClassName
 {
   border-color: #9F1337;
 }
 .TagClassName
 {
   border-color: #9F1337;
 }
</style>