Shades of Torch Red #FD1237
Tints of Torch Red #FD1237
RGB
CMYK
RGB Variations
Color information
#FD1237 (or 0xFD1237) is known color: Torch Red. HEX triplet: FD, 12 and 37. RGB value is (253,18,55). Sum of RGB (Red+Green+Blue) = 253+18+55=326 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.61% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1237 is #02EDC8. Grayscale: #5C5C5C. Windows color (decimal): -191945 or 3609341. OLE color: 3609341.
HSL color Cylindrical-coordinate representation of color #FD1237: hue angle of 350.55º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1237 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 55 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.01 |
| HSL | 350.55º | 0.98% | 0.53% | - |
| HSV(B) | 350.55º | 0.93% | 0.99% | - |
| XYZ | 41.41 | 21.59 | 5.6 | - |
| YUV | 92.48 | 106.86 | 242.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 55 | 0 | 0.93 | 0.78 | 0.01 | 350.55 | 0.98 | 0.53 |
| Hex | FD | 12 | 37 | 0 | 5D | 4E | 1 | 15F | 62 | 35 |
| Octal | 375 | 22 | 67 | 0 | 135 | 116 | 1 | 537 | 142 | 65 |
| Binary | 11111101 | 10010 | 110111 | 0 | 1011101 | 1001110 | 1 | 101011111 | 1100010 | 110101 |
Color Harmonies of #FD1237
Complementary color
Monochromatic Colors of #FD1237
Black with #FD1237
Text Example
Text Example
White with #FD1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1237; }
p { color: rgb(253,18,55); }
H1.HeaderClassName
{
color: #FD1237;
}
.AnyTagClassName
{
color: #FD1237;
}
</style>
background-color css
<style>
a { background-color: #FD1237; }
a { background-color: rgb(253,18,55); }
div.DivClassName
{
background-color: #FD1237;
}
.BgClassName
{
background-color: #FD1237;
}
</style>
border-color css
<style>
span { border-color: #FD1237; }
span { border-color: rgb(253,18,55); }
td.TdClassName
{
border-color: #FD1237;
}
.TagClassName
{
border-color: #FD1237;
}
</style>