Html Css Color HEX #E3401F Cinnabar

📋 copy color: '#E3401F'

red 227 ◦ green 64 ◦ blue 31

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

Shades of Cinnabar #E3401F

Tints of Cinnabar #E3401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

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

R = 70.5%
G = 19.88%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E3401F (or 0xE3401F) is known color: Cinnabar. HEX triplet: E3, 40 and 1F. RGB value is (227,64,31). Sum of RGB (Red+Green+Blue) = 227+64+31=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E3401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3401F is #1CBFE0. Grayscale: #6D6D6D. Windows color (decimal): -1884129 or 2048227. OLE color: 2048227.

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

Color convert

RGB 227 64 31 -
CMYK 0 0.72 0.86 0.11
HSL 10.1º 0.78% 0.51% -
HSV(B) 10.1º 0.86% 0.89% -
XYZ 33.76 20.1 3.4 -
YUV 108.98 84 212.18 -
System Red Green Blue C M Y K H S L
Decimal 227 64 31 0 0.72 0.86 0.11 10.1 0.78 0.51
Hex E3 40 1F 0 48 56 B A 4E 33
Octal 343 100 37 0 110 126 13 12 116 63
Binary 11100011 1000000 11111 0 1001000 1010110 1011 1010 1001110 110011

Color Harmonies of #E3401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3401F

Black with #E3401F

Text Example


Text Example

White with #E3401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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