Html Css Color HEX #EE110C Red

📋 copy color: '#EE110C'

red 238 ◦ green 17 ◦ blue 12

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

Shades of Red #EE110C

Tints of Red #EE110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.49%

R = 89.14%
G = 6.37%
B = 4.49%

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

#EE110C (or 0xEE110C) is known color: Red. HEX triplet: EE, 11 and 0C. RGB value is (238,17,12). Sum of RGB (Red+Green+Blue) = 238+17+12=267 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.14% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 238 - color contains mainly: red. Hex color #EE110C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE110C is #11EEF3. Grayscale: #525252. Windows color (decimal): -1175284 or 791022. OLE color: 791022.

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

Color convert

RGB 238 17 12 -
CMYK 0 0.93 0.95 0.07
HSL 1.33º 0.9% 0.49% -
HSV(B) 1.33º 0.95% 0.93% -
XYZ 35.53 18.6 2.07 -
YUV 82.51 88.22 238.91 -
System Red Green Blue C M Y K H S L
Decimal 238 17 12 0 0.93 0.95 0.07 1.33 0.9 0.49
Hex EE 11 C 0 5D 5F 7 1 5A 31
Octal 356 21 14 0 135 137 7 1 132 61
Binary 11101110 10001 1100 0 1011101 1011111 111 1 1011010 110001

Color Harmonies of #EE110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE110C

Black with #EE110C

Text Example


Text Example

White with #EE110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE110C; }

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

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

background-color css

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

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

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

border-color css

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

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

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