Html Css Color HEX #E3471F Cinnabar

📋 copy color: '#E3471F'

red 227 ◦ green 71 ◦ blue 31

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

Shades of Cinnabar #E3471F

Tints of Cinnabar #E3471F

RGB

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

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

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

R = 69%
G = 21.58%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E3471F (or 0xE3471F) is known color: Cinnabar. HEX triplet: E3, 47 and 1F. RGB value is (227,71,31). Sum of RGB (Red+Green+Blue) = 227+71+31=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E3471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3471F is #1CB8E0. Grayscale: #717171. Windows color (decimal): -1882337 or 2050019. OLE color: 2050019.

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

Color convert

RGB 227 71 31 -
CMYK 0 0.69 0.86 0.11
HSL 12.24º 0.78% 0.51% -
HSV(B) 12.24º 0.86% 0.89% -
XYZ 34.18 20.94 3.54 -
YUV 113.08 81.68 209.25 -
System Red Green Blue C M Y K H S L
Decimal 227 71 31 0 0.69 0.86 0.11 12.24 0.78 0.51
Hex E3 47 1F 0 45 56 B C 4E 33
Octal 343 107 37 0 105 126 13 14 116 63
Binary 11100011 1000111 11111 0 1000101 1010110 1011 1100 1001110 110011

Color Harmonies of #E3471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3471F

Black with #E3471F

Text Example


Text Example

White with #E3471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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