Shades of Torch Red #FF1F28
Tints of Torch Red #FF1F28
RGB
CMYK
RGB Variations
Color information
#FF1F28 (or 0xFF1F28) is known color: Torch Red. HEX triplet: FF, 1F and 28. RGB value is (255,31,40). Sum of RGB (Red+Green+Blue) = 255+31+40=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1F28 is #00E0D7. Grayscale: #636363. Windows color (decimal): -57560 or 2629631. OLE color: 2629631.
HSL color Cylindrical-coordinate representation of color #FF1F28: hue angle of 357.59º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1F28 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 40 | - |
| CMYK | 0 | 0.88 | 0.84 | 0 |
| HSL | 357.59º | 1% | 0.56% | - |
| HSV(B) | 357.59º | 0.88% | 1% | - |
| XYZ | 42.11 | 22.39 | 4.11 | - |
| YUV | 99 | 94.71 | 239.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 40 | 0 | 0.88 | 0.84 | 0 | 357.59 | 1 | 0.56 |
| Hex | FF | 1F | 28 | 0 | 58 | 54 | 0 | 166 | 64 | 38 |
| Octal | 377 | 37 | 50 | 0 | 130 | 124 | 0 | 546 | 144 | 70 |
| Binary | 11111111 | 11111 | 101000 | 0 | 1011000 | 1010100 | 0 | 101100110 | 1100100 | 111000 |
Color Harmonies of #FF1F28
Complementary color
Monochromatic Colors of #FF1F28
Black with #FF1F28
Text Example
Text Example
White with #FF1F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F28; }
p { color: rgb(255,31,40); }
H1.HeaderClassName
{
color: #FF1F28;
}
.AnyTagClassName
{
color: #FF1F28;
}
</style>
background-color css
<style>
a { background-color: #FF1F28; }
a { background-color: rgb(255,31,40); }
div.DivClassName
{
background-color: #FF1F28;
}
.BgClassName
{
background-color: #FF1F28;
}
</style>
border-color css
<style>
span { border-color: #FF1F28; }
span { border-color: rgb(255,31,40); }
td.TdClassName
{
border-color: #FF1F28;
}
.TagClassName
{
border-color: #FF1F28;
}
</style>