Html Css Color HEX #E53221 Cinnabar

📋 copy color: '#E53221'

red 229 ◦ green 50 ◦ blue 33

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

Shades of Cinnabar #E53221

Tints of Cinnabar #E53221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.58%

R = 73.4%
G = 16.03%
B = 10.58%

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

#E53221 (or 0xE53221) is known color: Cinnabar. HEX triplet: E5, 32 and 21. RGB value is (229,50,33). Sum of RGB (Red+Green+Blue) = 229+50+33=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E53221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53221 is #1ACDDE. Grayscale: #656565. Windows color (decimal): -1756639 or 2175717. OLE color: 2175717.

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

Color convert

RGB 229 50 33 -
CMYK 0 0.78 0.86 0.10
HSL 5.2º 0.79% 0.51% -
HSV(B) 5.2º 0.86% 0.9% -
XYZ 33.73 19.05 3.34 -
YUV 101.58 89.3 218.88 -
System Red Green Blue C M Y K H S L
Decimal 229 50 33 0 0.78 0.86 0.10 5.2 0.79 0.51
Hex E5 32 21 0 4E 56 A 5 4F 33
Octal 345 62 41 0 116 126 12 5 117 63
Binary 11100101 110010 100001 0 1001110 1010110 1010 101 1001111 110011

Color Harmonies of #E53221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53221

Black with #E53221

Text Example


Text Example

White with #E53221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53221; }

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

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

background-color css

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

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

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

border-color css

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

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

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