Html Css Color HEX #EE1210 Red

📋 copy color: '#EE1210'

red 238 ◦ green 18 ◦ blue 16

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

Shades of Red #EE1210

Tints of Red #EE1210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.88%

R = 87.5%
G = 6.62%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE1210 (or 0xEE1210) is known color: Red. HEX triplet: EE, 12 and 10. RGB value is (238,18,16). Sum of RGB (Red+Green+Blue) = 238+18+16=272 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.5% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1210 is #11EDEF. Grayscale: #535353. Windows color (decimal): -1175024 or 1053422. OLE color: 1053422.

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

Color convert

RGB 238 18 16 -
CMYK 0 0.92 0.93 0.07
HSL 0.54º 0.87% 0.5% -
HSV(B) 0.54º 0.93% 0.93% -
XYZ 35.57 18.65 2.21 -
YUV 83.55 89.89 238.16 -
System Red Green Blue C M Y K H S L
Decimal 238 18 16 0 0.92 0.93 0.07 0.54 0.87 0.5
Hex EE 12 10 0 5C 5D 7 1 57 32
Octal 356 22 20 0 134 135 7 1 127 62
Binary 11101110 10010 10000 0 1011100 1011101 111 1 1010111 110010

Color Harmonies of #EE1210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1210

Black with #EE1210

Text Example


Text Example

White with #EE1210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1210; }

 p { color: rgb(238,18,16); }

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

background-color css

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

 a { background-color: rgb(238,18,16); }

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

border-color css

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

 span { border-color: rgb(238,18,16); }

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