Shades of Torch Red #FF183C
Tints of Torch Red #FF183C
RGB
CMYK
RGB Variations
Color information
#FF183C (or 0xFF183C) is known color: Torch Red. HEX triplet: FF, 18 and 3C. RGB value is (255,24,60). Sum of RGB (Red+Green+Blue) = 255+24+60=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF183C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF183C is #00E7C3. Grayscale: #616161. Windows color (decimal): -59332 or 3938559. OLE color: 3938559.
HSL color Cylindrical-coordinate representation of color #FF183C: hue angle of 350.65º 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 #FF183C is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 60 | - |
| CMYK | 0 | 0.91 | 0.76 | 0 |
| HSL | 350.65º | 1% | 0.55% | - |
| HSV(B) | 350.65º | 0.91% | 1% | - |
| XYZ | 42.38 | 22.24 | 6.33 | - |
| YUV | 97.17 | 107.03 | 240.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 60 | 0 | 0.91 | 0.76 | 0 | 350.65 | 1 | 0.55 |
| Hex | FF | 18 | 3C | 0 | 5B | 4C | 0 | 15F | 64 | 37 |
| Octal | 377 | 30 | 74 | 0 | 133 | 114 | 0 | 537 | 144 | 67 |
| Binary | 11111111 | 11000 | 111100 | 0 | 1011011 | 1001100 | 0 | 101011111 | 1100100 | 110111 |
Color Harmonies of #FF183C
Complementary color
Monochromatic Colors of #FF183C
Black with #FF183C
Text Example
Text Example
White with #FF183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF183C; }
p { color: rgb(255,24,60); }
H1.HeaderClassName
{
color: #FF183C;
}
.AnyTagClassName
{
color: #FF183C;
}
</style>
background-color css
<style>
a { background-color: #FF183C; }
a { background-color: rgb(255,24,60); }
div.DivClassName
{
background-color: #FF183C;
}
.BgClassName
{
background-color: #FF183C;
}
</style>
border-color css
<style>
span { border-color: #FF183C; }
span { border-color: rgb(255,24,60); }
td.TdClassName
{
border-color: #FF183C;
}
.TagClassName
{
border-color: #FF183C;
}
</style>