Shades of Torch Red #FD0307
Tints of Torch Red #FD0307
RGB
CMYK
RGB Variations
Color information
#FD0307 (or 0xFD0307) is known color: Torch Red. HEX triplet: FD, 03 and 07. RGB value is (253,3,7). Sum of RGB (Red+Green+Blue) = 253+3+7=263 (34% of max value = 765). Red value is 253 (99.22% from 255 or 96.20% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0307 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0307 is #02FCF8. Grayscale: #4E4E4E. Windows color (decimal): -195833 or 459773. OLE color: 459773.
HSL color Cylindrical-coordinate representation of color #FD0307: hue angle of 359.04º 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 #FD0307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.01 |
| HSL | 359.04º | 0.98% | 0.5% | - |
| HSV(B) | 359.04º | 0.99% | 0.99% | - |
| XYZ | 40.58 | 20.96 | 2.11 | - |
| YUV | 78.21 | 87.83 | 252.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 7 | 0 | 0.99 | 0.97 | 0.01 | 359.04 | 0.98 | 0.5 |
| Hex | FD | 3 | 7 | 0 | 63 | 61 | 1 | 167 | 62 | 32 |
| Octal | 375 | 3 | 7 | 0 | 143 | 141 | 1 | 547 | 142 | 62 |
| Binary | 11111101 | 11 | 111 | 0 | 1100011 | 1100001 | 1 | 101100111 | 1100010 | 110010 |
Color Harmonies of #FD0307
Complementary color
Monochromatic Colors of #FD0307
Black with #FD0307
Text Example
Text Example
White with #FD0307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0307; }
p { color: rgb(253,3,7); }
H1.HeaderClassName
{
color: #FD0307;
}
.AnyTagClassName
{
color: #FD0307;
}
</style>
background-color css
<style>
a { background-color: #FD0307; }
a { background-color: rgb(253,3,7); }
div.DivClassName
{
background-color: #FD0307;
}
.BgClassName
{
background-color: #FD0307;
}
</style>
border-color css
<style>
span { border-color: #FD0307; }
span { border-color: rgb(253,3,7); }
td.TdClassName
{
border-color: #FD0307;
}
.TagClassName
{
border-color: #FD0307;
}
</style>