Shades of Torch Red #FF183D
Tints of Torch Red #FF183D
RGB
CMYK
RGB Variations
Color information
#FF183D (or 0xFF183D) is known color: Torch Red. HEX triplet: FF, 18 and 3D. RGB value is (255,24,61). Sum of RGB (Red+Green+Blue) = 255+24+61=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF183D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF183D is #00E7C2. Grayscale: #616161. Windows color (decimal): -59331 or 4004095. OLE color: 4004095.
HSL color Cylindrical-coordinate representation of color #FF183D: hue angle of 350.39º 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 #FF183D is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 61 | - |
| CMYK | 0 | 0.91 | 0.76 | 0 |
| HSL | 350.39º | 1% | 0.55% | - |
| HSV(B) | 350.39º | 0.91% | 1% | - |
| XYZ | 42.41 | 22.25 | 6.47 | - |
| YUV | 97.29 | 107.53 | 240.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 61 | 0 | 0.91 | 0.76 | 0 | 350.39 | 1 | 0.55 |
| Hex | FF | 18 | 3D | 0 | 5B | 4C | 0 | 15E | 64 | 37 |
| Octal | 377 | 30 | 75 | 0 | 133 | 114 | 0 | 536 | 144 | 67 |
| Binary | 11111111 | 11000 | 111101 | 0 | 1011011 | 1001100 | 0 | 101011110 | 1100100 | 110111 |
Color Harmonies of #FF183D
Complementary color
Monochromatic Colors of #FF183D
Black with #FF183D
Text Example
Text Example
White with #FF183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF183D; }
p { color: rgb(255,24,61); }
H1.HeaderClassName
{
color: #FF183D;
}
.AnyTagClassName
{
color: #FF183D;
}
</style>
background-color css
<style>
a { background-color: #FF183D; }
a { background-color: rgb(255,24,61); }
div.DivClassName
{
background-color: #FF183D;
}
.BgClassName
{
background-color: #FF183D;
}
</style>
border-color css
<style>
span { border-color: #FF183D; }
span { border-color: rgb(255,24,61); }
td.TdClassName
{
border-color: #FF183D;
}
.TagClassName
{
border-color: #FF183D;
}
</style>