Html Css Color HEX #E04020 Cinnabar

📋 copy color: '#E04020'

red 224 ◦ green 64 ◦ blue 32

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

Shades of Cinnabar #E04020

Tints of Cinnabar #E04020

RGB

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

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

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

R = 70%
G = 20%
B = 10%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E04020 (or 0xE04020) is known color: Cinnabar. HEX triplet: E0, 40 and 20. RGB value is (224,64,32). Sum of RGB (Red+Green+Blue) = 224+64+32=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E04020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04020 is #1FBFDF. Grayscale: #6C6C6C. Windows color (decimal): -2080736 or 2113760. OLE color: 2113760.

HSL color Cylindrical-coordinate representation of color #E04020: hue angle of 10º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E04020 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 64 32 -
CMYK 0 0.71 0.86 0.12
HSL 10º 0.76% 0.5% -
HSV(B) 10º 0.86% 0.88% -
XYZ 32.83 19.62 3.42 -
YUV 108.19 85.01 210.6 -
System Red Green Blue C M Y K H S L
Decimal 224 64 32 0 0.71 0.86 0.12 10 0.76 0.5
Hex E0 40 20 0 47 56 C A 4C 32
Octal 340 100 40 0 107 126 14 12 114 62
Binary 11100000 1000000 100000 0 1000111 1010110 1100 1010 1001100 110010

Color Harmonies of #E04020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04020

Black with #E04020

Text Example


Text Example

White with #E04020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04020; }

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

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

background-color css

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

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

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

border-color css

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

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

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