Html Css Color HEX #E11205 Red

📋 copy color: '#E11205'

red 225 ◦ green 18 ◦ blue 5

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

Shades of Red #E11205

Tints of Red #E11205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 90.73%
G = 7.26%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E11205 (or 0xE11205) is known color: Red. HEX triplet: E1, 12 and 05. RGB value is (225,18,5). Sum of RGB (Red+Green+Blue) = 225+18+5=248 (32% of max value = 765). Red value is 225 (88.28% from 255 or 90.73% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 225 - color contains mainly: red. Hex color #E11205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11205 is #1EEDFA. Grayscale: #4E4E4E. Windows color (decimal): -2027003 or 332513. OLE color: 332513.

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

Color convert

RGB 225 18 5 -
CMYK 0 0.92 0.98 0.12
HSL 3.55º 0.96% 0.45% -
HSV(B) 3.55º 0.98% 0.88% -
XYZ 31.3 16.45 1.67 -
YUV 78.41 86.58 232.56 -
System Red Green Blue C M Y K H S L
Decimal 225 18 5 0 0.92 0.98 0.12 3.55 0.96 0.45
Hex E1 12 5 0 5C 62 C 4 60 2D
Octal 341 22 5 0 134 142 14 4 140 55
Binary 11100001 10010 101 0 1011100 1100010 1100 100 1100000 101101

Color Harmonies of #E11205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11205

Black with #E11205

Text Example


Text Example

White with #E11205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11205; }

 p { color: rgb(225,18,5); }

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

background-color css

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

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

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

border-color css

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

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

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