Html Css Color HEX #E04842 Cinnabar

📋 copy color: '#E04842'

red 224 ◦ green 72 ◦ blue 66

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

Shades of Cinnabar #E04842

Tints of Cinnabar #E04842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.89%

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

R = 61.88%
G = 19.89%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E04842 (or 0xE04842) is known color: Cinnabar. HEX triplet: E0, 48 and 42. RGB value is (224,72,66). Sum of RGB (Red+Green+Blue) = 224+72+66=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E04842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04842 is #1FB7BD. Grayscale: #747474. Windows color (decimal): -2078654 or 4344032. OLE color: 4344032.

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

Color convert

RGB 224 72 66 -
CMYK 0 0.68 0.71 0.12
HSL 2.28º 0.72% 0.57% -
HSV(B) 2.28º 0.71% 0.88% -
XYZ 34.04 20.88 7.39 -
YUV 116.76 99.36 204.49 -
System Red Green Blue C M Y K H S L
Decimal 224 72 66 0 0.68 0.71 0.12 2.28 0.72 0.57
Hex E0 48 42 0 44 47 C 2 48 39
Octal 340 110 102 0 104 107 14 2 110 71
Binary 11100000 1001000 1000010 0 1000100 1000111 1100 10 1001000 111001

Color Harmonies of #E04842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04842

Black with #E04842

Text Example


Text Example

White with #E04842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04842; }

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

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

background-color css

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

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

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

border-color css

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

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

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