Shades of Torch Red #FD273F
Tints of Torch Red #FD273F
RGB
CMYK
RGB Variations
Color information
#FD273F (or 0xFD273F) is known color: Torch Red. HEX triplet: FD, 27 and 3F. RGB value is (253,39,63). Sum of RGB (Red+Green+Blue) = 253+39+63=355 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.27% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 253 - color contains mainly: red. Hex color #FD273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD273F is #02D8C0. Grayscale: #696969. Windows color (decimal): -186561 or 4139005. OLE color: 4139005.
HSL color Cylindrical-coordinate representation of color #FD273F: hue angle of 353.27º 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 #FD273F is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 63 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.01 |
| HSL | 353.27º | 0.98% | 0.57% | - |
| HSV(B) | 353.27º | 0.85% | 0.99% | - |
| XYZ | 42.13 | 22.69 | 6.86 | - |
| YUV | 105.72 | 103.9 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 63 | 0 | 0.85 | 0.75 | 0.01 | 353.27 | 0.98 | 0.57 |
| Hex | FD | 27 | 3F | 0 | 55 | 4B | 1 | 161 | 62 | 39 |
| Octal | 375 | 47 | 77 | 0 | 125 | 113 | 1 | 541 | 142 | 71 |
| Binary | 11111101 | 100111 | 111111 | 0 | 1010101 | 1001011 | 1 | 101100001 | 1100010 | 111001 |
Color Harmonies of #FD273F
Complementary color
Monochromatic Colors of #FD273F
Black with #FD273F
Text Example
Text Example
White with #FD273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD273F; }
p { color: rgb(253,39,63); }
H1.HeaderClassName
{
color: #FD273F;
}
.AnyTagClassName
{
color: #FD273F;
}
</style>
background-color css
<style>
a { background-color: #FD273F; }
a { background-color: rgb(253,39,63); }
div.DivClassName
{
background-color: #FD273F;
}
.BgClassName
{
background-color: #FD273F;
}
</style>
border-color css
<style>
span { border-color: #FD273F; }
span { border-color: rgb(253,39,63); }
td.TdClassName
{
border-color: #FD273F;
}
.TagClassName
{
border-color: #FD273F;
}
</style>