Html Css Color HEX #E85020 Cinnabar

📋 copy color: '#E85020'

red 232 ◦ green 80 ◦ blue 32

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

Shades of Cinnabar #E85020

Tints of Cinnabar #E85020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

 BLUE value IS 32 (12.89% from 255) = 9.3%

R = 67.44%
G = 23.26%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E85020 (or 0xE85020) is known color: Cinnabar. HEX triplet: E8, 50 and 20. RGB value is (232,80,32). Sum of RGB (Red+Green+Blue) = 232+80+32=344 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.44% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 232 - color contains mainly: red. Hex color #E85020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85020 is #17AFDF. Grayscale: #787878. Windows color (decimal): -1552352 or 2117864. OLE color: 2117864.

HSL color Cylindrical-coordinate representation of color #E85020: hue angle of 14.4º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E85020 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 80 32 -
CMYK 0 0.66 0.86 0.09
HSL 14.4º 0.81% 0.52% -
HSV(B) 14.4º 0.86% 0.91% -
XYZ 36.41 23 3.89 -
YUV 119.98 78.36 207.9 -
System Red Green Blue C M Y K H S L
Decimal 232 80 32 0 0.66 0.86 0.09 14.4 0.81 0.52
Hex E8 50 20 0 42 56 9 E 51 34
Octal 350 120 40 0 102 126 11 16 121 64
Binary 11101000 1010000 100000 0 1000010 1010110 1001 1110 1010001 110100

Color Harmonies of #E85020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85020

Black with #E85020

Text Example


Text Example

White with #E85020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85020; }

 p { color: rgb(232,80,32); }

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

background-color css

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

 a { background-color: rgb(232,80,32); }

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

border-color css

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

 span { border-color: rgb(232,80,32); }

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