Html Css Color HEX #E04120 Cinnabar

📋 copy color: '#E04120'

red 224 ◦ green 65 ◦ blue 32

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

Shades of Cinnabar #E04120

Tints of Cinnabar #E04120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.25%

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

R = 69.78%
G = 20.25%
B = 9.97%

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

#E04120 (or 0xE04120) is known color: Cinnabar. HEX triplet: E0, 41 and 20. RGB value is (224,65,32). Sum of RGB (Red+Green+Blue) = 224+65+32=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E04120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04120 is #1FBEDF. Grayscale: #6D6D6D. Windows color (decimal): -2080480 or 2114016. OLE color: 2114016.

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

Color convert

RGB 224 65 32 -
CMYK 0 0.71 0.86 0.12
HSL 10.31º 0.76% 0.5% -
HSV(B) 10.31º 0.86% 0.88% -
XYZ 32.89 19.73 3.44 -
YUV 108.78 84.68 210.18 -
System Red Green Blue C M Y K H S L
Decimal 224 65 32 0 0.71 0.86 0.12 10.31 0.76 0.5
Hex E0 41 20 0 47 56 C A 4C 32
Octal 340 101 40 0 107 126 14 12 114 62
Binary 11100000 1000001 100000 0 1000111 1010110 1100 1010 1001100 110010

Color Harmonies of #E04120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04120

Black with #E04120

Text Example


Text Example

White with #E04120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04120; }

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

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

background-color css

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

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

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

border-color css

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

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

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