Html Css Color HEX #E85242 Cinnabar

📋 copy color: '#E85242'

red 232 ◦ green 82 ◦ blue 66

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

Shades of Cinnabar #E85242

Tints of Cinnabar #E85242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.58%

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

R = 61.05%
G = 21.58%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E85242 (or 0xE85242) is known color: Cinnabar. HEX triplet: E8, 52 and 42. RGB value is (232,82,66). Sum of RGB (Red+Green+Blue) = 232+82+66=380 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.05% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 232 - color contains mainly: red. Hex color #E85242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85242 is #17ADBD. Grayscale: #7D7D7D. Windows color (decimal): -1551806 or 4346600. OLE color: 4346600.

HSL color Cylindrical-coordinate representation of color #E85242: hue angle of 5.78º 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 #E85242 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 82 66 -
CMYK 0 0.65 0.72 0.09
HSL 5.78º 0.78% 0.58% -
HSV(B) 5.78º 0.72% 0.91% -
XYZ 37.28 23.58 7.74 -
YUV 125.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 232 82 66 0 0.65 0.72 0.09 5.78 0.78 0.58
Hex E8 52 42 0 41 48 9 6 4E 3A
Octal 350 122 102 0 101 110 11 6 116 72
Binary 11101000 1010010 1000010 0 1000001 1001000 1001 110 1001110 111010

Color Harmonies of #E85242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85242

Black with #E85242

Text Example


Text Example

White with #E85242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85242; }

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

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

background-color css

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

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

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

border-color css

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

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

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