Shades of Torch Red #FD0945
Tints of Torch Red #FD0945
RGB
CMYK
RGB Variations
Color information
#FD0945 (or 0xFD0945) is known color: Torch Red. HEX triplet: FD, 09 and 45. RGB value is (253,9,69). Sum of RGB (Red+Green+Blue) = 253+9+69=331 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.44% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0945 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0945 is #02F6BA. Grayscale: #585858. Windows color (decimal): -194235 or 4524541. OLE color: 4524541.
HSL color Cylindrical-coordinate representation of color #FD0945: hue angle of 345.25º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0945 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 69 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.01 |
| HSL | 345.25º | 0.98% | 0.51% | - |
| HSV(B) | 345.25º | 0.96% | 0.99% | - |
| XYZ | 41.68 | 21.51 | 7.58 | - |
| YUV | 88.8 | 116.84 | 245.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 69 | 0 | 0.96 | 0.73 | 0.01 | 345.25 | 0.98 | 0.51 |
| Hex | FD | 9 | 45 | 0 | 60 | 49 | 1 | 159 | 62 | 33 |
| Octal | 375 | 11 | 105 | 0 | 140 | 111 | 1 | 531 | 142 | 63 |
| Binary | 11111101 | 1001 | 1000101 | 0 | 1100000 | 1001001 | 1 | 101011001 | 1100010 | 110011 |
Color Harmonies of #FD0945
Complementary color
Monochromatic Colors of #FD0945
Black with #FD0945
Text Example
Text Example
White with #FD0945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0945; }
p { color: rgb(253,9,69); }
H1.HeaderClassName
{
color: #FD0945;
}
.AnyTagClassName
{
color: #FD0945;
}
</style>
background-color css
<style>
a { background-color: #FD0945; }
a { background-color: rgb(253,9,69); }
div.DivClassName
{
background-color: #FD0945;
}
.BgClassName
{
background-color: #FD0945;
}
</style>
border-color css
<style>
span { border-color: #FD0945; }
span { border-color: rgb(253,9,69); }
td.TdClassName
{
border-color: #FD0945;
}
.TagClassName
{
border-color: #FD0945;
}
</style>