Shades of Torch Red #FD0243
Tints of Torch Red #FD0243
RGB
CMYK
RGB Variations
Color information
#FD0243 (or 0xFD0243) is known color: Torch Red. HEX triplet: FD, 02 and 43. RGB value is (253,2,67). Sum of RGB (Red+Green+Blue) = 253+2+67=322 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.57% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0243 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0243 is #02FDBC. Grayscale: #545454. Windows color (decimal): -196029 or 4391677. OLE color: 4391677.
HSL color Cylindrical-coordinate representation of color #FD0243: hue angle of 344.46º 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 #FD0243 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.01 |
| HSL | 344.46º | 0.98% | 0.5% | - |
| HSV(B) | 344.46º | 0.99% | 0.99% | - |
| XYZ | 41.54 | 21.33 | 7.24 | - |
| YUV | 84.46 | 118.16 | 248.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 67 | 0 | 0.99 | 0.74 | 0.01 | 344.46 | 0.98 | 0.5 |
| Hex | FD | 2 | 43 | 0 | 63 | 4A | 1 | 158 | 62 | 32 |
| Octal | 375 | 2 | 103 | 0 | 143 | 112 | 1 | 530 | 142 | 62 |
| Binary | 11111101 | 10 | 1000011 | 0 | 1100011 | 1001010 | 1 | 101011000 | 1100010 | 110010 |
Color Harmonies of #FD0243
Complementary color
Monochromatic Colors of #FD0243
Black with #FD0243
Text Example
Text Example
White with #FD0243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0243; }
p { color: rgb(253,2,67); }
H1.HeaderClassName
{
color: #FD0243;
}
.AnyTagClassName
{
color: #FD0243;
}
</style>
background-color css
<style>
a { background-color: #FD0243; }
a { background-color: rgb(253,2,67); }
div.DivClassName
{
background-color: #FD0243;
}
.BgClassName
{
background-color: #FD0243;
}
</style>
border-color css
<style>
span { border-color: #FD0243; }
span { border-color: rgb(253,2,67); }
td.TdClassName
{
border-color: #FD0243;
}
.TagClassName
{
border-color: #FD0243;
}
</style>