Shades of Torch Red #FF1D4B
Tints of Torch Red #FF1D4B
RGB
CMYK
RGB Variations
Color information
#FF1D4B (or 0xFF1D4B) is known color: Torch Red. HEX triplet: FF, 1D and 4B. RGB value is (255,29,75). Sum of RGB (Red+Green+Blue) = 255+29+75=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D4B is #00E2B4. Grayscale: #656565. Windows color (decimal): -58037 or 4922879. OLE color: 4922879.
HSL color Cylindrical-coordinate representation of color #FF1D4B: hue angle of 347.79º 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 #FF1D4B is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 75 | - |
| CMYK | 0 | 0.89 | 0.71 | 0 |
| HSL | 347.79º | 1% | 0.56% | - |
| HSV(B) | 347.79º | 0.89% | 1% | - |
| XYZ | 42.95 | 22.65 | 8.76 | - |
| YUV | 101.82 | 112.87 | 237.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 75 | 0 | 0.89 | 0.71 | 0 | 347.79 | 1 | 0.56 |
| Hex | FF | 1D | 4B | 0 | 59 | 47 | 0 | 15C | 64 | 38 |
| Octal | 377 | 35 | 113 | 0 | 131 | 107 | 0 | 534 | 144 | 70 |
| Binary | 11111111 | 11101 | 1001011 | 0 | 1011001 | 1000111 | 0 | 101011100 | 1100100 | 111000 |
Color Harmonies of #FF1D4B
Complementary color
Monochromatic Colors of #FF1D4B
Black with #FF1D4B
Text Example
Text Example
White with #FF1D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D4B; }
p { color: rgb(255,29,75); }
H1.HeaderClassName
{
color: #FF1D4B;
}
.AnyTagClassName
{
color: #FF1D4B;
}
</style>
background-color css
<style>
a { background-color: #FF1D4B; }
a { background-color: rgb(255,29,75); }
div.DivClassName
{
background-color: #FF1D4B;
}
.BgClassName
{
background-color: #FF1D4B;
}
</style>
border-color css
<style>
span { border-color: #FF1D4B; }
span { border-color: rgb(255,29,75); }
td.TdClassName
{
border-color: #FF1D4B;
}
.TagClassName
{
border-color: #FF1D4B;
}
</style>