Html Css Color HEX #E55040 Cinnabar

📋 copy color: '#E55040'

red 229 ◦ green 80 ◦ blue 64

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

Shades of Cinnabar #E55040

Tints of Cinnabar #E55040

RGB

 RED value IS 229 (89.84% from 255) = 61.39%

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

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

R = 61.39%
G = 21.45%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E55040 (or 0xE55040) is known color: Cinnabar. HEX triplet: E5, 50 and 40. RGB value is (229,80,64). Sum of RGB (Red+Green+Blue) = 229+80+64=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E55040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55040 is #1AAFBF. Grayscale: #7A7A7A. Windows color (decimal): -1748928 or 4215013. OLE color: 4215013.

HSL color Cylindrical-coordinate representation of color #E55040: hue angle of 5.82º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E55040 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 80 64 -
CMYK 0 0.65 0.72 0.10
HSL 5.82º 0.76% 0.57% -
HSV(B) 5.82º 0.72% 0.9% -
XYZ 36.11 22.77 7.34 -
YUV 122.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 229 80 64 0 0.65 0.72 0.10 5.82 0.76 0.57
Hex E5 50 40 0 41 48 A 6 4C 39
Octal 345 120 100 0 101 110 12 6 114 71
Binary 11100101 1010000 1000000 0 1000001 1001000 1010 110 1001100 111001

Color Harmonies of #E55040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55040

Black with #E55040

Text Example


Text Example

White with #E55040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55040; }

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

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

background-color css

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

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

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

border-color css

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

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

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