Html Css Color HEX #E0471B Cinnabar

📋 copy color: '#E0471B'

red 224 ◦ green 71 ◦ blue 27

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

Shades of Cinnabar #E0471B

Tints of Cinnabar #E0471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.39%

R = 69.57%
G = 22.05%
B = 8.39%

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

#E0471B (or 0xE0471B) is known color: Cinnabar. HEX triplet: E0, 47 and 1B. RGB value is (224,71,27). Sum of RGB (Red+Green+Blue) = 224+71+27=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E0471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0471B is #1FB8E4. Grayscale: #707070. Windows color (decimal): -2078949 or 1787872. OLE color: 1787872.

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

Color convert

RGB 224 71 27 -
CMYK 0 0.68 0.88 0.12
HSL 13.4º 0.78% 0.49% -
HSV(B) 13.4º 0.88% 0.88% -
XYZ 33.19 20.43 3.23 -
YUV 111.73 80.19 208.08 -
System Red Green Blue C M Y K H S L
Decimal 224 71 27 0 0.68 0.88 0.12 13.4 0.78 0.49
Hex E0 47 1B 0 44 58 C D 4E 31
Octal 340 107 33 0 104 130 14 15 116 61
Binary 11100000 1000111 11011 0 1000100 1011000 1100 1101 1001110 110001

Color Harmonies of #E0471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0471B

Black with #E0471B

Text Example


Text Example

White with #E0471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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