Shades of Torch Red #FF1833
Tints of Torch Red #FF1833
RGB
CMYK
RGB Variations
Color information
#FF1833 (or 0xFF1833) is known color: Torch Red. HEX triplet: FF, 18 and 33. RGB value is (255,24,51). Sum of RGB (Red+Green+Blue) = 255+24+51=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1833 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1833 is #00E7CC. Grayscale: #606060. Windows color (decimal): -59341 or 3348735. OLE color: 3348735.
HSL color Cylindrical-coordinate representation of color #FF1833: hue angle of 352.99º 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 #FF1833 is Cyan = 0, Magento = 0.91, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 51 | - |
| CMYK | 0 | 0.91 | 0.8 | 0 |
| HSL | 352.99º | 1% | 0.55% | - |
| HSV(B) | 352.99º | 0.91% | 1% | - |
| XYZ | 42.16 | 22.15 | 5.19 | - |
| YUV | 96.15 | 102.53 | 241.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 51 | 0 | 0.91 | 0.8 | 0 | 352.99 | 1 | 0.55 |
| Hex | FF | 18 | 33 | 0 | 5B | 50 | 0 | 161 | 64 | 37 |
| Octal | 377 | 30 | 63 | 0 | 133 | 120 | 0 | 541 | 144 | 67 |
| Binary | 11111111 | 11000 | 110011 | 0 | 1011011 | 1010000 | 0 | 101100001 | 1100100 | 110111 |
Color Harmonies of #FF1833
Complementary color
Monochromatic Colors of #FF1833
Black with #FF1833
Text Example
Text Example
White with #FF1833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1833; }
p { color: rgb(255,24,51); }
H1.HeaderClassName
{
color: #FF1833;
}
.AnyTagClassName
{
color: #FF1833;
}
</style>
background-color css
<style>
a { background-color: #FF1833; }
a { background-color: rgb(255,24,51); }
div.DivClassName
{
background-color: #FF1833;
}
.BgClassName
{
background-color: #FF1833;
}
</style>
border-color css
<style>
span { border-color: #FF1833; }
span { border-color: rgb(255,24,51); }
td.TdClassName
{
border-color: #FF1833;
}
.TagClassName
{
border-color: #FF1833;
}
</style>