Html Css Color HEX #E84020 Cinnabar

📋 copy color: '#E84020'

red 232 ◦ green 64 ◦ blue 32

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

Shades of Cinnabar #E84020

Tints of Cinnabar #E84020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

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

R = 70.73%
G = 19.51%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E84020 (or 0xE84020) is known color: Cinnabar. HEX triplet: E8, 40 and 20. RGB value is (232,64,32). Sum of RGB (Red+Green+Blue) = 232+64+32=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E84020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84020 is #17BFDF. Grayscale: #6E6E6E. Windows color (decimal): -1556448 or 2113768. OLE color: 2113768.

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

Color convert

RGB 232 64 32 -
CMYK 0 0.72 0.86 0.09
HSL 9.6º 0.81% 0.52% -
HSV(B) 9.6º 0.86% 0.91% -
XYZ 35.37 20.93 3.54 -
YUV 110.58 83.66 214.6 -
System Red Green Blue C M Y K H S L
Decimal 232 64 32 0 0.72 0.86 0.09 9.6 0.81 0.52
Hex E8 40 20 0 48 56 9 A 51 34
Octal 350 100 40 0 110 126 11 12 121 64
Binary 11101000 1000000 100000 0 1001000 1010110 1001 1010 1010001 110100

Color Harmonies of #E84020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84020

Black with #E84020

Text Example


Text Example

White with #E84020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84020; }

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

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

background-color css

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

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

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

border-color css

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

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

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