Html Css Color HEX #E55240 Cinnabar

📋 copy color: '#E55240'

red 229 ◦ green 82 ◦ blue 64

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

Shades of Cinnabar #E55240

Tints of Cinnabar #E55240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.87%

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

R = 61.07%
G = 21.87%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E55240 (or 0xE55240) is known color: Cinnabar. HEX triplet: E5, 52 and 40. RGB value is (229,82,64). Sum of RGB (Red+Green+Blue) = 229+82+64=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E55240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55240 is #1AADBF. Grayscale: #7C7C7C. Windows color (decimal): -1748416 or 4215525. OLE color: 4215525.

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

Color convert

RGB 229 82 64 -
CMYK 0 0.64 0.72 0.10
HSL 6.55º 0.76% 0.57% -
HSV(B) 6.55º 0.72% 0.9% -
XYZ 36.26 23.06 7.39 -
YUV 123.9 94.2 202.96 -
System Red Green Blue C M Y K H S L
Decimal 229 82 64 0 0.64 0.72 0.10 6.55 0.76 0.57
Hex E5 52 40 0 40 48 A 7 4C 39
Octal 345 122 100 0 100 110 12 7 114 71
Binary 11100101 1010010 1000000 0 1000000 1001000 1010 111 1001100 111001

Color Harmonies of #E55240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55240

Black with #E55240

Text Example


Text Example

White with #E55240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55240; }

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

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

background-color css

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

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

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

border-color css

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

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

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