Html Css Color HEX #EE110D Red

📋 copy color: '#EE110D'

red 238 ◦ green 17 ◦ blue 13

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

Shades of Red #EE110D

Tints of Red #EE110D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.85%

R = 88.81%
G = 6.34%
B = 4.85%

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

#EE110D (or 0xEE110D) is known color: Red. HEX triplet: EE, 11 and 0D. RGB value is (238,17,13). Sum of RGB (Red+Green+Blue) = 238+17+13=268 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.81% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 238 - color contains mainly: red. Hex color #EE110D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE110D is #11EEF2. Grayscale: #525252. Windows color (decimal): -1175283 or 856558. OLE color: 856558.

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

Color convert

RGB 238 17 13 -
CMYK 0 0.93 0.95 0.07
HSL 1.07º 0.9% 0.49% -
HSV(B) 1.07º 0.95% 0.93% -
XYZ 35.53 18.61 2.1 -
YUV 82.62 88.72 238.83 -
System Red Green Blue C M Y K H S L
Decimal 238 17 13 0 0.93 0.95 0.07 1.07 0.9 0.49
Hex EE 11 D 0 5D 5F 7 1 5A 31
Octal 356 21 15 0 135 137 7 1 132 61
Binary 11101110 10001 1101 0 1011101 1011111 111 1 1011010 110001

Color Harmonies of #EE110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE110D

Black with #EE110D

Text Example


Text Example

White with #EE110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE110D; }

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

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

background-color css

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

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

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

border-color css

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

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

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