Html Css Color HEX #E3411F Cinnabar

📋 copy color: '#E3411F'

red 227 ◦ green 65 ◦ blue 31

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

Shades of Cinnabar #E3411F

Tints of Cinnabar #E3411F

RGB

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

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

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

R = 70.28%
G = 20.12%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E3411F (or 0xE3411F) is known color: Cinnabar. HEX triplet: E3, 41 and 1F. RGB value is (227,65,31). Sum of RGB (Red+Green+Blue) = 227+65+31=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E3411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3411F is #1CBEE0. Grayscale: #6D6D6D. Windows color (decimal): -1883873 or 2048483. OLE color: 2048483.

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

Color convert

RGB 227 65 31 -
CMYK 0 0.71 0.86 0.11
HSL 10.41º 0.78% 0.51% -
HSV(B) 10.41º 0.86% 0.89% -
XYZ 33.82 20.21 3.42 -
YUV 109.56 83.67 211.76 -
System Red Green Blue C M Y K H S L
Decimal 227 65 31 0 0.71 0.86 0.11 10.41 0.78 0.51
Hex E3 41 1F 0 47 56 B A 4E 33
Octal 343 101 37 0 107 126 13 12 116 63
Binary 11100011 1000001 11111 0 1000111 1010110 1011 1010 1001110 110011

Color Harmonies of #E3411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3411F

Black with #E3411F

Text Example


Text Example

White with #E3411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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