Shades of Torch Red #FF2738
Tints of Torch Red #FF2738
RGB
CMYK
RGB Variations
Color information
#FF2738 (or 0xFF2738) is known color: Torch Red. HEX triplet: FF, 27 and 38. RGB value is (255,39,56). Sum of RGB (Red+Green+Blue) = 255+39+56=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2738 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2738 is #00D8C7. Grayscale: #696969. Windows color (decimal): -55496 or 3680255. OLE color: 3680255.
HSL color Cylindrical-coordinate representation of color #FF2738: hue angle of 355.28º 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 #FF2738 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 56 | - |
| CMYK | 0 | 0.85 | 0.78 | 0 |
| HSL | 355.28º | 1% | 0.58% | - |
| HSV(B) | 355.28º | 0.85% | 1% | - |
| XYZ | 42.68 | 23 | 5.93 | - |
| YUV | 105.52 | 100.06 | 234.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 56 | 0 | 0.85 | 0.78 | 0 | 355.28 | 1 | 0.58 |
| Hex | FF | 27 | 38 | 0 | 55 | 4E | 0 | 163 | 64 | 3A |
| Octal | 377 | 47 | 70 | 0 | 125 | 116 | 0 | 543 | 144 | 72 |
| Binary | 11111111 | 100111 | 111000 | 0 | 1010101 | 1001110 | 0 | 101100011 | 1100100 | 111010 |
Color Harmonies of #FF2738
Complementary color
Monochromatic Colors of #FF2738
Black with #FF2738
Text Example
Text Example
White with #FF2738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2738; }
p { color: rgb(255,39,56); }
H1.HeaderClassName
{
color: #FF2738;
}
.AnyTagClassName
{
color: #FF2738;
}
</style>
background-color css
<style>
a { background-color: #FF2738; }
a { background-color: rgb(255,39,56); }
div.DivClassName
{
background-color: #FF2738;
}
.BgClassName
{
background-color: #FF2738;
}
</style>
border-color css
<style>
span { border-color: #FF2738; }
span { border-color: rgb(255,39,56); }
td.TdClassName
{
border-color: #FF2738;
}
.TagClassName
{
border-color: #FF2738;
}
</style>