Html Css Color HEX #E11000 Red

📋 copy color: '#E11000'

red 225 ◦ green 16 ◦ blue 0

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

Shades of Red #E11000

Tints of Red #E11000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.36%
G = 6.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E11000 (or 0xE11000) is known color: Red. HEX triplet: E1, 10 and 00. RGB value is (225,16,0). Sum of RGB (Red+Green+Blue) = 225+16+0=241 (31% of max value = 765). Red value is 225 (88.28% from 255 or 93.36% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 225 - color contains mainly: red. Hex color #E11000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11000 is #1EEFFF. Grayscale: #4C4C4C. Windows color (decimal): -2027520 or 4321. OLE color: 4321.

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

Color convert

RGB 225 16 0 -
CMYK 0 0.93 1 0.12
HSL 4.27º 1% 0.44% -
HSV(B) 4.27º 1% 0.88% -
XYZ 31.24 16.38 1.51 -
YUV 76.67 84.74 233.8 -
System Red Green Blue C M Y K H S L
Decimal 225 16 0 0 0.93 1 0.12 4.27 1 0.44
Hex E1 10 0 0 5D 64 C 4 64 2C
Octal 341 20 0 0 135 144 14 4 144 54
Binary 11100001 10000 0 0 1011101 1100100 1100 100 1100100 101100

Color Harmonies of #E11000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11000

Black with #E11000

Text Example


Text Example

White with #E11000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11000; }

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

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

background-color css

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

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

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

border-color css

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

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

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