Shades of Torch Red #FD0244
Tints of Torch Red #FD0244
RGB
CMYK
RGB Variations
Color information
#FD0244 (or 0xFD0244) is known color: Torch Red. HEX triplet: FD, 02 and 44. RGB value is (253,2,68). Sum of RGB (Red+Green+Blue) = 253+2+68=323 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.33% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0244 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0244 is #02FDBB. Grayscale: #545454. Windows color (decimal): -196028 or 4457213. OLE color: 4457213.
HSL color Cylindrical-coordinate representation of color #FD0244: hue angle of 344.22º 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 #FD0244 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 68 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.01 |
| HSL | 344.22º | 0.98% | 0.5% | - |
| HSV(B) | 344.22º | 0.99% | 0.99% | - |
| XYZ | 41.57 | 21.34 | 7.4 | - |
| YUV | 84.57 | 118.66 | 248.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 68 | 0 | 0.99 | 0.73 | 0.01 | 344.22 | 0.98 | 0.5 |
| Hex | FD | 2 | 44 | 0 | 63 | 49 | 1 | 158 | 62 | 32 |
| Octal | 375 | 2 | 104 | 0 | 143 | 111 | 1 | 530 | 142 | 62 |
| Binary | 11111101 | 10 | 1000100 | 0 | 1100011 | 1001001 | 1 | 101011000 | 1100010 | 110010 |
Color Harmonies of #FD0244
Complementary color
Monochromatic Colors of #FD0244
Black with #FD0244
Text Example
Text Example
White with #FD0244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0244; }
p { color: rgb(253,2,68); }
H1.HeaderClassName
{
color: #FD0244;
}
.AnyTagClassName
{
color: #FD0244;
}
</style>
background-color css
<style>
a { background-color: #FD0244; }
a { background-color: rgb(253,2,68); }
div.DivClassName
{
background-color: #FD0244;
}
.BgClassName
{
background-color: #FD0244;
}
</style>
border-color css
<style>
span { border-color: #FD0244; }
span { border-color: rgb(253,2,68); }
td.TdClassName
{
border-color: #FD0244;
}
.TagClassName
{
border-color: #FD0244;
}
</style>