Shades of Torch Red #FD0F28
Tints of Torch Red #FD0F28
RGB
CMYK
RGB Variations
Color information
#FD0F28 (or 0xFD0F28) is known color: Torch Red. HEX triplet: FD, 0F and 28. RGB value is (253,15,40). Sum of RGB (Red+Green+Blue) = 253+15+40=308 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.14% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0F28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0F28 is #02F0D7. Grayscale: #595959. Windows color (decimal): -192728 or 2625533. OLE color: 2625533.
HSL color Cylindrical-coordinate representation of color #FD0F28: hue angle of 353.7º 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 #FD0F28 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 15 | 40 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.01 |
| HSL | 353.7º | 0.98% | 0.53% | - |
| HSV(B) | 353.7º | 0.94% | 0.99% | - |
| XYZ | 41.06 | 21.38 | 3.97 | - |
| YUV | 89.01 | 100.35 | 244.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 40 | 0 | 0.94 | 0.84 | 0.01 | 353.7 | 0.98 | 0.53 |
| Hex | FD | F | 28 | 0 | 5E | 54 | 1 | 162 | 62 | 35 |
| Octal | 375 | 17 | 50 | 0 | 136 | 124 | 1 | 542 | 142 | 65 |
| Binary | 11111101 | 1111 | 101000 | 0 | 1011110 | 1010100 | 1 | 101100010 | 1100010 | 110101 |
Color Harmonies of #FD0F28
Complementary color
Monochromatic Colors of #FD0F28
Black with #FD0F28
Text Example
Text Example
White with #FD0F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0F28; }
p { color: rgb(253,15,40); }
H1.HeaderClassName
{
color: #FD0F28;
}
.AnyTagClassName
{
color: #FD0F28;
}
</style>
background-color css
<style>
a { background-color: #FD0F28; }
a { background-color: rgb(253,15,40); }
div.DivClassName
{
background-color: #FD0F28;
}
.BgClassName
{
background-color: #FD0F28;
}
</style>
border-color css
<style>
span { border-color: #FD0F28; }
span { border-color: rgb(253,15,40); }
td.TdClassName
{
border-color: #FD0F28;
}
.TagClassName
{
border-color: #FD0F28;
}
</style>