Shades of Torch Red #FD0341
Tints of Torch Red #FD0341
RGB
CMYK
RGB Variations
Color information
#FD0341 (or 0xFD0341) is known color: Torch Red. HEX triplet: FD, 03 and 41. RGB value is (253,3,65). Sum of RGB (Red+Green+Blue) = 253+3+65=321 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.82% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0341 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0341 is #02FCBE. Grayscale: #545454. Windows color (decimal): -195775 or 4260861. OLE color: 4260861.
HSL color Cylindrical-coordinate representation of color #FD0341: hue angle of 345.12º 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 #FD0341 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 65 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.01 |
| HSL | 345.12º | 0.98% | 0.5% | - |
| HSV(B) | 345.12º | 0.99% | 0.99% | - |
| XYZ | 41.49 | 21.33 | 6.93 | - |
| YUV | 84.82 | 116.83 | 247.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 65 | 0 | 0.99 | 0.74 | 0.01 | 345.12 | 0.98 | 0.5 |
| Hex | FD | 3 | 41 | 0 | 63 | 4A | 1 | 159 | 62 | 32 |
| Octal | 375 | 3 | 101 | 0 | 143 | 112 | 1 | 531 | 142 | 62 |
| Binary | 11111101 | 11 | 1000001 | 0 | 1100011 | 1001010 | 1 | 101011001 | 1100010 | 110010 |
Color Harmonies of #FD0341
Complementary color
Monochromatic Colors of #FD0341
Black with #FD0341
Text Example
Text Example
White with #FD0341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0341; }
p { color: rgb(253,3,65); }
H1.HeaderClassName
{
color: #FD0341;
}
.AnyTagClassName
{
color: #FD0341;
}
</style>
background-color css
<style>
a { background-color: #FD0341; }
a { background-color: rgb(253,3,65); }
div.DivClassName
{
background-color: #FD0341;
}
.BgClassName
{
background-color: #FD0341;
}
</style>
border-color css
<style>
span { border-color: #FD0341; }
span { border-color: rgb(253,3,65); }
td.TdClassName
{
border-color: #FD0341;
}
.TagClassName
{
border-color: #FD0341;
}
</style>