Html Css Color HEX #E0471D Cinnabar

📋 copy color: '#E0471D'

red 224 ◦ green 71 ◦ blue 29

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

Shades of Cinnabar #E0471D

Tints of Cinnabar #E0471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.95%

R = 69.14%
G = 21.91%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E0471D (or 0xE0471D) is known color: Cinnabar. HEX triplet: E0, 47 and 1D. RGB value is (224,71,29). Sum of RGB (Red+Green+Blue) = 224+71+29=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E0471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0471D is #1FB8E2. Grayscale: #707070. Windows color (decimal): -2078947 or 1918944. OLE color: 1918944.

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

Color convert

RGB 224 71 29 -
CMYK 0 0.68 0.87 0.12
HSL 12.92º 0.77% 0.5% -
HSV(B) 12.92º 0.87% 0.88% -
XYZ 33.22 20.44 3.36 -
YUV 111.96 81.19 207.92 -
System Red Green Blue C M Y K H S L
Decimal 224 71 29 0 0.68 0.87 0.12 12.92 0.77 0.5
Hex E0 47 1D 0 44 57 C D 4D 32
Octal 340 107 35 0 104 127 14 15 115 62
Binary 11100000 1000111 11101 0 1000100 1010111 1100 1101 1001101 110010

Color Harmonies of #E0471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0471D

Black with #E0471D

Text Example


Text Example

White with #E0471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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