Shades of Torch Red #FF182C
Tints of Torch Red #FF182C
RGB
CMYK
RGB Variations
Color information
#FF182C (or 0xFF182C) is known color: Torch Red. HEX triplet: FF, 18 and 2C. RGB value is (255,24,44). Sum of RGB (Red+Green+Blue) = 255+24+44=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF182C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF182C is #00E7D3. Grayscale: #5F5F5F. Windows color (decimal): -59348 or 2889983. OLE color: 2889983.
HSL color Cylindrical-coordinate representation of color #FF182C: hue angle of 354.81º 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 #FF182C is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 44 | - |
| CMYK | 0 | 0.91 | 0.83 | 0 |
| HSL | 354.81º | 1% | 0.55% | - |
| HSV(B) | 354.81º | 0.91% | 1% | - |
| XYZ | 42.02 | 22.1 | 4.43 | - |
| YUV | 95.35 | 99.03 | 241.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 44 | 0 | 0.91 | 0.83 | 0 | 354.81 | 1 | 0.55 |
| Hex | FF | 18 | 2C | 0 | 5B | 53 | 0 | 163 | 64 | 37 |
| Octal | 377 | 30 | 54 | 0 | 133 | 123 | 0 | 543 | 144 | 67 |
| Binary | 11111111 | 11000 | 101100 | 0 | 1011011 | 1010011 | 0 | 101100011 | 1100100 | 110111 |
Color Harmonies of #FF182C
Complementary color
Monochromatic Colors of #FF182C
Black with #FF182C
Text Example
Text Example
White with #FF182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF182C; }
p { color: rgb(255,24,44); }
H1.HeaderClassName
{
color: #FF182C;
}
.AnyTagClassName
{
color: #FF182C;
}
</style>
background-color css
<style>
a { background-color: #FF182C; }
a { background-color: rgb(255,24,44); }
div.DivClassName
{
background-color: #FF182C;
}
.BgClassName
{
background-color: #FF182C;
}
</style>
border-color css
<style>
span { border-color: #FF182C; }
span { border-color: rgb(255,24,44); }
td.TdClassName
{
border-color: #FF182C;
}
.TagClassName
{
border-color: #FF182C;
}
</style>