Shades of Torch Red #FD0205
Tints of Torch Red #FD0205
RGB
CMYK
RGB Variations
Color information
#FD0205 (or 0xFD0205) is known color: Torch Red. HEX triplet: FD, 02 and 05. RGB value is (253,2,5). Sum of RGB (Red+Green+Blue) = 253+2+5=260 (34% of max value = 765). Red value is 253 (99.22% from 255 or 97.31% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0205 is #02FDFA. Grayscale: #4D4D4D. Windows color (decimal): -196091 or 328445. OLE color: 328445.
HSL color Cylindrical-coordinate representation of color #FD0205: hue angle of 359.28º 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 #FD0205 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.01 |
| HSL | 359.28º | 0.98% | 0.5% | - |
| HSV(B) | 359.28º | 0.99% | 0.99% | - |
| XYZ | 40.56 | 20.94 | 2.05 | - |
| YUV | 77.39 | 87.16 | 253.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 5 | 0 | 0.99 | 0.98 | 0.01 | 359.28 | 0.98 | 0.5 |
| Hex | FD | 2 | 5 | 0 | 63 | 62 | 1 | 167 | 62 | 32 |
| Octal | 375 | 2 | 5 | 0 | 143 | 142 | 1 | 547 | 142 | 62 |
| Binary | 11111101 | 10 | 101 | 0 | 1100011 | 1100010 | 1 | 101100111 | 1100010 | 110010 |
Color Harmonies of #FD0205
Complementary color
Monochromatic Colors of #FD0205
Black with #FD0205
Text Example
Text Example
White with #FD0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0205; }
p { color: rgb(253,2,5); }
H1.HeaderClassName
{
color: #FD0205;
}
.AnyTagClassName
{
color: #FD0205;
}
</style>
background-color css
<style>
a { background-color: #FD0205; }
a { background-color: rgb(253,2,5); }
div.DivClassName
{
background-color: #FD0205;
}
.BgClassName
{
background-color: #FD0205;
}
</style>
border-color css
<style>
span { border-color: #FD0205; }
span { border-color: rgb(253,2,5); }
td.TdClassName
{
border-color: #FD0205;
}
.TagClassName
{
border-color: #FD0205;
}
</style>