Html Css Color HEX #E05024 Cinnabar

📋 copy color: '#E05024'

red 224 ◦ green 80 ◦ blue 36

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

Shades of Cinnabar #E05024

Tints of Cinnabar #E05024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.59%

R = 65.88%
G = 23.53%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E05024 (or 0xE05024) is known color: Cinnabar. HEX triplet: E0, 50 and 24. RGB value is (224,80,36). Sum of RGB (Red+Green+Blue) = 224+80+36=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E05024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05024 is #1FAFDB. Grayscale: #767676. Windows color (decimal): -2076636 or 2380000. OLE color: 2380000.

HSL color Cylindrical-coordinate representation of color #E05024: hue angle of 14.04º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E05024 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 80 36 -
CMYK 0 0.64 0.84 0.12
HSL 14.04º 0.75% 0.51% -
HSV(B) 14.04º 0.84% 0.88% -
XYZ 33.93 21.71 4.07 -
YUV 118.04 81.71 203.58 -
System Red Green Blue C M Y K H S L
Decimal 224 80 36 0 0.64 0.84 0.12 14.04 0.75 0.51
Hex E0 50 24 0 40 54 C E 4B 33
Octal 340 120 44 0 100 124 14 16 113 63
Binary 11100000 1010000 100100 0 1000000 1010100 1100 1110 1001011 110011

Color Harmonies of #E05024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05024

Black with #E05024

Text Example


Text Example

White with #E05024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05024; }

 p { color: rgb(224,80,36); }

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

background-color css

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

 a { background-color: rgb(224,80,36); }

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

border-color css

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

 span { border-color: rgb(224,80,36); }

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