Html Css Color HEX #E53332 Cinnabar

📋 copy color: '#E53332'

red 229 ◦ green 51 ◦ blue 50

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

Shades of Cinnabar #E53332

Tints of Cinnabar #E53332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

 BLUE value IS 50 (19.92% from 255) = 15.15%

R = 69.39%
G = 15.45%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E53332 (or 0xE53332) is known color: Cinnabar. HEX triplet: E5, 33 and 32. RGB value is (229,51,50). Sum of RGB (Red+Green+Blue) = 229+51+50=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E53332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53332 is #1ACCCD. Grayscale: #686868. Windows color (decimal): -1756366 or 3290085. OLE color: 3290085.

HSL color Cylindrical-coordinate representation of color #E53332: hue angle of 0.34º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E53332 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 51 50 -
CMYK 0 0.78 0.78 0.10
HSL 0.34º 0.77% 0.55% -
HSV(B) 0.34º 0.78% 0.9% -
XYZ 34.07 19.26 4.94 -
YUV 104.11 97.47 217.08 -
System Red Green Blue C M Y K H S L
Decimal 229 51 50 0 0.78 0.78 0.10 0.34 0.77 0.55
Hex E5 33 32 0 4E 4E A 0 4D 37
Octal 345 63 62 0 116 116 12 0 115 67
Binary 11100101 110011 110010 0 1001110 1001110 1010 0 1001101 110111

Color Harmonies of #E53332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53332

Black with #E53332

Text Example


Text Example

White with #E53332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53332; }

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

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

background-color css

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

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

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

border-color css

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

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

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