#E92C28

Color #E92C28 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #E92C28

Tints of Cinnabar #E92C28

Color information

#E92C28 (or 0xE92C28) is unknown color: approx Cinnabar. HEX triplet: E9, 2C and 28. RGB value is (233,44,40). Sum of RGB (Red+Green+Blue) = 233+44+40=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92C28 is #16D3D7. Grayscale: #646464. Windows color (decimal): -1496024 or 2632937. OLE color: 2632937.

HSL color Cylindrical-coordinate representation of color #E92C28: hue angle of 1.24º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E92C28 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB2334440-
CMYK00.810.830.09
HSL1.24º81.43%53.53%-
HSV(B)1.24º82.83%91.37%-
XYZ34.8919.283.89-
YUV100.0694.12222.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 73.50%
GREEN value IS 44 (17.58% from 255) = 13.88%
BLUE value IS 40 (16.02% from 255) = 12.62%
R=73.50%
G=13.88%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233444000.810.830.091.2481.4353.53
HexE92C2805153915136
Octal3515450012112311112166
Binary11101001101100101000010100011010011100111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92C28; }

 p { color: rgb(233,44,40); }

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

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

 a { background-color: rgb(233,44,40); }

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

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

 span { border-color: rgb(233,44,40); }

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