Html Css Color HEX #E53220 Cinnabar

📋 copy color: '#E53220'

red 229 ◦ green 50 ◦ blue 32

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

Shades of Cinnabar #E53220

Tints of Cinnabar #E53220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

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

R = 73.63%
G = 16.08%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E53220 (or 0xE53220) is known color: Cinnabar. HEX triplet: E5, 32 and 20. RGB value is (229,50,32). Sum of RGB (Red+Green+Blue) = 229+50+32=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E53220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53220 is #1ACDDF. Grayscale: #656565. Windows color (decimal): -1756640 or 2110181. OLE color: 2110181.

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

Color convert

RGB 229 50 32 -
CMYK 0 0.78 0.86 0.10
HSL 5.48º 0.79% 0.51% -
HSV(B) 5.48º 0.86% 0.9% -
XYZ 33.71 19.04 3.27 -
YUV 101.47 88.8 218.96 -
System Red Green Blue C M Y K H S L
Decimal 229 50 32 0 0.78 0.86 0.10 5.48 0.79 0.51
Hex E5 32 20 0 4E 56 A 5 4F 33
Octal 345 62 40 0 116 126 12 5 117 63
Binary 11100101 110010 100000 0 1001110 1010110 1010 101 1001111 110011

Color Harmonies of #E53220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53220

Black with #E53220

Text Example


Text Example

White with #E53220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53220; }

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

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

background-color css

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

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

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

border-color css

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

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

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