Html Css Color HEX #E11313 Red

📋 copy color: '#E11313'

red 225 ◦ green 19 ◦ blue 19

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

Shades of Red #E11313

Tints of Red #E11313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.22%

R = 85.55%
G = 7.22%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E11313 (or 0xE11313) is known color: Red. HEX triplet: E1, 13 and 13. RGB value is (225,19,19). Sum of RGB (Red+Green+Blue) = 225+19+19=263 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.55% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 225 - color contains mainly: red. Hex color #E11313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11313 is #1EECEC. Grayscale: #505050. Windows color (decimal): -2026733 or 1250273. OLE color: 1250273.

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

Color convert

RGB 225 19 19 -
CMYK 0 0.92 0.92 0.12
HSL 0.84% 0.48% -
HSV(B) 0.92% 0.88% -
XYZ 31.4 16.52 2.15 -
YUV 80.59 93.25 231 -
System Red Green Blue C M Y K H S L
Decimal 225 19 19 0 0.92 0.92 0.12 0 0.84 0.48
Hex E1 13 13 0 5C 5C C 0 54 30
Octal 341 23 23 0 134 134 14 0 124 60
Binary 11100001 10011 10011 0 1011100 1011100 1100 0 1010100 110000

Color Harmonies of #E11313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11313

Black with #E11313

Text Example


Text Example

White with #E11313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11313; }

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

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

background-color css

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

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

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

border-color css

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

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

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