Html Css Color HEX #E0422B Cinnabar

📋 copy color: '#E0422B'

red 224 ◦ green 66 ◦ blue 43

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

Shades of Cinnabar #E0422B

Tints of Cinnabar #E0422B

RGB

 RED value IS 224 (87.89% from 255) = 67.27%

 GREEN value IS 66 (26.17% from 255) = 19.82%

 BLUE value IS 43 (17.19% from 255) = 12.91%

R = 67.27%
G = 19.82%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0422B (or 0xE0422B) is known color: Cinnabar. HEX triplet: E0, 42 and 2B. RGB value is (224,66,43). Sum of RGB (Red+Green+Blue) = 224+66+43=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E0422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0422B is #1FBDD4. Grayscale: #6E6E6E. Windows color (decimal): -2080213 or 2835168. OLE color: 2835168.

HSL color Cylindrical-coordinate representation of color #E0422B: hue angle of 7.62º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0422B is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 66 43 -
CMYK 0 0.71 0.81 0.12
HSL 7.62º 0.74% 0.52% -
HSV(B) 7.62º 0.81% 0.88% -
XYZ 33.12 19.92 4.38 -
YUV 110.62 89.85 208.87 -
System Red Green Blue C M Y K H S L
Decimal 224 66 43 0 0.71 0.81 0.12 7.62 0.74 0.52
Hex E0 42 2B 0 47 51 C 8 4A 34
Octal 340 102 53 0 107 121 14 10 112 64
Binary 11100000 1000010 101011 0 1000111 1010001 1100 1000 1001010 110100

Color Harmonies of #E0422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0422B

Black with #E0422B

Text Example


Text Example

White with #E0422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0422B; }

 p { color: rgb(224,66,43); }

 H1.HeaderClassName
 {
   color: #E0422B;
 }
 .AnyTagClassName
 {
   color: #E0422B;
 }
</style>

background-color css

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

 a { background-color: rgb(224,66,43); }

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

border-color css

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

 span { border-color: rgb(224,66,43); }

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