Html Css Color HEX #E03532 Cinnabar

📋 copy color: '#E03532'

red 224 ◦ green 53 ◦ blue 50

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

Shades of Cinnabar #E03532

Tints of Cinnabar #E03532

RGB

 RED value IS 224 (87.89% from 255) = 68.5%

 GREEN value IS 53 (21.09% from 255) = 16.21%

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

R = 68.5%
G = 16.21%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E03532 (or 0xE03532) is known color: Cinnabar. HEX triplet: E0, 35 and 32. RGB value is (224,53,50). Sum of RGB (Red+Green+Blue) = 224+53+50=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E03532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03532 is #1FCACD. Grayscale: #676767. Windows color (decimal): -2083534 or 3290592. OLE color: 3290592.

HSL color Cylindrical-coordinate representation of color #E03532: hue angle of 1.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03532 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 53 50 -
CMYK 0 0.76 0.78 0.12
HSL 1.03º 0.74% 0.54% -
HSV(B) 1.03º 0.78% 0.88% -
XYZ 32.59 18.62 4.89 -
YUV 103.79 97.65 213.74 -
System Red Green Blue C M Y K H S L
Decimal 224 53 50 0 0.76 0.78 0.12 1.03 0.74 0.54
Hex E0 35 32 0 4C 4E C 1 4A 36
Octal 340 65 62 0 114 116 14 1 112 66
Binary 11100000 110101 110010 0 1001100 1001110 1100 1 1001010 110110

Color Harmonies of #E03532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03532

Black with #E03532

Text Example


Text Example

White with #E03532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03532; }

 p { color: rgb(224,53,50); }

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

background-color css

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

 a { background-color: rgb(224,53,50); }

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

border-color css

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

 span { border-color: rgb(224,53,50); }

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