Html Css Color HEX #E54220 Cinnabar

📋 copy color: '#E54220'

red 229 ◦ green 66 ◦ blue 32

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

Shades of Cinnabar #E54220

Tints of Cinnabar #E54220

RGB

 RED value IS 229 (89.84% from 255) = 70.03%

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

 BLUE value IS 32 (12.89% from 255) = 9.79%

R = 70.03%
G = 20.18%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E54220 (or 0xE54220) is known color: Cinnabar. HEX triplet: E5, 42 and 20. RGB value is (229,66,32). Sum of RGB (Red+Green+Blue) = 229+66+32=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E54220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54220 is #1ABDDF. Grayscale: #6F6F6F. Windows color (decimal): -1752544 or 2114277. OLE color: 2114277.

HSL color Cylindrical-coordinate representation of color #E54220: hue angle of 10.36º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E54220 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 66 32 -
CMYK 0 0.71 0.86 0.10
HSL 10.36º 0.79% 0.51% -
HSV(B) 10.36º 0.86% 0.9% -
XYZ 34.52 20.66 3.53 -
YUV 110.86 83.5 212.26 -
System Red Green Blue C M Y K H S L
Decimal 229 66 32 0 0.71 0.86 0.10 10.36 0.79 0.51
Hex E5 42 20 0 47 56 A A 4F 33
Octal 345 102 40 0 107 126 12 12 117 63
Binary 11100101 1000010 100000 0 1000111 1010110 1010 1010 1001111 110011

Color Harmonies of #E54220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54220

Black with #E54220

Text Example


Text Example

White with #E54220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54220; }

 p { color: rgb(229,66,32); }

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

background-color css

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

 a { background-color: rgb(229,66,32); }

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

border-color css

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

 span { border-color: rgb(229,66,32); }

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