Html Css Color HEX #E03432 Cinnabar

📋 copy color: '#E03432'

red 224 ◦ green 52 ◦ blue 50

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

Shades of Cinnabar #E03432

Tints of Cinnabar #E03432

RGB

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

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

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

R = 68.71%
G = 15.95%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E03432 (or 0xE03432) is known color: Cinnabar. HEX triplet: E0, 34 and 32. RGB value is (224,52,50). Sum of RGB (Red+Green+Blue) = 224+52+50=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E03432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03432 is #1FCBCD. Grayscale: #676767. Windows color (decimal): -2083790 or 3290336. OLE color: 3290336.

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

Color convert

RGB 224 52 50 -
CMYK 0 0.77 0.78 0.12
HSL 0.69º 0.74% 0.54% -
HSV(B) 0.69º 0.78% 0.88% -
XYZ 32.54 18.53 4.88 -
YUV 103.2 97.98 214.16 -
System Red Green Blue C M Y K H S L
Decimal 224 52 50 0 0.77 0.78 0.12 0.69 0.74 0.54
Hex E0 34 32 0 4D 4E C 1 4A 36
Octal 340 64 62 0 115 116 14 1 112 66
Binary 11100000 110100 110010 0 1001101 1001110 1100 1 1001010 110110

Color Harmonies of #E03432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03432

Black with #E03432

Text Example


Text Example

White with #E03432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03432; }

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

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

background-color css

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

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

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

border-color css

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

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

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