Html Css Color HEX #E55120 Cinnabar

📋 copy color: '#E55120'

red 229 ◦ green 81 ◦ blue 32

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

Shades of Cinnabar #E55120

Tints of Cinnabar #E55120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.68%

 BLUE value IS 32 (12.89% from 255) = 9.36%

R = 66.96%
G = 23.68%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E55120 (or 0xE55120) is known color: Cinnabar. HEX triplet: E5, 51 and 20. RGB value is (229,81,32). Sum of RGB (Red+Green+Blue) = 229+81+32=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E55120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55120 is #1AAEDF. Grayscale: #787878. Windows color (decimal): -1748704 or 2118117. OLE color: 2118117.

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

Color convert

RGB 229 81 32 -
CMYK 0 0.65 0.86 0.10
HSL 14.92º 0.79% 0.51% -
HSV(B) 14.92º 0.86% 0.9% -
XYZ 35.52 22.65 3.87 -
YUV 119.67 78.53 205.98 -
System Red Green Blue C M Y K H S L
Decimal 229 81 32 0 0.65 0.86 0.10 14.92 0.79 0.51
Hex E5 51 20 0 41 56 A F 4F 33
Octal 345 121 40 0 101 126 12 17 117 63
Binary 11100101 1010001 100000 0 1000001 1010110 1010 1111 1001111 110011

Color Harmonies of #E55120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55120

Black with #E55120

Text Example


Text Example

White with #E55120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55120; }

 p { color: rgb(229,81,32); }

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

background-color css

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

 a { background-color: rgb(229,81,32); }

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

border-color css

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

 span { border-color: rgb(229,81,32); }

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