Shades of Torch Red #FD0B28
Tints of Torch Red #FD0B28
RGB
CMYK
RGB Variations
Color information
#FD0B28 (or 0xFD0B28) is known color: Torch Red. HEX triplet: FD, 0B and 28. RGB value is (253,11,40). Sum of RGB (Red+Green+Blue) = 253+11+40=304 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.22% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0B28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0B28 is #02F4D7. Grayscale: #565656. Windows color (decimal): -193752 or 2624509. OLE color: 2624509.
HSL color Cylindrical-coordinate representation of color #FD0B28: hue angle of 352.81º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0B28 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 40 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.01 |
| HSL | 352.81º | 0.98% | 0.52% | - |
| HSV(B) | 352.81º | 0.96% | 0.99% | - |
| XYZ | 41.01 | 21.28 | 3.95 | - |
| YUV | 86.66 | 101.67 | 246.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 40 | 0 | 0.96 | 0.84 | 0.01 | 352.81 | 0.98 | 0.52 |
| Hex | FD | B | 28 | 0 | 60 | 54 | 1 | 161 | 62 | 34 |
| Octal | 375 | 13 | 50 | 0 | 140 | 124 | 1 | 541 | 142 | 64 |
| Binary | 11111101 | 1011 | 101000 | 0 | 1100000 | 1010100 | 1 | 101100001 | 1100010 | 110100 |
Color Harmonies of #FD0B28
Complementary color
Monochromatic Colors of #FD0B28
Black with #FD0B28
Text Example
Text Example
White with #FD0B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0B28; }
p { color: rgb(253,11,40); }
H1.HeaderClassName
{
color: #FD0B28;
}
.AnyTagClassName
{
color: #FD0B28;
}
</style>
background-color css
<style>
a { background-color: #FD0B28; }
a { background-color: rgb(253,11,40); }
div.DivClassName
{
background-color: #FD0B28;
}
.BgClassName
{
background-color: #FD0B28;
}
</style>
border-color css
<style>
span { border-color: #FD0B28; }
span { border-color: rgb(253,11,40); }
td.TdClassName
{
border-color: #FD0B28;
}
.TagClassName
{
border-color: #FD0B28;
}
</style>