Shades of Torch Red #FD273B
Tints of Torch Red #FD273B
RGB
CMYK
RGB Variations
Color information
#FD273B (or 0xFD273B) is known color: Torch Red. HEX triplet: FD, 27 and 3B. RGB value is (253,39,59). Sum of RGB (Red+Green+Blue) = 253+39+59=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD273B is #02D8C4. Grayscale: #696969. Windows color (decimal): -186565 or 3876861. OLE color: 3876861.
HSL color Cylindrical-coordinate representation of color #FD273B: hue angle of 354.39º 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 #FD273B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 59 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.01 |
| HSL | 354.39º | 0.98% | 0.57% | - |
| HSV(B) | 354.39º | 0.85% | 0.99% | - |
| XYZ | 42.02 | 22.65 | 6.29 | - |
| YUV | 105.27 | 101.9 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 59 | 0 | 0.85 | 0.77 | 0.01 | 354.39 | 0.98 | 0.57 |
| Hex | FD | 27 | 3B | 0 | 55 | 4D | 1 | 162 | 62 | 39 |
| Octal | 375 | 47 | 73 | 0 | 125 | 115 | 1 | 542 | 142 | 71 |
| Binary | 11111101 | 100111 | 111011 | 0 | 1010101 | 1001101 | 1 | 101100010 | 1100010 | 111001 |
Color Harmonies of #FD273B
Complementary color
Monochromatic Colors of #FD273B
Black with #FD273B
Text Example
Text Example
White with #FD273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD273B; }
p { color: rgb(253,39,59); }
H1.HeaderClassName
{
color: #FD273B;
}
.AnyTagClassName
{
color: #FD273B;
}
</style>
background-color css
<style>
a { background-color: #FD273B; }
a { background-color: rgb(253,39,59); }
div.DivClassName
{
background-color: #FD273B;
}
.BgClassName
{
background-color: #FD273B;
}
</style>
border-color css
<style>
span { border-color: #FD273B; }
span { border-color: rgb(253,39,59); }
td.TdClassName
{
border-color: #FD273B;
}
.TagClassName
{
border-color: #FD273B;
}
</style>