Html Css Color HEX #E0472C Cinnabar

📋 copy color: '#E0472C'

red 224 ◦ green 71 ◦ blue 44

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

Shades of Cinnabar #E0472C

Tints of Cinnabar #E0472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.98%

R = 66.08%
G = 20.94%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0472C (or 0xE0472C) is known color: Cinnabar. HEX triplet: E0, 47 and 2C. RGB value is (224,71,44). Sum of RGB (Red+Green+Blue) = 224+71+44=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0472C is #1FB8D3. Grayscale: #717171. Windows color (decimal): -2078932 or 2901984. OLE color: 2901984.

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

Color convert

RGB 224 71 44 -
CMYK 0 0.68 0.80 0.12
HSL 0.74% 0.53% -
HSV(B) 0.8% 0.88% -
XYZ 33.45 20.54 4.58 -
YUV 113.67 88.69 206.7 -
System Red Green Blue C M Y K H S L
Decimal 224 71 44 0 0.68 0.80 0.12 9 0.74 0.53
Hex E0 47 2C 0 44 50 C 9 4A 35
Octal 340 107 54 0 104 120 14 11 112 65
Binary 11100000 1000111 101100 0 1000100 1010000 1100 1001 1001010 110101

Color Harmonies of #E0472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0472C

Black with #E0472C

Text Example


Text Example

White with #E0472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0472C; }

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

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

background-color css

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

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

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

border-color css

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

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

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