Html Css Color HEX #EE110B Red

📋 copy color: '#EE110B'

red 238 ◦ green 17 ◦ blue 11

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

Shades of Red #EE110B

Tints of Red #EE110B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.14%

R = 89.47%
G = 6.39%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE110B (or 0xEE110B) is known color: Red. HEX triplet: EE, 11 and 0B. RGB value is (238,17,11). Sum of RGB (Red+Green+Blue) = 238+17+11=266 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.47% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 238 - color contains mainly: red. Hex color #EE110B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE110B is #11EEF4. Grayscale: #525252. Windows color (decimal): -1175285 or 725486. OLE color: 725486.

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

Color convert

RGB 238 17 11 -
CMYK 0 0.93 0.95 0.07
HSL 1.59º 0.91% 0.49% -
HSV(B) 1.59º 0.95% 0.93% -
XYZ 35.52 18.6 2.04 -
YUV 82.4 87.72 238.99 -
System Red Green Blue C M Y K H S L
Decimal 238 17 11 0 0.93 0.95 0.07 1.59 0.91 0.49
Hex EE 11 B 0 5D 5F 7 2 5B 31
Octal 356 21 13 0 135 137 7 2 133 61
Binary 11101110 10001 1011 0 1011101 1011111 111 10 1011011 110001

Color Harmonies of #EE110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE110B

Black with #EE110B

Text Example


Text Example

White with #EE110B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE110B; }

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

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

background-color css

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

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

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

border-color css

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

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

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