#9F1A31

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

Shades of Bright Red #9F1A31

Tints of Bright Red #9F1A31

Color information

#9F1A31 (or 0x9F1A31) is unknown color: approx Bright Red. HEX triplet: 9F, 1A and 31. RGB value is (159,26,49). Sum of RGB (Red+Green+Blue) = 159+26+49=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1A31 is #60E5CE. Grayscale: #444444. Windows color (decimal): -6350287 or 3218079. OLE color: 3218079.

HSL color Cylindrical-coordinate representation of color #9F1A31: hue angle of 349.62º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1A31 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB1592649-
CMYK00.840.690.38
HSL349.62º71.89%36.27%-
HSV(B)349.62º83.65%62.35%-
XYZ15.228.333.71-
YUV68.39117.06192.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.95%
GREEN value IS 26 (10.55% from 255) = 11.11%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=67.95%
G=11.11%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159264900.840.690.38349.6271.8936.27
Hex9F1A31054452615e4824
Octal237326101241054653611044
Binary10011111110101100010101010010001011001101010111101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,26,49); }

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

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

 a { background-color: rgb(159,26,49); }

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

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

 span { border-color: rgb(159,26,49); }

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