Shades of Torch Red #FF1227
Tints of Torch Red #FF1227
RGB
CMYK
RGB Variations
Color information
#FF1227 (or 0xFF1227) is known color: Torch Red. HEX triplet: FF, 12 and 27. RGB value is (255,18,39). Sum of RGB (Red+Green+Blue) = 255+18+39=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1227 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1227 is #00EDD8. Grayscale: #5B5B5B. Windows color (decimal): -60889 or 2560767. OLE color: 2560767.
HSL color Cylindrical-coordinate representation of color #FF1227: hue angle of 354.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1227 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 39 | - |
| CMYK | 0 | 0.93 | 0.85 | 0 |
| HSL | 354.68º | 1% | 0.54% | - |
| HSV(B) | 354.68º | 0.93% | 1% | - |
| XYZ | 41.82 | 21.84 | 3.93 | - |
| YUV | 91.26 | 98.52 | 244.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 39 | 0 | 0.93 | 0.85 | 0 | 354.68 | 1 | 0.54 |
| Hex | FF | 12 | 27 | 0 | 5D | 55 | 0 | 163 | 64 | 36 |
| Octal | 377 | 22 | 47 | 0 | 135 | 125 | 0 | 543 | 144 | 66 |
| Binary | 11111111 | 10010 | 100111 | 0 | 1011101 | 1010101 | 0 | 101100011 | 1100100 | 110110 |
Color Harmonies of #FF1227
Complementary color
Monochromatic Colors of #FF1227
Black with #FF1227
Text Example
Text Example
White with #FF1227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1227; }
p { color: rgb(255,18,39); }
H1.HeaderClassName
{
color: #FF1227;
}
.AnyTagClassName
{
color: #FF1227;
}
</style>
background-color css
<style>
a { background-color: #FF1227; }
a { background-color: rgb(255,18,39); }
div.DivClassName
{
background-color: #FF1227;
}
.BgClassName
{
background-color: #FF1227;
}
</style>
border-color css
<style>
span { border-color: #FF1227; }
span { border-color: rgb(255,18,39); }
td.TdClassName
{
border-color: #FF1227;
}
.TagClassName
{
border-color: #FF1227;
}
</style>