Html Css Color HEX #E04C42 Cinnabar

📋 copy color: '#E04C42'

red 224 ◦ green 76 ◦ blue 66

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

Shades of Cinnabar #E04C42

Tints of Cinnabar #E04C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.77%

 BLUE value IS 66 (26.17% from 255) = 18.03%

R = 61.2%
G = 20.77%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E04C42 (or 0xE04C42) is known color: Cinnabar. HEX triplet: E0, 4C and 42. RGB value is (224,76,66). Sum of RGB (Red+Green+Blue) = 224+76+66=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04C42 is #1FB3BD. Grayscale: #777777. Windows color (decimal): -2077630 or 4345056. OLE color: 4345056.

HSL color Cylindrical-coordinate representation of color #E04C42: hue angle of 3.8º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04C42 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 76 66 -
CMYK 0 0.66 0.71 0.12
HSL 3.8º 0.72% 0.57% -
HSV(B) 3.8º 0.71% 0.88% -
XYZ 34.31 21.41 7.48 -
YUV 119.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 224 76 66 0 0.66 0.71 0.12 3.8 0.72 0.57
Hex E0 4C 42 0 42 47 C 4 48 39
Octal 340 114 102 0 102 107 14 4 110 71
Binary 11100000 1001100 1000010 0 1000010 1000111 1100 100 1001000 111001

Color Harmonies of #E04C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04C42

Black with #E04C42

Text Example


Text Example

White with #E04C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04C42; }

 p { color: rgb(224,76,66); }

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

background-color css

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

 a { background-color: rgb(224,76,66); }

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

border-color css

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

 span { border-color: rgb(224,76,66); }

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