Html Css Color HEX #E55020 Cinnabar

📋 copy color: '#E55020'

red 229 ◦ green 80 ◦ blue 32

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

Shades of Cinnabar #E55020

Tints of Cinnabar #E55020

RGB

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

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

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

R = 67.16%
G = 23.46%
B = 9.38%

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

#E55020 (or 0xE55020) is known color: Cinnabar. HEX triplet: E5, 50 and 20. RGB value is (229,80,32). Sum of RGB (Red+Green+Blue) = 229+80+32=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E55020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55020 is #1AAFDF. Grayscale: #777777. Windows color (decimal): -1748960 or 2117861. OLE color: 2117861.

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

Color convert

RGB 229 80 32 -
CMYK 0 0.65 0.86 0.10
HSL 14.62º 0.79% 0.51% -
HSV(B) 14.62º 0.86% 0.9% -
XYZ 35.44 22.5 3.84 -
YUV 119.08 78.86 206.4 -
System Red Green Blue C M Y K H S L
Decimal 229 80 32 0 0.65 0.86 0.10 14.62 0.79 0.51
Hex E5 50 20 0 41 56 A F 4F 33
Octal 345 120 40 0 101 126 12 17 117 63
Binary 11100101 1010000 100000 0 1000001 1010110 1010 1111 1001111 110011

Color Harmonies of #E55020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55020

Black with #E55020

Text Example


Text Example

White with #E55020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55020; }

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

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

background-color css

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

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

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

border-color css

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

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

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