Html Css Color HEX #EE1102 Red

📋 copy color: '#EE1102'

red 238 ◦ green 17 ◦ blue 2

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

Shades of Red #EE1102

Tints of Red #EE1102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 92.61%
G = 6.61%
B = 0.78%

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

#EE1102 (or 0xEE1102) is known color: Red. HEX triplet: EE, 11 and 02. RGB value is (238,17,2). Sum of RGB (Red+Green+Blue) = 238+17+2=257 (34% of max value = 765). Red value is 238 (93.36% from 255 or 92.61% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1102 is #11EEFD. Grayscale: #515151. Windows color (decimal): -1175294 or 135662. OLE color: 135662.

HSL color Cylindrical-coordinate representation of color #EE1102: hue angle of 3.81º 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 #EE1102 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

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

Color Harmonies of #EE1102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1102

Black with #EE1102

Text Example


Text Example

White with #EE1102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1102; }

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

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

background-color css

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

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

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

border-color css

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

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

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