Html Css Color HEX #E0472A Cinnabar

📋 copy color: '#E0472A'

red 224 ◦ green 71 ◦ blue 42

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

Shades of Cinnabar #E0472A

Tints of Cinnabar #E0472A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.46%

R = 66.47%
G = 21.07%
B = 12.46%

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

#E0472A (or 0xE0472A) is known color: Cinnabar. HEX triplet: E0, 47 and 2A. RGB value is (224,71,42). Sum of RGB (Red+Green+Blue) = 224+71+42=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E0472A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0472A is #1FB8D5. Grayscale: #717171. Windows color (decimal): -2078934 or 2770912. OLE color: 2770912.

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

Color convert

RGB 224 71 42 -
CMYK 0 0.68 0.81 0.12
HSL 9.56º 0.75% 0.52% -
HSV(B) 9.56º 0.81% 0.88% -
XYZ 33.41 20.52 4.39 -
YUV 113.44 87.69 206.86 -
System Red Green Blue C M Y K H S L
Decimal 224 71 42 0 0.68 0.81 0.12 9.56 0.75 0.52
Hex E0 47 2A 0 44 51 C A 4B 34
Octal 340 107 52 0 104 121 14 12 113 64
Binary 11100000 1000111 101010 0 1000100 1010001 1100 1010 1001011 110100

Color Harmonies of #E0472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0472A

Black with #E0472A

Text Example


Text Example

White with #E0472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0472A; }

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

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

background-color css

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

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

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

border-color css

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

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

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