Shades of Torch Red #FD0306
Tints of Torch Red #FD0306
RGB
CMYK
RGB Variations
Color information
#FD0306 (or 0xFD0306) is known color: Torch Red. HEX triplet: FD, 03 and 06. RGB value is (253,3,6). Sum of RGB (Red+Green+Blue) = 253+3+6=262 (34% of max value = 765). Red value is 253 (99.22% from 255 or 96.56% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0306 is #02FCF9. Grayscale: #4E4E4E. Windows color (decimal): -195834 or 394237. OLE color: 394237.
HSL color Cylindrical-coordinate representation of color #FD0306: hue angle of 359.28º 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 #FD0306 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 6 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.01 |
| HSL | 359.28º | 0.98% | 0.5% | - |
| HSV(B) | 359.28º | 0.99% | 0.99% | - |
| XYZ | 40.57 | 20.96 | 2.08 | - |
| YUV | 78.09 | 87.33 | 252.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 6 | 0 | 0.99 | 0.98 | 0.01 | 359.28 | 0.98 | 0.5 |
| Hex | FD | 3 | 6 | 0 | 63 | 62 | 1 | 167 | 62 | 32 |
| Octal | 375 | 3 | 6 | 0 | 143 | 142 | 1 | 547 | 142 | 62 |
| Binary | 11111101 | 11 | 110 | 0 | 1100011 | 1100010 | 1 | 101100111 | 1100010 | 110010 |
Color Harmonies of #FD0306
Complementary color
Monochromatic Colors of #FD0306
Black with #FD0306
Text Example
Text Example
White with #FD0306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0306; }
p { color: rgb(253,3,6); }
H1.HeaderClassName
{
color: #FD0306;
}
.AnyTagClassName
{
color: #FD0306;
}
</style>
background-color css
<style>
a { background-color: #FD0306; }
a { background-color: rgb(253,3,6); }
div.DivClassName
{
background-color: #FD0306;
}
.BgClassName
{
background-color: #FD0306;
}
</style>
border-color css
<style>
span { border-color: #FD0306; }
span { border-color: rgb(253,3,6); }
td.TdClassName
{
border-color: #FD0306;
}
.TagClassName
{
border-color: #FD0306;
}
</style>