Html Css Color HEX #E84A42 Cinnabar

📋 copy color: '#E84A42'

red 232 ◦ green 74 ◦ blue 66

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

Shades of Cinnabar #E84A42

Tints of Cinnabar #E84A42

RGB

 RED value IS 232 (91.02% from 255) = 62.37%

 GREEN value IS 74 (29.3% from 255) = 19.89%

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

R = 62.37%
G = 19.89%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E84A42 (or 0xE84A42) is known color: Cinnabar. HEX triplet: E8, 4A and 42. RGB value is (232,74,66). Sum of RGB (Red+Green+Blue) = 232+74+66=372 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.37% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84A42 is #17B5BD. Grayscale: #787878. Windows color (decimal): -1553854 or 4344552. OLE color: 4344552.

HSL color Cylindrical-coordinate representation of color #E84A42: hue angle of 2.89º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E84A42 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 74 66 -
CMYK 0 0.68 0.72 0.09
HSL 2.89º 0.78% 0.58% -
HSV(B) 2.89º 0.72% 0.91% -
XYZ 36.71 22.45 7.55 -
YUV 120.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 232 74 66 0 0.68 0.72 0.09 2.89 0.78 0.58
Hex E8 4A 42 0 44 48 9 3 4E 3A
Octal 350 112 102 0 104 110 11 3 116 72
Binary 11101000 1001010 1000010 0 1000100 1001000 1001 11 1001110 111010

Color Harmonies of #E84A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84A42

Black with #E84A42

Text Example


Text Example

White with #E84A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84A42; }

 p { color: rgb(232,74,66); }

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

background-color css

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

 a { background-color: rgb(232,74,66); }

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

border-color css

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

 span { border-color: rgb(232,74,66); }

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