Html Css Color HEX #E0553C Cinnabar

📋 copy color: '#E0553C'

red 224 ◦ green 85 ◦ blue 60

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

Shades of Cinnabar #E0553C

Tints of Cinnabar #E0553C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.26%

R = 60.7%
G = 23.04%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0553C (or 0xE0553C) is known color: Cinnabar. HEX triplet: E0, 55 and 3C. RGB value is (224,85,60). Sum of RGB (Red+Green+Blue) = 224+85+60=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E0553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0553C is #1FAAC3. Grayscale: #7B7B7B. Windows color (decimal): -2075332 or 3954144. OLE color: 3954144.

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

Color convert

RGB 224 85 60 -
CMYK 0 0.62 0.73 0.12
HSL 9.15º 0.73% 0.56% -
HSV(B) 9.15º 0.73% 0.88% -
XYZ 34.8 22.67 6.82 -
YUV 123.71 92.05 199.53 -
System Red Green Blue C M Y K H S L
Decimal 224 85 60 0 0.62 0.73 0.12 9.15 0.73 0.56
Hex E0 55 3C 0 3E 49 C 9 49 38
Octal 340 125 74 0 76 111 14 11 111 70
Binary 11100000 1010101 111100 0 111110 1001001 1100 1001 1001001 111000

Color Harmonies of #E0553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0553C

Black with #E0553C

Text Example


Text Example

White with #E0553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0553C; }

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

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

background-color css

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

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

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

border-color css

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

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

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