Html Css Color HEX #E53420 Cinnabar

📋 copy color: '#E53420'

red 229 ◦ green 52 ◦ blue 32

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

Shades of Cinnabar #E53420

Tints of Cinnabar #E53420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

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

R = 73.16%
G = 16.61%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E53420 (or 0xE53420) is known color: Cinnabar. HEX triplet: E5, 34 and 20. RGB value is (229,52,32). Sum of RGB (Red+Green+Blue) = 229+52+32=313 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.16% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 229 - color contains mainly: red. Hex color #E53420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53420 is #1ACBDF. Grayscale: #666666. Windows color (decimal): -1756128 or 2110693. OLE color: 2110693.

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

Color convert

RGB 229 52 32 -
CMYK 0 0.77 0.86 0.10
HSL 6.09º 0.79% 0.51% -
HSV(B) 6.09º 0.86% 0.9% -
XYZ 33.8 19.22 3.29 -
YUV 102.64 88.14 218.13 -
System Red Green Blue C M Y K H S L
Decimal 229 52 32 0 0.77 0.86 0.10 6.09 0.79 0.51
Hex E5 34 20 0 4D 56 A 6 4F 33
Octal 345 64 40 0 115 126 12 6 117 63
Binary 11100101 110100 100000 0 1001101 1010110 1010 110 1001111 110011

Color Harmonies of #E53420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53420

Black with #E53420

Text Example


Text Example

White with #E53420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53420; }

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

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

background-color css

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

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

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

border-color css

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

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

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