Shades of Torch Red #FF183B
Tints of Torch Red #FF183B
RGB
CMYK
RGB Variations
Color information
#FF183B (or 0xFF183B) is known color: Torch Red. HEX triplet: FF, 18 and 3B. RGB value is (255,24,59). Sum of RGB (Red+Green+Blue) = 255+24+59=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF183B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF183B is #00E7C4. Grayscale: #616161. Windows color (decimal): -59333 or 3873023. OLE color: 3873023.
HSL color Cylindrical-coordinate representation of color #FF183B: hue angle of 350.91º 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 #FF183B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 59 | - |
| CMYK | 0 | 0.91 | 0.77 | 0 |
| HSL | 350.91º | 1% | 0.55% | - |
| HSV(B) | 350.91º | 0.91% | 1% | - |
| XYZ | 42.36 | 22.23 | 6.2 | - |
| YUV | 97.06 | 106.53 | 240.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 59 | 0 | 0.91 | 0.77 | 0 | 350.91 | 1 | 0.55 |
| Hex | FF | 18 | 3B | 0 | 5B | 4D | 0 | 15F | 64 | 37 |
| Octal | 377 | 30 | 73 | 0 | 133 | 115 | 0 | 537 | 144 | 67 |
| Binary | 11111111 | 11000 | 111011 | 0 | 1011011 | 1001101 | 0 | 101011111 | 1100100 | 110111 |
Color Harmonies of #FF183B
Complementary color
Monochromatic Colors of #FF183B
Black with #FF183B
Text Example
Text Example
White with #FF183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF183B; }
p { color: rgb(255,24,59); }
H1.HeaderClassName
{
color: #FF183B;
}
.AnyTagClassName
{
color: #FF183B;
}
</style>
background-color css
<style>
a { background-color: #FF183B; }
a { background-color: rgb(255,24,59); }
div.DivClassName
{
background-color: #FF183B;
}
.BgClassName
{
background-color: #FF183B;
}
</style>
border-color css
<style>
span { border-color: #FF183B; }
span { border-color: rgb(255,24,59); }
td.TdClassName
{
border-color: #FF183B;
}
.TagClassName
{
border-color: #FF183B;
}
</style>