Shades of Torch Red #FF1D2D
Tints of Torch Red #FF1D2D
RGB
CMYK
RGB Variations
Color information
#FF1D2D (or 0xFF1D2D) is known color: Torch Red. HEX triplet: FF, 1D and 2D. RGB value is (255,29,45). Sum of RGB (Red+Green+Blue) = 255+29+45=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D2D is #00E2D2. Grayscale: #626262. Windows color (decimal): -58067 or 2956799. OLE color: 2956799.
HSL color Cylindrical-coordinate representation of color #FF1D2D: hue angle of 355.75º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1D2D is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 45 | - |
| CMYK | 0 | 0.89 | 0.82 | 0 |
| HSL | 355.75º | 1% | 0.56% | - |
| HSV(B) | 355.75º | 0.89% | 1% | - |
| XYZ | 42.15 | 22.33 | 4.57 | - |
| YUV | 98.4 | 97.87 | 239.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 45 | 0 | 0.89 | 0.82 | 0 | 355.75 | 1 | 0.56 |
| Hex | FF | 1D | 2D | 0 | 59 | 52 | 0 | 164 | 64 | 38 |
| Octal | 377 | 35 | 55 | 0 | 131 | 122 | 0 | 544 | 144 | 70 |
| Binary | 11111111 | 11101 | 101101 | 0 | 1011001 | 1010010 | 0 | 101100100 | 1100100 | 111000 |
Color Harmonies of #FF1D2D
Complementary color
Monochromatic Colors of #FF1D2D
Black with #FF1D2D
Text Example
Text Example
White with #FF1D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D2D; }
p { color: rgb(255,29,45); }
H1.HeaderClassName
{
color: #FF1D2D;
}
.AnyTagClassName
{
color: #FF1D2D;
}
</style>
background-color css
<style>
a { background-color: #FF1D2D; }
a { background-color: rgb(255,29,45); }
div.DivClassName
{
background-color: #FF1D2D;
}
.BgClassName
{
background-color: #FF1D2D;
}
</style>
border-color css
<style>
span { border-color: #FF1D2D; }
span { border-color: rgb(255,29,45); }
td.TdClassName
{
border-color: #FF1D2D;
}
.TagClassName
{
border-color: #FF1D2D;
}
</style>