Shades of Torch Red #FF1D2B
Tints of Torch Red #FF1D2B
RGB
CMYK
RGB Variations
Color information
#FF1D2B (or 0xFF1D2B) is known color: Torch Red. HEX triplet: FF, 1D and 2B. RGB value is (255,29,43). Sum of RGB (Red+Green+Blue) = 255+29+43=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D2B is #00E2D4. Grayscale: #626262. Windows color (decimal): -58069 or 2825727. OLE color: 2825727.
HSL color Cylindrical-coordinate representation of color #FF1D2B: hue angle of 356.28º 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 #FF1D2B is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 43 | - |
| CMYK | 0 | 0.89 | 0.83 | 0 |
| HSL | 356.28º | 1% | 0.56% | - |
| HSV(B) | 356.28º | 0.89% | 1% | - |
| XYZ | 42.12 | 22.31 | 4.37 | - |
| YUV | 98.17 | 96.87 | 239.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 43 | 0 | 0.89 | 0.83 | 0 | 356.28 | 1 | 0.56 |
| Hex | FF | 1D | 2B | 0 | 59 | 53 | 0 | 164 | 64 | 38 |
| Octal | 377 | 35 | 53 | 0 | 131 | 123 | 0 | 544 | 144 | 70 |
| Binary | 11111111 | 11101 | 101011 | 0 | 1011001 | 1010011 | 0 | 101100100 | 1100100 | 111000 |
Color Harmonies of #FF1D2B
Complementary color
Monochromatic Colors of #FF1D2B
Black with #FF1D2B
Text Example
Text Example
White with #FF1D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D2B; }
p { color: rgb(255,29,43); }
H1.HeaderClassName
{
color: #FF1D2B;
}
.AnyTagClassName
{
color: #FF1D2B;
}
</style>
background-color css
<style>
a { background-color: #FF1D2B; }
a { background-color: rgb(255,29,43); }
div.DivClassName
{
background-color: #FF1D2B;
}
.BgClassName
{
background-color: #FF1D2B;
}
</style>
border-color css
<style>
span { border-color: #FF1D2B; }
span { border-color: rgb(255,29,43); }
td.TdClassName
{
border-color: #FF1D2B;
}
.TagClassName
{
border-color: #FF1D2B;
}
</style>