Shades of Torch Red #FD0313
Tints of Torch Red #FD0313
RGB
CMYK
RGB Variations
Color information
#FD0313 (or 0xFD0313) is known color: Torch Red. HEX triplet: FD, 03 and 13. RGB value is (253,3,19). Sum of RGB (Red+Green+Blue) = 253+3+19=275 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0313 is #02FCEC. Grayscale: #4F4F4F. Windows color (decimal): -195821 or 1246205. OLE color: 1246205.
HSL color Cylindrical-coordinate representation of color #FD0313: hue angle of 356.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0313 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 19 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.01 |
| HSL | 356.16º | 0.98% | 0.5% | - |
| HSV(B) | 356.16º | 0.99% | 0.99% | - |
| XYZ | 40.66 | 20.99 | 2.53 | - |
| YUV | 79.57 | 93.83 | 251.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 19 | 0 | 0.99 | 0.92 | 0.01 | 356.16 | 0.98 | 0.5 |
| Hex | FD | 3 | 13 | 0 | 63 | 5C | 1 | 164 | 62 | 32 |
| Octal | 375 | 3 | 23 | 0 | 143 | 134 | 1 | 544 | 142 | 62 |
| Binary | 11111101 | 11 | 10011 | 0 | 1100011 | 1011100 | 1 | 101100100 | 1100010 | 110010 |
Color Harmonies of #FD0313
Complementary color
Monochromatic Colors of #FD0313
Black with #FD0313
Text Example
Text Example
White with #FD0313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0313; }
p { color: rgb(253,3,19); }
H1.HeaderClassName
{
color: #FD0313;
}
.AnyTagClassName
{
color: #FD0313;
}
</style>
background-color css
<style>
a { background-color: #FD0313; }
a { background-color: rgb(253,3,19); }
div.DivClassName
{
background-color: #FD0313;
}
.BgClassName
{
background-color: #FD0313;
}
</style>
border-color css
<style>
span { border-color: #FD0313; }
span { border-color: rgb(253,3,19); }
td.TdClassName
{
border-color: #FD0313;
}
.TagClassName
{
border-color: #FD0313;
}
</style>