Html Css Color HEX #E3411B Cinnabar

📋 copy color: '#E3411B'

red 227 ◦ green 65 ◦ blue 27

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

Shades of Cinnabar #E3411B

Tints of Cinnabar #E3411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.38%

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

R = 71.16%
G = 20.38%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E3411B (or 0xE3411B) is known color: Cinnabar. HEX triplet: E3, 41 and 1B. RGB value is (227,65,27). Sum of RGB (Red+Green+Blue) = 227+65+27=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E3411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3411B is #1CBEE4. Grayscale: #6D6D6D. Windows color (decimal): -1883877 or 1786339. OLE color: 1786339.

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

Color convert

RGB 227 65 27 -
CMYK 0 0.71 0.88 0.11
HSL 11.4º 0.79% 0.5% -
HSV(B) 11.4º 0.88% 0.89% -
XYZ 33.77 20.19 3.15 -
YUV 109.11 81.67 212.09 -
System Red Green Blue C M Y K H S L
Decimal 227 65 27 0 0.71 0.88 0.11 11.4 0.79 0.5
Hex E3 41 1B 0 47 58 B B 4F 32
Octal 343 101 33 0 107 130 13 13 117 62
Binary 11100011 1000001 11011 0 1000111 1011000 1011 1011 1001111 110010

Color Harmonies of #E3411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3411B

Black with #E3411B

Text Example


Text Example

White with #E3411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3411B; }

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

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

background-color css

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

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

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

border-color css

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

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

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