Html Css Color HEX #EE1100 Red

📋 copy color: '#EE1100'

red 238 ◦ green 17 ◦ blue 0

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

Shades of Red #EE1100

Tints of Red #EE1100

RGB

 RED value IS 238 (93.36% from 255) = 93.33%

 GREEN value IS 17 (7.03% from 255) = 6.67%

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

R = 93.33%
G = 6.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE1100 (or 0xEE1100) is known color: Red. HEX triplet: EE, 11 and 00. RGB value is (238,17,0). Sum of RGB (Red+Green+Blue) = 238+17+0=255 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.33% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1100 is #11EEFF. Grayscale: #515151. Windows color (decimal): -1175296 or 4590. OLE color: 4590.

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

Color convert

RGB 238 17 0 -
CMYK 0 0.93 1 0.07
HSL 4.29º 1% 0.47% -
HSV(B) 4.29º 1% 0.93% -
XYZ 35.46 18.58 1.72 -
YUV 81.14 82.22 239.88 -
System Red Green Blue C M Y K H S L
Decimal 238 17 0 0 0.93 1 0.07 4.29 1 0.47
Hex EE 11 0 0 5D 64 7 4 64 2F
Octal 356 21 0 0 135 144 7 4 144 57
Binary 11101110 10001 0 0 1011101 1100100 111 100 1100100 101111

Color Harmonies of #EE1100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1100

Black with #EE1100

Text Example


Text Example

White with #EE1100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1100; }

 p { color: rgb(238,17,0); }

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

background-color css

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

 a { background-color: rgb(238,17,0); }

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

border-color css

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

 span { border-color: rgb(238,17,0); }

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