Html Css Color HEX #E04442 Cinnabar

📋 copy color: '#E04442'

red 224 ◦ green 68 ◦ blue 66

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

Shades of Cinnabar #E04442

Tints of Cinnabar #E04442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.99%

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

R = 62.57%
G = 18.99%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E04442 (or 0xE04442) is known color: Cinnabar. HEX triplet: E0, 44 and 42. RGB value is (224,68,66). Sum of RGB (Red+Green+Blue) = 224+68+66=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E04442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04442 is #1FBBBD. Grayscale: #727272. Windows color (decimal): -2079678 or 4343008. OLE color: 4343008.

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

Color convert

RGB 224 68 66 -
CMYK 0 0.70 0.71 0.12
HSL 0.76º 0.72% 0.57% -
HSV(B) 0.76º 0.71% 0.88% -
XYZ 33.79 20.37 7.31 -
YUV 114.42 100.68 206.16 -
System Red Green Blue C M Y K H S L
Decimal 224 68 66 0 0.70 0.71 0.12 0.76 0.72 0.57
Hex E0 44 42 0 46 47 C 1 48 39
Octal 340 104 102 0 106 107 14 1 110 71
Binary 11100000 1000100 1000010 0 1000110 1000111 1100 1 1001000 111001

Color Harmonies of #E04442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04442

Black with #E04442

Text Example


Text Example

White with #E04442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04442; }

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

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

background-color css

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

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

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

border-color css

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

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

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