Html Css Color HEX #E41311 Red

📋 copy color: '#E41311'

red 228 ◦ green 19 ◦ blue 17

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

Shades of Red #E41311

Tints of Red #E41311

RGB

 RED value IS 228 (89.45% from 255) = 86.36%

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

 BLUE value IS 17 (7.03% from 255) = 6.44%

R = 86.36%
G = 7.2%
B = 6.44%

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

#E41311 (or 0xE41311) is known color: Red. HEX triplet: E4, 13 and 11. RGB value is (228,19,17). Sum of RGB (Red+Green+Blue) = 228+19+17=264 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.36% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 228 - color contains mainly: red. Hex color #E41311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41311 is #1BECEE. Grayscale: #515151. Windows color (decimal): -1830127 or 1119204. OLE color: 1119204.

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

Color convert

RGB 228 19 17 -
CMYK 0 0.92 0.93 0.11
HSL 0.57º 0.86% 0.48% -
HSV(B) 0.57º 0.93% 0.89% -
XYZ 32.33 17 2.11 -
YUV 81.26 91.74 232.66 -
System Red Green Blue C M Y K H S L
Decimal 228 19 17 0 0.92 0.93 0.11 0.57 0.86 0.48
Hex E4 13 11 0 5C 5D B 1 56 30
Octal 344 23 21 0 134 135 13 1 126 60
Binary 11100100 10011 10001 0 1011100 1011101 1011 1 1010110 110000

Color Harmonies of #E41311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41311

Black with #E41311

Text Example


Text Example

White with #E41311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41311; }

 p { color: rgb(228,19,17); }

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

background-color css

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

 a { background-color: rgb(228,19,17); }

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

border-color css

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

 span { border-color: rgb(228,19,17); }

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