Shades of Torch Red #FF2728
Tints of Torch Red #FF2728
RGB
CMYK
RGB Variations
Color information
#FF2728 (or 0xFF2728) is known color: Torch Red. HEX triplet: FF, 27 and 28. RGB value is (255,39,40). Sum of RGB (Red+Green+Blue) = 255+39+40=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2728 is #00D8D7. Grayscale: #676767. Windows color (decimal): -55512 or 2631679. OLE color: 2631679.
HSL color Cylindrical-coordinate representation of color #FF2728: hue angle of 359.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2728 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 40 | - |
| CMYK | 0 | 0.85 | 0.84 | 0 |
| HSL | 359.72º | 1% | 0.58% | - |
| HSV(B) | 359.72º | 0.85% | 1% | - |
| XYZ | 42.35 | 22.86 | 4.19 | - |
| YUV | 103.7 | 92.06 | 235.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 40 | 0 | 0.85 | 0.84 | 0 | 359.72 | 1 | 0.58 |
| Hex | FF | 27 | 28 | 0 | 55 | 54 | 0 | 168 | 64 | 3A |
| Octal | 377 | 47 | 50 | 0 | 125 | 124 | 0 | 550 | 144 | 72 |
| Binary | 11111111 | 100111 | 101000 | 0 | 1010101 | 1010100 | 0 | 101101000 | 1100100 | 111010 |
Color Harmonies of #FF2728
Complementary color
Monochromatic Colors of #FF2728
Black with #FF2728
Text Example
Text Example
White with #FF2728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2728; }
p { color: rgb(255,39,40); }
H1.HeaderClassName
{
color: #FF2728;
}
.AnyTagClassName
{
color: #FF2728;
}
</style>
background-color css
<style>
a { background-color: #FF2728; }
a { background-color: rgb(255,39,40); }
div.DivClassName
{
background-color: #FF2728;
}
.BgClassName
{
background-color: #FF2728;
}
</style>
border-color css
<style>
span { border-color: #FF2728; }
span { border-color: rgb(255,39,40); }
td.TdClassName
{
border-color: #FF2728;
}
.TagClassName
{
border-color: #FF2728;
}
</style>