#EE0F1A

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

Shades of Torch Red #EE0F1A

Tints of Torch Red #EE0F1A

Color information

#EE0F1A (or 0xEE0F1A) is unknown color: approx Torch Red. HEX triplet: EE, 0F and 1A. RGB value is (238,15,26). Sum of RGB (Red+Green+Blue) = 238+15+26=279 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.30% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0F1A is #11F0E5. Grayscale: #535353. Windows color (decimal): -1175782 or 1708014. OLE color: 1708014.

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

Color convert

RGB2381526-
CMYK00.940.890.07
HSL357.04º88.14%49.61%-
HSV(B)357.04º93.7%93.33%-
XYZ35.6218.592.69-
YUV82.9395.88238.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 85.30%
GREEN value IS 15 (6.25% from 255) = 5.38%
BLUE value IS 26 (10.55% from 255) = 9.32%
R=85.30%
G=5.38%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238152600.940.890.07357.0488.1449.61
HexEEF1A05E5971655832
Octal35617320136131754513062
Binary111011101111110100101111010110011111011001011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0F1A; }

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

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

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

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

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

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

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

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