#9E1921

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

Shades of Bright Red #9E1921

Tints of Bright Red #9E1921

Color information

#9E1921 (or 0x9E1921) is unknown color: approx Bright Red. HEX triplet: 9E, 19 and 21. RGB value is (158,25,33). Sum of RGB (Red+Green+Blue) = 158+25+33=216 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.15% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1921 is #61E6DE. Grayscale: #414141. Windows color (decimal): -6416095 or 2169246. OLE color: 2169246.

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

Color convert

RGB1582533-
CMYK00.840.790.38
HSL356.39º72.68%35.88%-
HSV(B)356.39º84.18%61.96%-
XYZ14.728.072.22-
YUV65.68109.56193.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 73.15%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 33 (13.28% from 255) = 15.28%
R=73.15%
G=11.57%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158253300.840.790.38356.3972.6835.88
Hex9E19210544F261644924
Octal236314101241174654411144
Binary10011110110011000010101010010011111001101011001001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,25,33); }

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

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

 a { background-color: rgb(158,25,33); }

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

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

 span { border-color: rgb(158,25,33); }

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