#E42922

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

Shades of Cinnabar #E42922

Tints of Cinnabar #E42922

Color information

#E42922 (or 0xE42922) is unknown color: approx Cinnabar. HEX triplet: E4, 29 and 22. RGB value is (228,41,34). Sum of RGB (Red+Green+Blue) = 228+41+34=303 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.25% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 228 - color contains mainly: red. Hex color #E42922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42922 is #1BD6DD. Grayscale: #606060. Windows color (decimal): -1824478 or 2238948. OLE color: 2238948.

HSL color Cylindrical-coordinate representation of color #E42922: hue angle of 2.16º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E42922 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB2284134-
CMYK00.820.850.11
HSL2.16º78.23%51.37%-
HSV(B)2.16º85.09%89.41%-
XYZ33.0818.23.28-
YUV96.1292.95222.07-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 75.25%
GREEN value IS 41 (16.41% from 255) = 13.53%
BLUE value IS 34 (13.67% from 255) = 11.22%
R=75.25%
G=13.53%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228413400.820.850.112.1678.2351.37
HexE4292205255B24e33
Octal3445142012212513211663
Binary111001001010011000100101001010101011011101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42922; }

 p { color: rgb(228,41,34); }

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

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

 a { background-color: rgb(228,41,34); }

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

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

 span { border-color: rgb(228,41,34); }

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