Html Css Color HEX #E05124 Cinnabar

📋 copy color: '#E05124'

red 224 ◦ green 81 ◦ blue 36

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

Shades of Cinnabar #E05124

Tints of Cinnabar #E05124

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.75%

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

R = 65.69%
G = 23.75%
B = 10.56%

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

#E05124 (or 0xE05124) is known color: Cinnabar. HEX triplet: E0, 51 and 24. RGB value is (224,81,36). Sum of RGB (Red+Green+Blue) = 224+81+36=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E05124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05124 is #1FAEDB. Grayscale: #767676. Windows color (decimal): -2076380 or 2380256. OLE color: 2380256.

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

Color convert

RGB 224 81 36 -
CMYK 0 0.64 0.84 0.12
HSL 14.36º 0.75% 0.51% -
HSV(B) 14.36º 0.84% 0.88% -
XYZ 34 21.86 4.1 -
YUV 118.63 81.38 203.16 -
System Red Green Blue C M Y K H S L
Decimal 224 81 36 0 0.64 0.84 0.12 14.36 0.75 0.51
Hex E0 51 24 0 40 54 C E 4B 33
Octal 340 121 44 0 100 124 14 16 113 63
Binary 11100000 1010001 100100 0 1000000 1010100 1100 1110 1001011 110011

Color Harmonies of #E05124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05124

Black with #E05124

Text Example


Text Example

White with #E05124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05124; }

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

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

background-color css

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

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

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

border-color css

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

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

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