Shades of Torch Red #FF181D
Tints of Torch Red #FF181D
RGB
CMYK
RGB Variations
Color information
#FF181D (or 0xFF181D) is known color: Torch Red. HEX triplet: FF, 18 and 1D. RGB value is (255,24,29). Sum of RGB (Red+Green+Blue) = 255+24+29=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF181D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF181D is #00E7E2. Grayscale: #5D5D5D. Windows color (decimal): -59363 or 1906943. OLE color: 1906943.
HSL color Cylindrical-coordinate representation of color #FF181D: hue angle of 358.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF181D is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 29 | - |
| CMYK | 0 | 0.91 | 0.89 | 0 |
| HSL | 358.7º | 1% | 0.55% | - |
| HSV(B) | 358.7º | 0.91% | 1% | - |
| XYZ | 41.79 | 22 | 3.21 | - |
| YUV | 93.64 | 91.53 | 243.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 29 | 0 | 0.91 | 0.89 | 0 | 358.7 | 1 | 0.55 |
| Hex | FF | 18 | 1D | 0 | 5B | 59 | 0 | 167 | 64 | 37 |
| Octal | 377 | 30 | 35 | 0 | 133 | 131 | 0 | 547 | 144 | 67 |
| Binary | 11111111 | 11000 | 11101 | 0 | 1011011 | 1011001 | 0 | 101100111 | 1100100 | 110111 |
Color Harmonies of #FF181D
Complementary color
Monochromatic Colors of #FF181D
Black with #FF181D
Text Example
Text Example
White with #FF181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF181D; }
p { color: rgb(255,24,29); }
H1.HeaderClassName
{
color: #FF181D;
}
.AnyTagClassName
{
color: #FF181D;
}
</style>
background-color css
<style>
a { background-color: #FF181D; }
a { background-color: rgb(255,24,29); }
div.DivClassName
{
background-color: #FF181D;
}
.BgClassName
{
background-color: #FF181D;
}
</style>
border-color css
<style>
span { border-color: #FF181D; }
span { border-color: rgb(255,24,29); }
td.TdClassName
{
border-color: #FF181D;
}
.TagClassName
{
border-color: #FF181D;
}
</style>