#9F1920

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

Shades of Bright Red #9F1920

Tints of Bright Red #9F1920

Color information

#9F1920 (or 0x9F1920) is unknown color: approx Bright Red. HEX triplet: 9F, 19 and 20. RGB value is (159,25,32). Sum of RGB (Red+Green+Blue) = 159+25+32=216 (28% of max value = 765). Red value is 159 (62.5% from 255 or 73.61% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1920 is #60E6DF. Grayscale: #414141. Windows color (decimal): -6350560 or 2103711. OLE color: 2103711.

HSL color Cylindrical-coordinate representation of color #9F1920: hue angle of 356.87º degrees, saturation: 0.73, 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 #9F1920 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB1592532-
CMYK00.840.800.38
HSL356.87º72.83%36.08%-
HSV(B)356.87º84.28%62.35%-
XYZ14.918.172.16-
YUV65.86108.89194.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 73.61%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 32 (12.89% from 255) = 14.81%
R=73.61%
G=11.57%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159253200.840.800.38356.8772.8336.08
Hex9F192005450261654924
Octal237314001241204654511144
Binary10011111110011000000101010010100001001101011001011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,25,32); }

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

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

 a { background-color: rgb(159,25,32); }

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

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

 span { border-color: rgb(159,25,32); }

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