Html Css Color HEX #E0471F Cinnabar

📋 copy color: '#E0471F'

red 224 ◦ green 71 ◦ blue 31

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

Shades of Cinnabar #E0471F

Tints of Cinnabar #E0471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.51%

R = 68.71%
G = 21.78%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0471F (or 0xE0471F) is known color: Cinnabar. HEX triplet: E0, 47 and 1F. RGB value is (224,71,31). Sum of RGB (Red+Green+Blue) = 224+71+31=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E0471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0471F is #1FB8E0. Grayscale: #707070. Windows color (decimal): -2078945 or 2050016. OLE color: 2050016.

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

Color convert

RGB 224 71 31 -
CMYK 0 0.68 0.86 0.12
HSL 12.44º 0.76% 0.5% -
HSV(B) 12.44º 0.86% 0.88% -
XYZ 33.24 20.45 3.49 -
YUV 112.19 82.19 207.75 -
System Red Green Blue C M Y K H S L
Decimal 224 71 31 0 0.68 0.86 0.12 12.44 0.76 0.5
Hex E0 47 1F 0 44 56 C C 4C 32
Octal 340 107 37 0 104 126 14 14 114 62
Binary 11100000 1000111 11111 0 1000100 1010110 1100 1100 1001100 110010

Color Harmonies of #E0471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0471F

Black with #E0471F

Text Example


Text Example

White with #E0471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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