Shades of Torch Red #FD0327
Tints of Torch Red #FD0327
RGB
CMYK
RGB Variations
Color information
#FD0327 (or 0xFD0327) is known color: Torch Red. HEX triplet: FD, 03 and 27. RGB value is (253,3,39). Sum of RGB (Red+Green+Blue) = 253+3+39=295 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.76% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0327 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0327 is #02FCD8. Grayscale: #515151. Windows color (decimal): -195801 or 2556925. OLE color: 2556925.
HSL color Cylindrical-coordinate representation of color #FD0327: hue angle of 351.36º 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 #FD0327 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 39 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.01 |
| HSL | 351.36º | 0.98% | 0.5% | - |
| HSV(B) | 351.36º | 0.99% | 0.99% | - |
| XYZ | 40.91 | 21.09 | 3.84 | - |
| YUV | 81.85 | 103.83 | 250.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 39 | 0 | 0.99 | 0.85 | 0.01 | 351.36 | 0.98 | 0.5 |
| Hex | FD | 3 | 27 | 0 | 63 | 55 | 1 | 15F | 62 | 32 |
| Octal | 375 | 3 | 47 | 0 | 143 | 125 | 1 | 537 | 142 | 62 |
| Binary | 11111101 | 11 | 100111 | 0 | 1100011 | 1010101 | 1 | 101011111 | 1100010 | 110010 |
Color Harmonies of #FD0327
Complementary color
Monochromatic Colors of #FD0327
Black with #FD0327
Text Example
Text Example
White with #FD0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0327; }
p { color: rgb(253,3,39); }
H1.HeaderClassName
{
color: #FD0327;
}
.AnyTagClassName
{
color: #FD0327;
}
</style>
background-color css
<style>
a { background-color: #FD0327; }
a { background-color: rgb(253,3,39); }
div.DivClassName
{
background-color: #FD0327;
}
.BgClassName
{
background-color: #FD0327;
}
</style>
border-color css
<style>
span { border-color: #FD0327; }
span { border-color: rgb(253,3,39); }
td.TdClassName
{
border-color: #FD0327;
}
.TagClassName
{
border-color: #FD0327;
}
</style>