Shades of Torch Red #FD273A
Tints of Torch Red #FD273A
RGB
CMYK
RGB Variations
Color information
#FD273A (or 0xFD273A) is known color: Torch Red. HEX triplet: FD, 27 and 3A. RGB value is (253,39,58). Sum of RGB (Red+Green+Blue) = 253+39+58=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD273A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD273A is #02D8C5. Grayscale: #696969. Windows color (decimal): -186566 or 3811325. OLE color: 3811325.
HSL color Cylindrical-coordinate representation of color #FD273A: hue angle of 354.67º 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 #FD273A is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 58 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.01 |
| HSL | 354.67º | 0.98% | 0.57% | - |
| HSV(B) | 354.67º | 0.85% | 0.99% | - |
| XYZ | 42 | 22.64 | 6.16 | - |
| YUV | 105.15 | 101.4 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 58 | 0 | 0.85 | 0.77 | 0.01 | 354.67 | 0.98 | 0.57 |
| Hex | FD | 27 | 3A | 0 | 55 | 4D | 1 | 163 | 62 | 39 |
| Octal | 375 | 47 | 72 | 0 | 125 | 115 | 1 | 543 | 142 | 71 |
| Binary | 11111101 | 100111 | 111010 | 0 | 1010101 | 1001101 | 1 | 101100011 | 1100010 | 111001 |
Color Harmonies of #FD273A
Complementary color
Monochromatic Colors of #FD273A
Black with #FD273A
Text Example
Text Example
White with #FD273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD273A; }
p { color: rgb(253,39,58); }
H1.HeaderClassName
{
color: #FD273A;
}
.AnyTagClassName
{
color: #FD273A;
}
</style>
background-color css
<style>
a { background-color: #FD273A; }
a { background-color: rgb(253,39,58); }
div.DivClassName
{
background-color: #FD273A;
}
.BgClassName
{
background-color: #FD273A;
}
</style>
border-color css
<style>
span { border-color: #FD273A; }
span { border-color: rgb(253,39,58); }
td.TdClassName
{
border-color: #FD273A;
}
.TagClassName
{
border-color: #FD273A;
}
</style>