Html Css Color HEX #E42922 Cinnabar

📋 copy color: '#E42922'

red 228 ◦ green 41 ◦ blue 34

#E42922
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #E42922

Tints of Cinnabar #E42922

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 value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E42922 (or 0xE42922) is known color: 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

RGB 228 41 34 -
CMYK 0 0.82 0.85 0.11
HSL 2.16º 0.78% 0.51% -
HSV(B) 2.16º 0.85% 0.89% -
XYZ 33.08 18.2 3.28 -
YUV 96.12 92.95 222.07 -
System Red Green Blue C M Y K H S L
Decimal 228 41 34 0 0.82 0.85 0.11 2.16 0.78 0.51
Hex E4 29 22 0 52 55 B 2 4E 33
Octal 344 51 42 0 122 125 13 2 116 63
Binary 11100100 101001 100010 0 1010010 1010101 1011 10 1001110 110011

Color Harmonies of #E42922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42922

Black with #E42922

Text Example


Text Example

White with #E42922

Text Example


Text Example

HTML Codes & Css Web 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>