#9E1E21

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

Shades of Bright Red #9E1E21

Tints of Bright Red #9E1E21

Color information

#9E1E21 (or 0x9E1E21) is unknown color: approx Bright Red. HEX triplet: 9E, 1E and 21. RGB value is (158,30,33). Sum of RGB (Red+Green+Blue) = 158+30+33=221 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.49% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1E21 is #61E1DE. Grayscale: #444444. Windows color (decimal): -6414815 or 2170526. OLE color: 2170526.

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

Color convert

RGB1583033-
CMYK00.810.790.38
HSL358.59º68.09%36.86%-
HSV(B)358.59º81.01%61.96%-
XYZ14.848.312.26-
YUV68.61107.91191.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 71.49%
GREEN value IS 30 (12.11% from 255) = 13.57%
BLUE value IS 33 (13.28% from 255) = 14.93%
R=71.49%
G=13.57%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158303300.810.790.38358.5968.0936.86
Hex9E1E210514F261674425
Octal236364101211174654710445
Binary10011110111101000010101000110011111001101011001111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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