Shades of Torch Red #FD0F2C
Tints of Torch Red #FD0F2C
RGB
CMYK
RGB Variations
Color information
#FD0F2C (or 0xFD0F2C) is known color: Torch Red. HEX triplet: FD, 0F and 2C. RGB value is (253,15,44). Sum of RGB (Red+Green+Blue) = 253+15+44=312 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.09% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0F2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0F2C is #02F0D3. Grayscale: #595959. Windows color (decimal): -192724 or 2887677. OLE color: 2887677.
HSL color Cylindrical-coordinate representation of color #FD0F2C: hue angle of 352.69º 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 #FD0F2C is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 15 | 44 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.01 |
| HSL | 352.69º | 0.98% | 0.53% | - |
| HSV(B) | 352.69º | 0.94% | 0.99% | - |
| XYZ | 41.13 | 21.41 | 4.35 | - |
| YUV | 89.47 | 102.35 | 244.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 44 | 0 | 0.94 | 0.83 | 0.01 | 352.69 | 0.98 | 0.53 |
| Hex | FD | F | 2C | 0 | 5E | 53 | 1 | 161 | 62 | 35 |
| Octal | 375 | 17 | 54 | 0 | 136 | 123 | 1 | 541 | 142 | 65 |
| Binary | 11111101 | 1111 | 101100 | 0 | 1011110 | 1010011 | 1 | 101100001 | 1100010 | 110101 |
Color Harmonies of #FD0F2C
Complementary color
Monochromatic Colors of #FD0F2C
Black with #FD0F2C
Text Example
Text Example
White with #FD0F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0F2C; }
p { color: rgb(253,15,44); }
H1.HeaderClassName
{
color: #FD0F2C;
}
.AnyTagClassName
{
color: #FD0F2C;
}
</style>
background-color css
<style>
a { background-color: #FD0F2C; }
a { background-color: rgb(253,15,44); }
div.DivClassName
{
background-color: #FD0F2C;
}
.BgClassName
{
background-color: #FD0F2C;
}
</style>
border-color css
<style>
span { border-color: #FD0F2C; }
span { border-color: rgb(253,15,44); }
td.TdClassName
{
border-color: #FD0F2C;
}
.TagClassName
{
border-color: #FD0F2C;
}
</style>