Shades of Torch Red #FF183E
Tints of Torch Red #FF183E
RGB
CMYK
RGB Variations
Color information
#FF183E (or 0xFF183E) is known color: Torch Red. HEX triplet: FF, 18 and 3E. RGB value is (255,24,62). Sum of RGB (Red+Green+Blue) = 255+24+62=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF183E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF183E is #00E7C1. Grayscale: #616161. Windows color (decimal): -59330 or 4069631. OLE color: 4069631.
HSL color Cylindrical-coordinate representation of color #FF183E: hue angle of 350.13º 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 #FF183E is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 62 | - |
| CMYK | 0 | 0.91 | 0.76 | 0 |
| HSL | 350.13º | 1% | 0.55% | - |
| HSV(B) | 350.13º | 0.91% | 1% | - |
| XYZ | 42.44 | 22.26 | 6.62 | - |
| YUV | 97.4 | 108.03 | 240.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 62 | 0 | 0.91 | 0.76 | 0 | 350.13 | 1 | 0.55 |
| Hex | FF | 18 | 3E | 0 | 5B | 4C | 0 | 15E | 64 | 37 |
| Octal | 377 | 30 | 76 | 0 | 133 | 114 | 0 | 536 | 144 | 67 |
| Binary | 11111111 | 11000 | 111110 | 0 | 1011011 | 1001100 | 0 | 101011110 | 1100100 | 110111 |
Color Harmonies of #FF183E
Complementary color
Monochromatic Colors of #FF183E
Black with #FF183E
Text Example
Text Example
White with #FF183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF183E; }
p { color: rgb(255,24,62); }
H1.HeaderClassName
{
color: #FF183E;
}
.AnyTagClassName
{
color: #FF183E;
}
</style>
background-color css
<style>
a { background-color: #FF183E; }
a { background-color: rgb(255,24,62); }
div.DivClassName
{
background-color: #FF183E;
}
.BgClassName
{
background-color: #FF183E;
}
</style>
border-color css
<style>
span { border-color: #FF183E; }
span { border-color: rgb(255,24,62); }
td.TdClassName
{
border-color: #FF183E;
}
.TagClassName
{
border-color: #FF183E;
}
</style>