Html Css Color HEX #E3471B Cinnabar

📋 copy color: '#E3471B'

red 227 ◦ green 71 ◦ blue 27

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

Shades of Cinnabar #E3471B

Tints of Cinnabar #E3471B

RGB

 RED value IS 227 (89.06% from 255) = 69.85%

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

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

R = 69.85%
G = 21.85%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E3471B (or 0xE3471B) is known color: Cinnabar. HEX triplet: E3, 47 and 1B. RGB value is (227,71,27). Sum of RGB (Red+Green+Blue) = 227+71+27=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E3471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3471B is #1CB8E4. Grayscale: #707070. Windows color (decimal): -1882341 or 1787875. OLE color: 1787875.

HSL color Cylindrical-coordinate representation of color #E3471B: hue angle of 13.2º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E3471B is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 71 27 -
CMYK 0 0.69 0.88 0.11
HSL 13.2º 0.79% 0.5% -
HSV(B) 13.2º 0.88% 0.89% -
XYZ 34.13 20.92 3.28 -
YUV 112.63 79.68 209.58 -
System Red Green Blue C M Y K H S L
Decimal 227 71 27 0 0.69 0.88 0.11 13.2 0.79 0.5
Hex E3 47 1B 0 45 58 B D 4F 32
Octal 343 107 33 0 105 130 13 15 117 62
Binary 11100011 1000111 11011 0 1000101 1011000 1011 1101 1001111 110010

Color Harmonies of #E3471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3471B

Black with #E3471B

Text Example


Text Example

White with #E3471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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