Html Css Color HEX #E54420 Cinnabar

📋 copy color: '#E54420'

red 229 ◦ green 68 ◦ blue 32

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

Shades of Cinnabar #E54420

Tints of Cinnabar #E54420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

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

R = 69.6%
G = 20.67%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E54420 (or 0xE54420) is known color: Cinnabar. HEX triplet: E5, 44 and 20. RGB value is (229,68,32). Sum of RGB (Red+Green+Blue) = 229+68+32=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E54420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54420 is #1ABBDF. Grayscale: #707070. Windows color (decimal): -1752032 or 2114789. OLE color: 2114789.

HSL color Cylindrical-coordinate representation of color #E54420: hue angle of 10.96º 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 #E54420 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 68 32 -
CMYK 0 0.70 0.86 0.10
HSL 10.96º 0.79% 0.51% -
HSV(B) 10.96º 0.86% 0.9% -
XYZ 34.64 20.9 3.57 -
YUV 112.04 82.84 211.43 -
System Red Green Blue C M Y K H S L
Decimal 229 68 32 0 0.70 0.86 0.10 10.96 0.79 0.51
Hex E5 44 20 0 46 56 A B 4F 33
Octal 345 104 40 0 106 126 12 13 117 63
Binary 11100101 1000100 100000 0 1000110 1010110 1010 1011 1001111 110011

Color Harmonies of #E54420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54420

Black with #E54420

Text Example


Text Example

White with #E54420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54420; }

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

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

background-color css

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

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

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

border-color css

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

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

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