Html Css Color HEX #E0471C Cinnabar

📋 copy color: '#E0471C'

red 224 ◦ green 71 ◦ blue 28

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

Shades of Cinnabar #E0471C

Tints of Cinnabar #E0471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.67%

R = 69.35%
G = 21.98%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0471C (or 0xE0471C) is known color: Cinnabar. HEX triplet: E0, 47 and 1C. RGB value is (224,71,28). Sum of RGB (Red+Green+Blue) = 224+71+28=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E0471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0471C is #1FB8E3. Grayscale: #707070. Windows color (decimal): -2078948 or 1853408. OLE color: 1853408.

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

Color convert

RGB 224 71 28 -
CMYK 0 0.68 0.88 0.12
HSL 13.16º 0.78% 0.49% -
HSV(B) 13.16º 0.88% 0.88% -
XYZ 33.2 20.44 3.29 -
YUV 111.85 80.69 208 -
System Red Green Blue C M Y K H S L
Decimal 224 71 28 0 0.68 0.88 0.12 13.16 0.78 0.49
Hex E0 47 1C 0 44 58 C D 4E 31
Octal 340 107 34 0 104 130 14 15 116 61
Binary 11100000 1000111 11100 0 1000100 1011000 1100 1101 1001110 110001

Color Harmonies of #E0471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0471C

Black with #E0471C

Text Example


Text Example

White with #E0471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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