Html Css Color HEX #E0471E Cinnabar

📋 copy color: '#E0471E'

red 224 ◦ green 71 ◦ blue 30

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

Shades of Cinnabar #E0471E

Tints of Cinnabar #E0471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.23%

R = 68.92%
G = 21.85%
B = 9.23%

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

#E0471E (or 0xE0471E) is known color: Cinnabar. HEX triplet: E0, 47 and 1E. RGB value is (224,71,30). Sum of RGB (Red+Green+Blue) = 224+71+30=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E0471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0471E is #1FB8E1. Grayscale: #707070. Windows color (decimal): -2078946 or 1984480. OLE color: 1984480.

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

Color convert

RGB 224 71 30 -
CMYK 0 0.68 0.87 0.12
HSL 12.68º 0.76% 0.5% -
HSV(B) 12.68º 0.87% 0.88% -
XYZ 33.23 20.45 3.42 -
YUV 112.07 81.69 207.83 -
System Red Green Blue C M Y K H S L
Decimal 224 71 30 0 0.68 0.87 0.12 12.68 0.76 0.5
Hex E0 47 1E 0 44 57 C D 4C 32
Octal 340 107 36 0 104 127 14 15 114 62
Binary 11100000 1000111 11110 0 1000100 1010111 1100 1101 1001100 110010

Color Harmonies of #E0471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0471E

Black with #E0471E

Text Example


Text Example

White with #E0471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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