Shades of Red #FD0B00
Tints of Red #FD0B00
RGB
CMYK
RGB Variations
Color information
#FD0B00 (or 0xFD0B00) is known color: Red. HEX triplet: FD, 0B and 00. RGB value is (253,11,0). Sum of RGB (Red+Green+Blue) = 253+11+0=264 (34% of max value = 765). Red value is 253 (99.22% from 255 or 95.83% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0B00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0B00 is #02F4FF. Grayscale: #525252. Windows color (decimal): -193792 or 3069. OLE color: 3069.
HSL color Cylindrical-coordinate representation of color #FD0B00: hue angle of 2.61º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0B00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.01 |
| HSL | 2.61º | 1% | 0.5% | - |
| HSV(B) | 2.61º | 1% | 0.99% | - |
| XYZ | 40.63 | 21.12 | 1.94 | - |
| YUV | 82.1 | 81.67 | 249.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 0 | 0 | 0.96 | 1 | 0.01 | 2.61 | 1 | 0.5 |
| Hex | FD | B | 0 | 0 | 60 | 64 | 1 | 3 | 64 | 32 |
| Octal | 375 | 13 | 0 | 0 | 140 | 144 | 1 | 3 | 144 | 62 |
| Binary | 11111101 | 1011 | 0 | 0 | 1100000 | 1100100 | 1 | 11 | 1100100 | 110010 |
Color Harmonies of #FD0B00
Complementary color
Monochromatic Colors of #FD0B00
Black with #FD0B00
Text Example
Text Example
White with #FD0B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0B00; }
p { color: rgb(253,11,0); }
H1.HeaderClassName
{
color: #FD0B00;
}
.AnyTagClassName
{
color: #FD0B00;
}
</style>
background-color css
<style>
a { background-color: #FD0B00; }
a { background-color: rgb(253,11,0); }
div.DivClassName
{
background-color: #FD0B00;
}
.BgClassName
{
background-color: #FD0B00;
}
</style>
border-color css
<style>
span { border-color: #FD0B00; }
span { border-color: rgb(253,11,0); }
td.TdClassName
{
border-color: #FD0B00;
}
.TagClassName
{
border-color: #FD0B00;
}
</style>