Shades of Torch Red #FD1833
Tints of Torch Red #FD1833
RGB
CMYK
RGB Variations
Color information
#FD1833 (or 0xFD1833) is known color: Torch Red. HEX triplet: FD, 18 and 33. RGB value is (253,24,51). Sum of RGB (Red+Green+Blue) = 253+24+51=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1833 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1833 is #02E7CC. Grayscale: #5F5F5F. Windows color (decimal): -190413 or 3348733. OLE color: 3348733.
HSL color Cylindrical-coordinate representation of color #FD1833: hue angle of 352.93º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1833 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 51 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.01 |
| HSL | 352.93º | 0.98% | 0.54% | - |
| HSV(B) | 352.93º | 0.91% | 0.99% | - |
| XYZ | 41.43 | 21.77 | 5.15 | - |
| YUV | 95.55 | 102.87 | 240.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 51 | 0 | 0.91 | 0.80 | 0.01 | 352.93 | 0.98 | 0.54 |
| Hex | FD | 18 | 33 | 0 | 5B | 50 | 1 | 161 | 62 | 36 |
| Octal | 375 | 30 | 63 | 0 | 133 | 120 | 1 | 541 | 142 | 66 |
| Binary | 11111101 | 11000 | 110011 | 0 | 1011011 | 1010000 | 1 | 101100001 | 1100010 | 110110 |
Color Harmonies of #FD1833
Complementary color
Monochromatic Colors of #FD1833
Black with #FD1833
Text Example
Text Example
White with #FD1833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1833; }
p { color: rgb(253,24,51); }
H1.HeaderClassName
{
color: #FD1833;
}
.AnyTagClassName
{
color: #FD1833;
}
</style>
background-color css
<style>
a { background-color: #FD1833; }
a { background-color: rgb(253,24,51); }
div.DivClassName
{
background-color: #FD1833;
}
.BgClassName
{
background-color: #FD1833;
}
</style>
border-color css
<style>
span { border-color: #FD1833; }
span { border-color: rgb(253,24,51); }
td.TdClassName
{
border-color: #FD1833;
}
.TagClassName
{
border-color: #FD1833;
}
</style>