Html Css Color HEX #EE110A Red

📋 copy color: '#EE110A'

red 238 ◦ green 17 ◦ blue 10

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

Shades of Red #EE110A

Tints of Red #EE110A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.77%

R = 89.81%
G = 6.42%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE110A (or 0xEE110A) is known color: Red. HEX triplet: EE, 11 and 0A. RGB value is (238,17,10). Sum of RGB (Red+Green+Blue) = 238+17+10=265 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.81% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 238 - color contains mainly: red. Hex color #EE110A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE110A is #11EEF5. Grayscale: #525252. Windows color (decimal): -1175286 or 659950. OLE color: 659950.

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

Color convert

RGB 238 17 10 -
CMYK 0 0.93 0.96 0.07
HSL 1.84º 0.92% 0.49% -
HSV(B) 1.84º 0.96% 0.93% -
XYZ 35.52 18.6 2.01 -
YUV 82.28 87.22 239.07 -
System Red Green Blue C M Y K H S L
Decimal 238 17 10 0 0.93 0.96 0.07 1.84 0.92 0.49
Hex EE 11 A 0 5D 60 7 2 5C 31
Octal 356 21 12 0 135 140 7 2 134 61
Binary 11101110 10001 1010 0 1011101 1100000 111 10 1011100 110001

Color Harmonies of #EE110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE110A

Black with #EE110A

Text Example


Text Example

White with #EE110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE110A; }

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

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

background-color css

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

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

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

border-color css

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

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

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