Shades of Torch Red #FD0919
Tints of Torch Red #FD0919
RGB
CMYK
RGB Variations
Color information
#FD0919 (or 0xFD0919) is known color: Torch Red. HEX triplet: FD, 09 and 19. RGB value is (253,9,25). Sum of RGB (Red+Green+Blue) = 253+9+25=287 (38% of max value = 765). Red value is 253 (99.22% from 255 or 88.15% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0919 is #02F6E6. Grayscale: #535353. Windows color (decimal): -194279 or 1640957. OLE color: 1640957.
HSL color Cylindrical-coordinate representation of color #FD0919: hue angle of 356.07º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0919 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 25 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.01 |
| HSL | 356.07º | 0.98% | 0.51% | - |
| HSV(B) | 356.07º | 0.96% | 0.99% | - |
| XYZ | 40.78 | 21.15 | 2.85 | - |
| YUV | 83.78 | 94.84 | 248.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 25 | 0 | 0.96 | 0.90 | 0.01 | 356.07 | 0.98 | 0.51 |
| Hex | FD | 9 | 19 | 0 | 60 | 5A | 1 | 164 | 62 | 33 |
| Octal | 375 | 11 | 31 | 0 | 140 | 132 | 1 | 544 | 142 | 63 |
| Binary | 11111101 | 1001 | 11001 | 0 | 1100000 | 1011010 | 1 | 101100100 | 1100010 | 110011 |
Color Harmonies of #FD0919
Complementary color
Monochromatic Colors of #FD0919
Black with #FD0919
Text Example
Text Example
White with #FD0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0919; }
p { color: rgb(253,9,25); }
H1.HeaderClassName
{
color: #FD0919;
}
.AnyTagClassName
{
color: #FD0919;
}
</style>
background-color css
<style>
a { background-color: #FD0919; }
a { background-color: rgb(253,9,25); }
div.DivClassName
{
background-color: #FD0919;
}
.BgClassName
{
background-color: #FD0919;
}
</style>
border-color css
<style>
span { border-color: #FD0919; }
span { border-color: rgb(253,9,25); }
td.TdClassName
{
border-color: #FD0919;
}
.TagClassName
{
border-color: #FD0919;
}
</style>