Html Css Color HEX #E05039 Cinnabar

📋 copy color: '#E05039'

red 224 ◦ green 80 ◦ blue 57

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

Shades of Cinnabar #E05039

Tints of Cinnabar #E05039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.79%

R = 62.05%
G = 22.16%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E05039 (or 0xE05039) is known color: Cinnabar. HEX triplet: E0, 50 and 39. RGB value is (224,80,57). Sum of RGB (Red+Green+Blue) = 224+80+57=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E05039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05039 is #1FAFC6. Grayscale: #787878. Windows color (decimal): -2076615 or 3756256. OLE color: 3756256.

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

Color convert

RGB 224 80 57 -
CMYK 0 0.64 0.75 0.12
HSL 8.26º 0.73% 0.55% -
HSV(B) 8.26º 0.75% 0.88% -
XYZ 34.35 21.88 6.28 -
YUV 120.43 92.21 201.87 -
System Red Green Blue C M Y K H S L
Decimal 224 80 57 0 0.64 0.75 0.12 8.26 0.73 0.55
Hex E0 50 39 0 40 4B C 8 49 37
Octal 340 120 71 0 100 113 14 10 111 67
Binary 11100000 1010000 111001 0 1000000 1001011 1100 1000 1001001 110111

Color Harmonies of #E05039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05039

Black with #E05039

Text Example


Text Example

White with #E05039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05039; }

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

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

background-color css

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

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

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

border-color css

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

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

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