#FD0F25

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

Shades of Torch Red #FD0F25

Tints of Torch Red #FD0F25

Color information

#FD0F25 (or 0xFD0F25) is unknown color: approx Torch Red. HEX triplet: FD, 0F and 25. RGB value is (253,15,37). Sum of RGB (Red+Green+Blue) = 253+15+37=305 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.95% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0F25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0F25 is #02F0DA. Grayscale: #585858. Windows color (decimal): -192731 or 2428925. OLE color: 2428925.

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

Color convert

RGB2531537-
CMYK00.940.850.01
HSL354.45º98.35%52.55%-
HSV(B)354.45º94.07%99.22%-
XYZ41.0121.363.71-
YUV88.6798.85245.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 82.95%
GREEN value IS 15 (6.25% from 255) = 4.92%
BLUE value IS 37 (14.84% from 255) = 12.13%
R=82.95%
G=4.92%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253153700.940.850.01354.4598.3552.55
HexFDF2505E5511626235
Octal37517450136125154214265
Binary11111101111110010101011110101010111011000101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD0F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD0F25; }

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

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

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

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

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

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

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

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