Shades of Torch Red #FF1A30
Tints of Torch Red #FF1A30
RGB
CMYK
RGB Variations
Color information
#FF1A30 (or 0xFF1A30) is known color: Torch Red. HEX triplet: FF, 1A and 30. RGB value is (255,26,48). Sum of RGB (Red+Green+Blue) = 255+26+48=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1A30 is #00E5CF. Grayscale: #616161. Windows color (decimal): -58832 or 3152639. OLE color: 3152639.
HSL color Cylindrical-coordinate representation of color #FF1A30: hue angle of 354.24º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1A30 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 48 | - |
| CMYK | 0 | 0.90 | 0.81 | 0 |
| HSL | 354.24º | 1% | 0.55% | - |
| HSV(B) | 354.24º | 0.9% | 1% | - |
| XYZ | 42.14 | 22.21 | 4.86 | - |
| YUV | 96.98 | 100.37 | 240.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 48 | 0 | 0.90 | 0.81 | 0 | 354.24 | 1 | 0.55 |
| Hex | FF | 1A | 30 | 0 | 5A | 51 | 0 | 162 | 64 | 37 |
| Octal | 377 | 32 | 60 | 0 | 132 | 121 | 0 | 542 | 144 | 67 |
| Binary | 11111111 | 11010 | 110000 | 0 | 1011010 | 1010001 | 0 | 101100010 | 1100100 | 110111 |
Color Harmonies of #FF1A30
Complementary color
Monochromatic Colors of #FF1A30
Black with #FF1A30
Text Example
Text Example
White with #FF1A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A30; }
p { color: rgb(255,26,48); }
H1.HeaderClassName
{
color: #FF1A30;
}
.AnyTagClassName
{
color: #FF1A30;
}
</style>
background-color css
<style>
a { background-color: #FF1A30; }
a { background-color: rgb(255,26,48); }
div.DivClassName
{
background-color: #FF1A30;
}
.BgClassName
{
background-color: #FF1A30;
}
</style>
border-color css
<style>
span { border-color: #FF1A30; }
span { border-color: rgb(255,26,48); }
td.TdClassName
{
border-color: #FF1A30;
}
.TagClassName
{
border-color: #FF1A30;
}
</style>