Html Css Color HEX #E0473C Cinnabar

📋 copy color: '#E0473C'

red 224 ◦ green 71 ◦ blue 60

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

Shades of Cinnabar #E0473C

Tints of Cinnabar #E0473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20%

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

R = 63.1%
G = 20%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0473C (or 0xE0473C) is known color: Cinnabar. HEX triplet: E0, 47 and 3C. RGB value is (224,71,60). Sum of RGB (Red+Green+Blue) = 224+71+60=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E0473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0473C is #1FB8C3. Grayscale: #737373. Windows color (decimal): -2078916 or 3950560. OLE color: 3950560.

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

Color convert

RGB 224 71 60 -
CMYK 0 0.68 0.73 0.12
HSL 4.02º 0.73% 0.56% -
HSV(B) 4.02º 0.73% 0.88% -
XYZ 33.81 20.68 6.48 -
YUV 115.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 224 71 60 0 0.68 0.73 0.12 4.02 0.73 0.56
Hex E0 47 3C 0 44 49 C 4 49 38
Octal 340 107 74 0 104 111 14 4 111 70
Binary 11100000 1000111 111100 0 1000100 1001001 1100 100 1001001 111000

Color Harmonies of #E0473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0473C

Black with #E0473C

Text Example


Text Example

White with #E0473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0473C; }

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

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

background-color css

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

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

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

border-color css

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

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

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