Html Css Color HEX #E05036 Cinnabar

📋 copy color: '#E05036'

red 224 ◦ green 80 ◦ blue 54

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

Shades of Cinnabar #E05036

Tints of Cinnabar #E05036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.08%

R = 62.57%
G = 22.35%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E05036 (or 0xE05036) is known color: Cinnabar. HEX triplet: E0, 50 and 36. RGB value is (224,80,54). Sum of RGB (Red+Green+Blue) = 224+80+54=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E05036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05036 is #1FAFC9. Grayscale: #787878. Windows color (decimal): -2076618 or 3559648. OLE color: 3559648.

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

Color convert

RGB 224 80 54 -
CMYK 0 0.64 0.76 0.12
HSL 9.18º 0.73% 0.55% -
HSV(B) 9.18º 0.76% 0.88% -
XYZ 34.27 21.85 5.9 -
YUV 120.09 90.71 202.11 -
System Red Green Blue C M Y K H S L
Decimal 224 80 54 0 0.64 0.76 0.12 9.18 0.73 0.55
Hex E0 50 36 0 40 4C C 9 49 37
Octal 340 120 66 0 100 114 14 11 111 67
Binary 11100000 1010000 110110 0 1000000 1001100 1100 1001 1001001 110111

Color Harmonies of #E05036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05036

Black with #E05036

Text Example


Text Example

White with #E05036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05036; }

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

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

background-color css

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

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

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

border-color css

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

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

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