Shades of Torch Red #FF184B
Tints of Torch Red #FF184B
RGB
CMYK
RGB Variations
Color information
#FF184B (or 0xFF184B) is known color: Torch Red. HEX triplet: FF, 18 and 4B. RGB value is (255,24,75). Sum of RGB (Red+Green+Blue) = 255+24+75=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF184B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF184B is #00E7B4. Grayscale: #626262. Windows color (decimal): -59317 or 4921599. OLE color: 4921599.
HSL color Cylindrical-coordinate representation of color #FF184B: hue angle of 346.75º 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 #FF184B is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 75 | - |
| CMYK | 0 | 0.91 | 0.71 | 0 |
| HSL | 346.75º | 1% | 0.55% | - |
| HSV(B) | 346.75º | 0.91% | 1% | - |
| XYZ | 42.84 | 22.42 | 8.73 | - |
| YUV | 98.88 | 114.53 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 75 | 0 | 0.91 | 0.71 | 0 | 346.75 | 1 | 0.55 |
| Hex | FF | 18 | 4B | 0 | 5B | 47 | 0 | 15B | 64 | 37 |
| Octal | 377 | 30 | 113 | 0 | 133 | 107 | 0 | 533 | 144 | 67 |
| Binary | 11111111 | 11000 | 1001011 | 0 | 1011011 | 1000111 | 0 | 101011011 | 1100100 | 110111 |
Color Harmonies of #FF184B
Complementary color
Monochromatic Colors of #FF184B
Black with #FF184B
Text Example
Text Example
White with #FF184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF184B; }
p { color: rgb(255,24,75); }
H1.HeaderClassName
{
color: #FF184B;
}
.AnyTagClassName
{
color: #FF184B;
}
</style>
background-color css
<style>
a { background-color: #FF184B; }
a { background-color: rgb(255,24,75); }
div.DivClassName
{
background-color: #FF184B;
}
.BgClassName
{
background-color: #FF184B;
}
</style>
border-color css
<style>
span { border-color: #FF184B; }
span { border-color: rgb(255,24,75); }
td.TdClassName
{
border-color: #FF184B;
}
.TagClassName
{
border-color: #FF184B;
}
</style>