Html Css Color HEX #E0472B Cinnabar

📋 copy color: '#E0472B'

red 224 ◦ green 71 ◦ blue 43

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

Shades of Cinnabar #E0472B

Tints of Cinnabar #E0472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.72%

R = 66.27%
G = 21.01%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0472B (or 0xE0472B) is known color: Cinnabar. HEX triplet: E0, 47 and 2B. RGB value is (224,71,43). Sum of RGB (Red+Green+Blue) = 224+71+43=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E0472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0472B is #1FB8D4. Grayscale: #717171. Windows color (decimal): -2078933 or 2836448. OLE color: 2836448.

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

Color convert

RGB 224 71 43 -
CMYK 0 0.68 0.81 0.12
HSL 9.28º 0.74% 0.52% -
HSV(B) 9.28º 0.81% 0.88% -
XYZ 33.43 20.53 4.49 -
YUV 113.56 88.19 206.78 -
System Red Green Blue C M Y K H S L
Decimal 224 71 43 0 0.68 0.81 0.12 9.28 0.74 0.52
Hex E0 47 2B 0 44 51 C 9 4A 34
Octal 340 107 53 0 104 121 14 11 112 64
Binary 11100000 1000111 101011 0 1000100 1010001 1100 1001 1001010 110100

Color Harmonies of #E0472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0472B

Black with #E0472B

Text Example


Text Example

White with #E0472B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0472B; }

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

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

background-color css

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

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

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

border-color css

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

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

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