Html Css Color HEX #EE1103 Red

📋 copy color: '#EE1103'

red 238 ◦ green 17 ◦ blue 3

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

Shades of Red #EE1103

Tints of Red #EE1103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.16%

R = 92.25%
G = 6.59%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE1103 (or 0xEE1103) is known color: Red. HEX triplet: EE, 11 and 03. RGB value is (238,17,3). Sum of RGB (Red+Green+Blue) = 238+17+3=258 (34% of max value = 765). Red value is 238 (93.36% from 255 or 92.25% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1103 is #11EEFC. Grayscale: #515151. Windows color (decimal): -1175293 or 201198. OLE color: 201198.

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

Color convert

RGB 238 17 3 -
CMYK 0 0.93 0.99 0.07
HSL 3.57º 0.98% 0.47% -
HSV(B) 3.57º 0.99% 0.93% -
XYZ 35.48 18.58 1.8 -
YUV 81.48 83.72 239.64 -
System Red Green Blue C M Y K H S L
Decimal 238 17 3 0 0.93 0.99 0.07 3.57 0.98 0.47
Hex EE 11 3 0 5D 63 7 4 62 2F
Octal 356 21 3 0 135 143 7 4 142 57
Binary 11101110 10001 11 0 1011101 1100011 111 100 1100010 101111

Color Harmonies of #EE1103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1103

Black with #EE1103

Text Example


Text Example

White with #EE1103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1103; }

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

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

background-color css

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

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

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

border-color css

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

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

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