Shades of Torch Red #FD0334
Tints of Torch Red #FD0334
RGB
CMYK
RGB Variations
Color information
#FD0334 (or 0xFD0334) is known color: Torch Red. HEX triplet: FD, 03 and 34. RGB value is (253,3,52). Sum of RGB (Red+Green+Blue) = 253+3+52=308 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.14% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0334 is #02FCCB. Grayscale: #535353. Windows color (decimal): -195788 or 3408893. OLE color: 3408893.
HSL color Cylindrical-coordinate representation of color #FD0334: hue angle of 348.24º 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 #FD0334 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 52 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.01 |
| HSL | 348.24º | 0.98% | 0.5% | - |
| HSV(B) | 348.24º | 0.99% | 0.99% | - |
| XYZ | 41.16 | 21.2 | 5.17 | - |
| YUV | 83.34 | 110.33 | 249.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 52 | 0 | 0.99 | 0.79 | 0.01 | 348.24 | 0.98 | 0.5 |
| Hex | FD | 3 | 34 | 0 | 63 | 4F | 1 | 15C | 62 | 32 |
| Octal | 375 | 3 | 64 | 0 | 143 | 117 | 1 | 534 | 142 | 62 |
| Binary | 11111101 | 11 | 110100 | 0 | 1100011 | 1001111 | 1 | 101011100 | 1100010 | 110010 |
Color Harmonies of #FD0334
Complementary color
Monochromatic Colors of #FD0334
Black with #FD0334
Text Example
Text Example
White with #FD0334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0334; }
p { color: rgb(253,3,52); }
H1.HeaderClassName
{
color: #FD0334;
}
.AnyTagClassName
{
color: #FD0334;
}
</style>
background-color css
<style>
a { background-color: #FD0334; }
a { background-color: rgb(253,3,52); }
div.DivClassName
{
background-color: #FD0334;
}
.BgClassName
{
background-color: #FD0334;
}
</style>
border-color css
<style>
span { border-color: #FD0334; }
span { border-color: rgb(253,3,52); }
td.TdClassName
{
border-color: #FD0334;
}
.TagClassName
{
border-color: #FD0334;
}
</style>