Shades of Torch Red #F01833
Tints of Torch Red #F01833
RGB
CMYK
RGB Variations
Color information
#F01833 (or 0xF01833) is known color: Torch Red. HEX triplet: F0, 18 and 33. RGB value is (240,24,51). Sum of RGB (Red+Green+Blue) = 240+24+51=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F01833 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01833 is #0FE7CC. Grayscale: #5B5B5B. Windows color (decimal): -1042381 or 3348720. OLE color: 3348720.
HSL color Cylindrical-coordinate representation of color #F01833: hue angle of 352.5º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01833 is Cyan = 0, Magento = 0.9, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 51 | - |
| CMYK | 0 | 0.9 | 0.79 | 0.06 |
| HSL | 352.5º | 0.88% | 0.52% | - |
| HSV(B) | 352.5º | 0.9% | 0.94% | - |
| XYZ | 36.86 | 19.42 | 4.94 | - |
| YUV | 91.66 | 105.06 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 51 | 0 | 0.9 | 0.79 | 0.06 | 352.5 | 0.88 | 0.52 |
| Hex | F0 | 18 | 33 | 0 | 5A | 4F | 6 | 160 | 58 | 34 |
| Octal | 360 | 30 | 63 | 0 | 132 | 117 | 6 | 540 | 130 | 64 |
| Binary | 11110000 | 11000 | 110011 | 0 | 1011010 | 1001111 | 110 | 101100000 | 1011000 | 110100 |
Color Harmonies of #F01833
Complementary color
Monochromatic Colors of #F01833
Black with #F01833
Text Example
Text Example
White with #F01833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01833; }
p { color: rgb(240,24,51); }
H1.HeaderClassName
{
color: #F01833;
}
.AnyTagClassName
{
color: #F01833;
}
</style>
background-color css
<style>
a { background-color: #F01833; }
a { background-color: rgb(240,24,51); }
div.DivClassName
{
background-color: #F01833;
}
.BgClassName
{
background-color: #F01833;
}
</style>
border-color css
<style>
span { border-color: #F01833; }
span { border-color: rgb(240,24,51); }
td.TdClassName
{
border-color: #F01833;
}
.TagClassName
{
border-color: #F01833;
}
</style>