Html Css Color HEX #E55220 Cinnabar

📋 copy color: '#E55220'

red 229 ◦ green 82 ◦ blue 32

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

Shades of Cinnabar #E55220

Tints of Cinnabar #E55220

RGB

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

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

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

R = 66.76%
G = 23.91%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E55220 (or 0xE55220) is known color: Cinnabar. HEX triplet: E5, 52 and 20. RGB value is (229,82,32). Sum of RGB (Red+Green+Blue) = 229+82+32=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E55220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55220 is #1AADDF. Grayscale: #787878. Windows color (decimal): -1748448 or 2118373. OLE color: 2118373.

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

Color convert

RGB 229 82 32 -
CMYK 0 0.64 0.86 0.10
HSL 15.23º 0.79% 0.51% -
HSV(B) 15.23º 0.86% 0.9% -
XYZ 35.59 22.8 3.89 -
YUV 120.25 78.2 205.57 -
System Red Green Blue C M Y K H S L
Decimal 229 82 32 0 0.64 0.86 0.10 15.23 0.79 0.51
Hex E5 52 20 0 40 56 A F 4F 33
Octal 345 122 40 0 100 126 12 17 117 63
Binary 11100101 1010010 100000 0 1000000 1010110 1010 1111 1001111 110011

Color Harmonies of #E55220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55220

Black with #E55220

Text Example


Text Example

White with #E55220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55220; }

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

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

background-color css

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

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

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

border-color css

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

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

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