Html Css Color HEX #E31006 Red

📋 copy color: '#E31006'

red 227 ◦ green 16 ◦ blue 6

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

Shades of Red #E31006

Tints of Red #E31006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

 BLUE value IS 6 (2.73% from 255) = 2.41%

R = 91.16%
G = 6.43%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E31006 (or 0xE31006) is known color: Red. HEX triplet: E3, 10 and 06. RGB value is (227,16,6). Sum of RGB (Red+Green+Blue) = 227+16+6=249 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.16% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 227 - color contains mainly: red. Hex color #E31006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31006 is #1CEFF9. Grayscale: #4E4E4E. Windows color (decimal): -1896442 or 397539. OLE color: 397539.

HSL color Cylindrical-coordinate representation of color #E31006: hue angle of 2.71º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E31006 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 16 6 -
CMYK 0 0.93 0.97 0.11
HSL 2.71º 0.95% 0.46% -
HSV(B) 2.71º 0.97% 0.89% -
XYZ 31.9 16.71 1.72 -
YUV 77.95 87.4 234.31 -
System Red Green Blue C M Y K H S L
Decimal 227 16 6 0 0.93 0.97 0.11 2.71 0.95 0.46
Hex E3 10 6 0 5D 61 B 3 5F 2E
Octal 343 20 6 0 135 141 13 3 137 56
Binary 11100011 10000 110 0 1011101 1100001 1011 11 1011111 101110

Color Harmonies of #E31006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31006

Black with #E31006

Text Example


Text Example

White with #E31006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31006; }

 p { color: rgb(227,16,6); }

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

background-color css

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

 a { background-color: rgb(227,16,6); }

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

border-color css

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

 span { border-color: rgb(227,16,6); }

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