Html Css Color HEX #E0553B Cinnabar

📋 copy color: '#E0553B'

red 224 ◦ green 85 ◦ blue 59

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

Shades of Cinnabar #E0553B

Tints of Cinnabar #E0553B

RGB

 RED value IS 224 (87.89% from 255) = 60.87%

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 59 (23.44% from 255) = 16.03%

R = 60.87%
G = 23.1%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E0553B (or 0xE0553B) is known color: Cinnabar. HEX triplet: E0, 55 and 3B. RGB value is (224,85,59). Sum of RGB (Red+Green+Blue) = 224+85+59=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E0553B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0553B is #1FAAC4. Grayscale: #7B7B7B. Windows color (decimal): -2075333 or 3888608. OLE color: 3888608.

HSL color Cylindrical-coordinate representation of color #E0553B: hue angle of 9.45º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0553B is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 85 59 -
CMYK 0 0.62 0.74 0.12
HSL 9.45º 0.73% 0.55% -
HSV(B) 9.45º 0.74% 0.88% -
XYZ 34.78 22.66 6.68 -
YUV 123.6 91.55 199.61 -
System Red Green Blue C M Y K H S L
Decimal 224 85 59 0 0.62 0.74 0.12 9.45 0.73 0.55
Hex E0 55 3B 0 3E 4A C 9 49 37
Octal 340 125 73 0 76 112 14 11 111 67
Binary 11100000 1010101 111011 0 111110 1001010 1100 1001 1001001 110111

Color Harmonies of #E0553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0553B

Black with #E0553B

Text Example


Text Example

White with #E0553B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0553B; }

 p { color: rgb(224,85,59); }

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

background-color css

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

 a { background-color: rgb(224,85,59); }

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

border-color css

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

 span { border-color: rgb(224,85,59); }

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