#FD0118

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

Shades of Torch Red #FD0118

Tints of Torch Red #FD0118

Color information

#FD0118 (or 0xFD0118) is unknown color: approx Torch Red. HEX triplet: FD, 01 and 18. RGB value is (253,1,24). Sum of RGB (Red+Green+Blue) = 253+1+24=278 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.01% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0118 is #02FEE7. Grayscale: #4F4F4F. Windows color (decimal): -196328 or 1573373. OLE color: 1573373.

HSL color Cylindrical-coordinate representation of color #FD0118: hue angle of 354.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0118 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB253124-
CMYK01.000.910.01
HSL354.52º99.21%49.8%-
HSV(B)354.52º99.6%99.22%-
XYZ40.6820.972.77-
YUV78.9796.99252.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 91.01%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 24 (9.77% from 255) = 8.63%
R=91.01%
G=0.36%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312401.000.910.01354.5299.2149.8
HexFD1180645B11636332
Octal3751300144133154314362
Binary1111110111100001100100101101111011000111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD0118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD0118; }

 p { color: rgb(253,1,24); }

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

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

 a { background-color: rgb(253,1,24); }

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

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

 span { border-color: rgb(253,1,24); }

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