Shades of Torch Red #FF182D
Tints of Torch Red #FF182D
RGB
CMYK
RGB Variations
Color information
#FF182D (or 0xFF182D) is known color: Torch Red. HEX triplet: FF, 18 and 2D. RGB value is (255,24,45). Sum of RGB (Red+Green+Blue) = 255+24+45=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF182D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF182D is #00E7D2. Grayscale: #5F5F5F. Windows color (decimal): -59347 or 2955519. OLE color: 2955519.
HSL color Cylindrical-coordinate representation of color #FF182D: hue angle of 354.55º 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 #FF182D is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 45 | - |
| CMYK | 0 | 0.91 | 0.82 | 0 |
| HSL | 354.55º | 1% | 0.55% | - |
| HSV(B) | 354.55º | 0.91% | 1% | - |
| XYZ | 42.04 | 22.1 | 4.53 | - |
| YUV | 95.46 | 99.53 | 241.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 45 | 0 | 0.91 | 0.82 | 0 | 354.55 | 1 | 0.55 |
| Hex | FF | 18 | 2D | 0 | 5B | 52 | 0 | 163 | 64 | 37 |
| Octal | 377 | 30 | 55 | 0 | 133 | 122 | 0 | 543 | 144 | 67 |
| Binary | 11111111 | 11000 | 101101 | 0 | 1011011 | 1010010 | 0 | 101100011 | 1100100 | 110111 |
Color Harmonies of #FF182D
Complementary color
Monochromatic Colors of #FF182D
Black with #FF182D
Text Example
Text Example
White with #FF182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF182D; }
p { color: rgb(255,24,45); }
H1.HeaderClassName
{
color: #FF182D;
}
.AnyTagClassName
{
color: #FF182D;
}
</style>
background-color css
<style>
a { background-color: #FF182D; }
a { background-color: rgb(255,24,45); }
div.DivClassName
{
background-color: #FF182D;
}
.BgClassName
{
background-color: #FF182D;
}
</style>
border-color css
<style>
span { border-color: #FF182D; }
span { border-color: rgb(255,24,45); }
td.TdClassName
{
border-color: #FF182D;
}
.TagClassName
{
border-color: #FF182D;
}
</style>