#EE103F

Color #EE103F Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #EE103F

Tints of Torch Red #EE103F

Color information

#EE103F (or 0xEE103F) is unknown color: approx Torch Red. HEX triplet: EE, 10 and 3F. RGB value is (238,16,63). Sum of RGB (Red+Green+Blue) = 238+16+63=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE103F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE103F is #11EFC0. Grayscale: #575757. Windows color (decimal): -1175489 or 4133102. OLE color: 4133102.

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

Color convert

RGB2381663-
CMYK00.930.740.07
HSL347.3º87.4%49.8%-
HSV(B)347.3º93.28%93.33%-
XYZ36.3418.916.44-
YUV87.74114.05235.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 75.08%
GREEN value IS 16 (6.64% from 255) = 5.05%
BLUE value IS 63 (25% from 255) = 19.87%
R=75.08%
G=5.05%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238166300.930.740.07347.387.449.8
HexEE103F05D4A715b5732
Octal35620770135112753312762
Binary11101110100001111110101110110010101111010110111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE103F; }

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

 H1.HeaderClassName
 {
   color: #EE103F;
 }
 .AnyTagClassName
 {
   color: #EE103F;
 }
</style>
background-color css

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

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

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

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

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

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