Html Css Color HEX #E04E32 Cinnabar

📋 copy color: '#E04E32'

red 224 ◦ green 78 ◦ blue 50

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

Shades of Cinnabar #E04E32

Tints of Cinnabar #E04E32

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.16%

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

R = 63.64%
G = 22.16%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E04E32 (or 0xE04E32) is known color: Cinnabar. HEX triplet: E0, 4E and 32. RGB value is (224,78,50). Sum of RGB (Red+Green+Blue) = 224+78+50=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04E32 is #1FB1CD. Grayscale: #767676. Windows color (decimal): -2077134 or 3296992. OLE color: 3296992.

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

Color convert

RGB 224 78 50 -
CMYK 0 0.65 0.78 0.12
HSL 9.66º 0.74% 0.54% -
HSV(B) 9.66º 0.78% 0.88% -
XYZ 34.04 21.53 5.38 -
YUV 118.46 89.37 203.28 -
System Red Green Blue C M Y K H S L
Decimal 224 78 50 0 0.65 0.78 0.12 9.66 0.74 0.54
Hex E0 4E 32 0 41 4E C A 4A 36
Octal 340 116 62 0 101 116 14 12 112 66
Binary 11100000 1001110 110010 0 1000001 1001110 1100 1010 1001010 110110

Color Harmonies of #E04E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04E32

Black with #E04E32

Text Example


Text Example

White with #E04E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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