Shades of Torch Red #FF183F
Tints of Torch Red #FF183F
RGB
CMYK
RGB Variations
Color information
#FF183F (or 0xFF183F) is known color: Torch Red. HEX triplet: FF, 18 and 3F. RGB value is (255,24,63). Sum of RGB (Red+Green+Blue) = 255+24+63=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF183F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF183F is #00E7C0. Grayscale: #616161. Windows color (decimal): -59329 or 4135167. OLE color: 4135167.
HSL color Cylindrical-coordinate representation of color #FF183F: hue angle of 349.87º 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 #FF183F is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 63 | - |
| CMYK | 0 | 0.91 | 0.75 | 0 |
| HSL | 349.87º | 1% | 0.55% | - |
| HSV(B) | 349.87º | 0.91% | 1% | - |
| XYZ | 42.46 | 22.27 | 6.76 | - |
| YUV | 97.52 | 108.53 | 240.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 63 | 0 | 0.91 | 0.75 | 0 | 349.87 | 1 | 0.55 |
| Hex | FF | 18 | 3F | 0 | 5B | 4B | 0 | 15E | 64 | 37 |
| Octal | 377 | 30 | 77 | 0 | 133 | 113 | 0 | 536 | 144 | 67 |
| Binary | 11111111 | 11000 | 111111 | 0 | 1011011 | 1001011 | 0 | 101011110 | 1100100 | 110111 |
Color Harmonies of #FF183F
Complementary color
Monochromatic Colors of #FF183F
Black with #FF183F
Text Example
Text Example
White with #FF183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF183F; }
p { color: rgb(255,24,63); }
H1.HeaderClassName
{
color: #FF183F;
}
.AnyTagClassName
{
color: #FF183F;
}
</style>
background-color css
<style>
a { background-color: #FF183F; }
a { background-color: rgb(255,24,63); }
div.DivClassName
{
background-color: #FF183F;
}
.BgClassName
{
background-color: #FF183F;
}
</style>
border-color css
<style>
span { border-color: #FF183F; }
span { border-color: rgb(255,24,63); }
td.TdClassName
{
border-color: #FF183F;
}
.TagClassName
{
border-color: #FF183F;
}
</style>