Html Css Color HEX #E31210 Red

📋 copy color: '#E31210'

red 227 ◦ green 18 ◦ blue 16

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

Shades of Red #E31210

Tints of Red #E31210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

 BLUE value IS 16 (6.64% from 255) = 6.13%

R = 86.97%
G = 6.9%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E31210 (or 0xE31210) is known color: Red. HEX triplet: E3, 12 and 10. RGB value is (227,18,16). Sum of RGB (Red+Green+Blue) = 227+18+16=261 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.97% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 227 - color contains mainly: red. Hex color #E31210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31210 is #1CEDEF. Grayscale: #505050. Windows color (decimal): -1895920 or 1053411. OLE color: 1053411.

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

Color convert

RGB 227 18 16 -
CMYK 0 0.92 0.93 0.11
HSL 0.57º 0.87% 0.48% -
HSV(B) 0.57º 0.93% 0.89% -
XYZ 31.99 16.8 2.05 -
YUV 80.26 91.74 232.66 -
System Red Green Blue C M Y K H S L
Decimal 227 18 16 0 0.92 0.93 0.11 0.57 0.87 0.48
Hex E3 12 10 0 5C 5D B 1 57 30
Octal 343 22 20 0 134 135 13 1 127 60
Binary 11100011 10010 10000 0 1011100 1011101 1011 1 1010111 110000

Color Harmonies of #E31210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31210

Black with #E31210

Text Example


Text Example

White with #E31210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31210; }

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

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

background-color css

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

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

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

border-color css

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

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

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