#FD0F16

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

Shades of Torch Red #FD0F16

Tints of Torch Red #FD0F16

Color information

#FD0F16 (or 0xFD0F16) is unknown color: approx Torch Red. HEX triplet: FD, 0F and 16. RGB value is (253,15,22). Sum of RGB (Red+Green+Blue) = 253+15+22=290 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.24% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0F16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0F16 is #02F0E9. Grayscale: #575757. Windows color (decimal): -192746 or 1445885. OLE color: 1445885.

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

Color convert

RGB2531522-
CMYK00.940.910.01
HSL358.24º98.35%52.55%-
HSV(B)358.24º94.07%99.22%-
XYZ40.8221.282.72-
YUV86.9691.35246.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 87.24%
GREEN value IS 15 (6.25% from 255) = 5.17%
BLUE value IS 22 (8.98% from 255) = 7.59%
R=87.24%
G=5.17%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253152200.940.910.01358.2498.3552.55
HexFDF1605E5B11666235
Octal37517260136133154614265
Binary1111110111111011001011110101101111011001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD0F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD0F16; }

 p { color: rgb(253,15,22); }

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

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

 a { background-color: rgb(253,15,22); }

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

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

 span { border-color: rgb(253,15,22); }

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