Html Css Color HEX #E05040 Cinnabar

📋 copy color: '#E05040'

red 224 ◦ green 80 ◦ blue 64

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

Shades of Cinnabar #E05040

Tints of Cinnabar #E05040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.39%

R = 60.87%
G = 21.74%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E05040 (or 0xE05040) is known color: Cinnabar. HEX triplet: E0, 50 and 40. RGB value is (224,80,64). Sum of RGB (Red+Green+Blue) = 224+80+64=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E05040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05040 is #1FAFBF. Grayscale: #797979. Windows color (decimal): -2076608 or 4215008. OLE color: 4215008.

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

Color convert

RGB 224 80 64 -
CMYK 0 0.64 0.71 0.12
HSL 0.72% 0.56% -
HSV(B) 0.71% 0.88% -
XYZ 34.53 21.95 7.27 -
YUV 121.23 95.71 201.3 -
System Red Green Blue C M Y K H S L
Decimal 224 80 64 0 0.64 0.71 0.12 6 0.72 0.56
Hex E0 50 40 0 40 47 C 6 48 38
Octal 340 120 100 0 100 107 14 6 110 70
Binary 11100000 1010000 1000000 0 1000000 1000111 1100 110 1001000 111000

Color Harmonies of #E05040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05040

Black with #E05040

Text Example


Text Example

White with #E05040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05040; }

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

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

background-color css

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

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

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

border-color css

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

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

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