Shades of Torch Red #FF1A2D
Tints of Torch Red #FF1A2D
RGB
CMYK
RGB Variations
Color information
#FF1A2D (or 0xFF1A2D) is known color: Torch Red. HEX triplet: FF, 1A and 2D. RGB value is (255,26,45). Sum of RGB (Red+Green+Blue) = 255+26+45=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1A2D is #00E5D2. Grayscale: #606060. Windows color (decimal): -58835 or 2956031. OLE color: 2956031.
HSL color Cylindrical-coordinate representation of color #FF1A2D: hue angle of 355.02º 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 #FF1A2D is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 45 | - |
| CMYK | 0 | 0.90 | 0.82 | 0 |
| HSL | 355.02º | 1% | 0.55% | - |
| HSV(B) | 355.02º | 0.9% | 1% | - |
| XYZ | 42.08 | 22.19 | 4.55 | - |
| YUV | 96.64 | 98.87 | 240.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 45 | 0 | 0.90 | 0.82 | 0 | 355.02 | 1 | 0.55 |
| Hex | FF | 1A | 2D | 0 | 5A | 52 | 0 | 163 | 64 | 37 |
| Octal | 377 | 32 | 55 | 0 | 132 | 122 | 0 | 543 | 144 | 67 |
| Binary | 11111111 | 11010 | 101101 | 0 | 1011010 | 1010010 | 0 | 101100011 | 1100100 | 110111 |
Color Harmonies of #FF1A2D
Complementary color
Monochromatic Colors of #FF1A2D
Black with #FF1A2D
Text Example
Text Example
White with #FF1A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A2D; }
p { color: rgb(255,26,45); }
H1.HeaderClassName
{
color: #FF1A2D;
}
.AnyTagClassName
{
color: #FF1A2D;
}
</style>
background-color css
<style>
a { background-color: #FF1A2D; }
a { background-color: rgb(255,26,45); }
div.DivClassName
{
background-color: #FF1A2D;
}
.BgClassName
{
background-color: #FF1A2D;
}
</style>
border-color css
<style>
span { border-color: #FF1A2D; }
span { border-color: rgb(255,26,45); }
td.TdClassName
{
border-color: #FF1A2D;
}
.TagClassName
{
border-color: #FF1A2D;
}
</style>