Html Css Color HEX #EE100F Red

📋 copy color: '#EE100F'

red 238 ◦ green 16 ◦ blue 15

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

Shades of Red #EE100F

Tints of Red #EE100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

 BLUE value IS 15 (6.25% from 255) = 5.58%

R = 88.48%
G = 5.95%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE100F (or 0xEE100F) is known color: Red. HEX triplet: EE, 10 and 0F. RGB value is (238,16,15). Sum of RGB (Red+Green+Blue) = 238+16+15=269 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.48% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 238 - color contains mainly: red. Hex color #EE100F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE100F is #11EFF0. Grayscale: #525252. Windows color (decimal): -1175537 or 987374. OLE color: 987374.

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

Color convert

RGB 238 16 15 -
CMYK 0 0.93 0.94 0.07
HSL 0.27º 0.88% 0.5% -
HSV(B) 0.27º 0.94% 0.93% -
XYZ 35.53 18.58 2.17 -
YUV 82.26 90.05 239.08 -
System Red Green Blue C M Y K H S L
Decimal 238 16 15 0 0.93 0.94 0.07 0.27 0.88 0.5
Hex EE 10 F 0 5D 5E 7 0 58 32
Octal 356 20 17 0 135 136 7 0 130 62
Binary 11101110 10000 1111 0 1011101 1011110 111 0 1011000 110010

Color Harmonies of #EE100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE100F

Black with #EE100F

Text Example


Text Example

White with #EE100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE100F; }

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

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

background-color css

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

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

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

border-color css

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

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

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