Html Css Color HEX #E0473E Cinnabar

📋 copy color: '#E0473E'

red 224 ◦ green 71 ◦ blue 62

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

Shades of Cinnabar #E0473E

Tints of Cinnabar #E0473E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.37%

R = 62.75%
G = 19.89%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E0473E (or 0xE0473E) is known color: Cinnabar. HEX triplet: E0, 47 and 3E. RGB value is (224,71,62). Sum of RGB (Red+Green+Blue) = 224+71+62=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E0473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0473E is #1FB8C1. Grayscale: #737373. Windows color (decimal): -2078914 or 4081632. OLE color: 4081632.

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

Color convert

RGB 224 71 62 -
CMYK 0 0.68 0.72 0.12
HSL 3.33º 0.72% 0.56% -
HSV(B) 3.33º 0.72% 0.88% -
XYZ 33.86 20.7 6.77 -
YUV 115.72 97.69 205.23 -
System Red Green Blue C M Y K H S L
Decimal 224 71 62 0 0.68 0.72 0.12 3.33 0.72 0.56
Hex E0 47 3E 0 44 48 C 3 48 38
Octal 340 107 76 0 104 110 14 3 110 70
Binary 11100000 1000111 111110 0 1000100 1001000 1100 11 1001000 111000

Color Harmonies of #E0473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0473E

Black with #E0473E

Text Example


Text Example

White with #E0473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0473E; }

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

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

background-color css

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

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

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

border-color css

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

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

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