Html Css Color HEX #E04942 Cinnabar

📋 copy color: '#E04942'

red 224 ◦ green 73 ◦ blue 66

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

Shades of Cinnabar #E04942

Tints of Cinnabar #E04942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.11%

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

R = 61.71%
G = 20.11%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E04942 (or 0xE04942) is known color: Cinnabar. HEX triplet: E0, 49 and 42. RGB value is (224,73,66). Sum of RGB (Red+Green+Blue) = 224+73+66=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E04942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04942 is #1FB6BD. Grayscale: #757575. Windows color (decimal): -2078398 or 4344288. OLE color: 4344288.

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

Color convert

RGB 224 73 66 -
CMYK 0 0.67 0.71 0.12
HSL 2.66º 0.72% 0.57% -
HSV(B) 2.66º 0.71% 0.88% -
XYZ 34.11 21.01 7.41 -
YUV 117.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 224 73 66 0 0.67 0.71 0.12 2.66 0.72 0.57
Hex E0 49 42 0 43 47 C 3 48 39
Octal 340 111 102 0 103 107 14 3 110 71
Binary 11100000 1001001 1000010 0 1000011 1000111 1100 11 1001000 111001

Color Harmonies of #E04942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04942

Black with #E04942

Text Example


Text Example

White with #E04942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04942; }

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

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

background-color css

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

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

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

border-color css

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

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

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