Html Css Color HEX #E0493C Cinnabar

📋 copy color: '#E0493C'

red 224 ◦ green 73 ◦ blue 60

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

Shades of Cinnabar #E0493C

Tints of Cinnabar #E0493C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.45%

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

R = 62.75%
G = 20.45%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0493C (or 0xE0493C) is known color: Cinnabar. HEX triplet: E0, 49 and 3C. RGB value is (224,73,60). Sum of RGB (Red+Green+Blue) = 224+73+60=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E0493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0493C is #1FB6C3. Grayscale: #747474. Windows color (decimal): -2078404 or 3951072. OLE color: 3951072.

HSL color Cylindrical-coordinate representation of color #E0493C: hue angle of 4.76º 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 #E0493C is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 73 60 -
CMYK 0 0.67 0.73 0.12
HSL 4.76º 0.73% 0.56% -
HSV(B) 4.76º 0.73% 0.88% -
XYZ 33.94 20.94 6.53 -
YUV 116.67 96.03 204.56 -
System Red Green Blue C M Y K H S L
Decimal 224 73 60 0 0.67 0.73 0.12 4.76 0.73 0.56
Hex E0 49 3C 0 43 49 C 5 49 38
Octal 340 111 74 0 103 111 14 5 111 70
Binary 11100000 1001001 111100 0 1000011 1001001 1100 101 1001001 111000

Color Harmonies of #E0493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0493C

Black with #E0493C

Text Example


Text Example

White with #E0493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0493C; }

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

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

background-color css

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

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

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

border-color css

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

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

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