Html Css Color HEX #E05037 Cinnabar

📋 copy color: '#E05037'

red 224 ◦ green 80 ◦ blue 55

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

Shades of Cinnabar #E05037

Tints of Cinnabar #E05037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.32%

R = 62.4%
G = 22.28%
B = 15.32%

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

#E05037 (or 0xE05037) is known color: Cinnabar. HEX triplet: E0, 50 and 37. RGB value is (224,80,55). Sum of RGB (Red+Green+Blue) = 224+80+55=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E05037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05037 is #1FAFC8. Grayscale: #787878. Windows color (decimal): -2076617 or 3625184. OLE color: 3625184.

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

Color convert

RGB 224 80 55 -
CMYK 0 0.64 0.75 0.12
HSL 8.88º 0.73% 0.55% -
HSV(B) 8.88º 0.75% 0.88% -
XYZ 34.3 21.86 6.03 -
YUV 120.21 91.21 202.03 -
System Red Green Blue C M Y K H S L
Decimal 224 80 55 0 0.64 0.75 0.12 8.88 0.73 0.55
Hex E0 50 37 0 40 4B C 9 49 37
Octal 340 120 67 0 100 113 14 11 111 67
Binary 11100000 1010000 110111 0 1000000 1001011 1100 1001 1001001 110111

Color Harmonies of #E05037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05037

Black with #E05037

Text Example


Text Example

White with #E05037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05037; }

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

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

background-color css

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

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

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

border-color css

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

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

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