Html Css Color HEX #E11310 Red

📋 copy color: '#E11310'

red 225 ◦ green 19 ◦ blue 16

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

Shades of Red #E11310

Tints of Red #E11310

RGB

 RED value IS 225 (88.28% from 255) = 86.54%

 GREEN value IS 19 (7.81% from 255) = 7.31%

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

R = 86.54%
G = 7.31%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E11310 (or 0xE11310) is known color: Red. HEX triplet: E1, 13 and 10. RGB value is (225,19,16). Sum of RGB (Red+Green+Blue) = 225+19+16=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E11310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11310 is #1EECEF. Grayscale: #505050. Windows color (decimal): -2026736 or 1053665. OLE color: 1053665.

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

Color convert

RGB 225 19 16 -
CMYK 0 0.92 0.93 0.12
HSL 0.86º 0.87% 0.47% -
HSV(B) 0.86º 0.93% 0.88% -
XYZ 31.38 16.51 2.02 -
YUV 80.25 91.75 231.24 -
System Red Green Blue C M Y K H S L
Decimal 225 19 16 0 0.92 0.93 0.12 0.86 0.87 0.47
Hex E1 13 10 0 5C 5D C 1 57 2F
Octal 341 23 20 0 134 135 14 1 127 57
Binary 11100001 10011 10000 0 1011100 1011101 1100 1 1010111 101111

Color Harmonies of #E11310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11310

Black with #E11310

Text Example


Text Example

White with #E11310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11310; }

 p { color: rgb(225,19,16); }

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

background-color css

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

 a { background-color: rgb(225,19,16); }

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

border-color css

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

 span { border-color: rgb(225,19,16); }

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