Shades of Torch Red #FD273C
Tints of Torch Red #FD273C
RGB
CMYK
RGB Variations
Color information
#FD273C (or 0xFD273C) is known color: Torch Red. HEX triplet: FD, 27 and 3C. RGB value is (253,39,60). Sum of RGB (Red+Green+Blue) = 253+39+60=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD273C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD273C is #02D8C3. Grayscale: #696969. Windows color (decimal): -186564 or 3942397. OLE color: 3942397.
HSL color Cylindrical-coordinate representation of color #FD273C: hue angle of 354.11º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD273C is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 60 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.01 |
| HSL | 354.11º | 0.98% | 0.57% | - |
| HSV(B) | 354.11º | 0.85% | 0.99% | - |
| XYZ | 42.05 | 22.66 | 6.43 | - |
| YUV | 105.38 | 102.4 | 233.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 60 | 0 | 0.85 | 0.76 | 0.01 | 354.11 | 0.98 | 0.57 |
| Hex | FD | 27 | 3C | 0 | 55 | 4C | 1 | 162 | 62 | 39 |
| Octal | 375 | 47 | 74 | 0 | 125 | 114 | 1 | 542 | 142 | 71 |
| Binary | 11111101 | 100111 | 111100 | 0 | 1010101 | 1001100 | 1 | 101100010 | 1100010 | 111001 |
Color Harmonies of #FD273C
Complementary color
Monochromatic Colors of #FD273C
Black with #FD273C
Text Example
Text Example
White with #FD273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD273C; }
p { color: rgb(253,39,60); }
H1.HeaderClassName
{
color: #FD273C;
}
.AnyTagClassName
{
color: #FD273C;
}
</style>
background-color css
<style>
a { background-color: #FD273C; }
a { background-color: rgb(253,39,60); }
div.DivClassName
{
background-color: #FD273C;
}
.BgClassName
{
background-color: #FD273C;
}
</style>
border-color css
<style>
span { border-color: #FD273C; }
span { border-color: rgb(253,39,60); }
td.TdClassName
{
border-color: #FD273C;
}
.TagClassName
{
border-color: #FD273C;
}
</style>