Shades of Torch Red #FF1630
Tints of Torch Red #FF1630
RGB
CMYK
RGB Variations
Color information
#FF1630 (or 0xFF1630) is known color: Torch Red. HEX triplet: FF, 16 and 30. RGB value is (255,22,48). Sum of RGB (Red+Green+Blue) = 255+22+48=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1630 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1630 is #00E9CF. Grayscale: #5E5E5E. Windows color (decimal): -59856 or 3151615. OLE color: 3151615.
HSL color Cylindrical-coordinate representation of color #FF1630: hue angle of 353.3º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1630 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 48 | - |
| CMYK | 0 | 0.91 | 0.81 | 0 |
| HSL | 353.3º | 1% | 0.54% | - |
| HSV(B) | 353.3º | 0.91% | 1% | - |
| XYZ | 42.06 | 22.05 | 4.84 | - |
| YUV | 94.63 | 101.69 | 242.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 48 | 0 | 0.91 | 0.81 | 0 | 353.3 | 1 | 0.54 |
| Hex | FF | 16 | 30 | 0 | 5B | 51 | 0 | 161 | 64 | 36 |
| Octal | 377 | 26 | 60 | 0 | 133 | 121 | 0 | 541 | 144 | 66 |
| Binary | 11111111 | 10110 | 110000 | 0 | 1011011 | 1010001 | 0 | 101100001 | 1100100 | 110110 |
Color Harmonies of #FF1630
Complementary color
Monochromatic Colors of #FF1630
Black with #FF1630
Text Example
Text Example
White with #FF1630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1630; }
p { color: rgb(255,22,48); }
H1.HeaderClassName
{
color: #FF1630;
}
.AnyTagClassName
{
color: #FF1630;
}
</style>
background-color css
<style>
a { background-color: #FF1630; }
a { background-color: rgb(255,22,48); }
div.DivClassName
{
background-color: #FF1630;
}
.BgClassName
{
background-color: #FF1630;
}
</style>
border-color css
<style>
span { border-color: #FF1630; }
span { border-color: rgb(255,22,48); }
td.TdClassName
{
border-color: #FF1630;
}
.TagClassName
{
border-color: #FF1630;
}
</style>