Shades of Torch Red #FF181B
Tints of Torch Red #FF181B
RGB
CMYK
RGB Variations
Color information
#FF181B (or 0xFF181B) is known color: Torch Red. HEX triplet: FF, 18 and 1B. RGB value is (255,24,27). Sum of RGB (Red+Green+Blue) = 255+24+27=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF181B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF181B is #00E7E4. Grayscale: #5D5D5D. Windows color (decimal): -59365 or 1775871. OLE color: 1775871.
HSL color Cylindrical-coordinate representation of color #FF181B: hue angle of 359.22º 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 #FF181B is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 27 | - |
| CMYK | 0 | 0.91 | 0.89 | 0 |
| HSL | 359.22º | 1% | 0.55% | - |
| HSV(B) | 359.22º | 0.91% | 1% | - |
| XYZ | 41.76 | 21.99 | 3.08 | - |
| YUV | 93.41 | 90.53 | 243.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 27 | 0 | 0.91 | 0.89 | 0 | 359.22 | 1 | 0.55 |
| Hex | FF | 18 | 1B | 0 | 5B | 59 | 0 | 167 | 64 | 37 |
| Octal | 377 | 30 | 33 | 0 | 133 | 131 | 0 | 547 | 144 | 67 |
| Binary | 11111111 | 11000 | 11011 | 0 | 1011011 | 1011001 | 0 | 101100111 | 1100100 | 110111 |
Color Harmonies of #FF181B
Complementary color
Monochromatic Colors of #FF181B
Black with #FF181B
Text Example
Text Example
White with #FF181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF181B; }
p { color: rgb(255,24,27); }
H1.HeaderClassName
{
color: #FF181B;
}
.AnyTagClassName
{
color: #FF181B;
}
</style>
background-color css
<style>
a { background-color: #FF181B; }
a { background-color: rgb(255,24,27); }
div.DivClassName
{
background-color: #FF181B;
}
.BgClassName
{
background-color: #FF181B;
}
</style>
border-color css
<style>
span { border-color: #FF181B; }
span { border-color: rgb(255,24,27); }
td.TdClassName
{
border-color: #FF181B;
}
.TagClassName
{
border-color: #FF181B;
}
</style>