Shades of Red #FD0600
Tints of Red #FD0600
RGB
CMYK
RGB Variations
Color information
#FD0600 (or 0xFD0600) is known color: Red. HEX triplet: FD, 06 and 00. RGB value is (253,6,0). Sum of RGB (Red+Green+Blue) = 253+6+0=259 (34% of max value = 765). Red value is 253 (99.22% from 255 or 97.68% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0600 is #02F9FF. Grayscale: #4F4F4F. Windows color (decimal): -195072 or 1789. OLE color: 1789.
HSL color Cylindrical-coordinate representation of color #FD0600: hue angle of 1.42º 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 #FD0600 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.01 |
| HSL | 1.42º | 1% | 0.5% | - |
| HSV(B) | 1.42º | 1% | 0.99% | - |
| XYZ | 40.57 | 21.01 | 1.92 | - |
| YUV | 79.17 | 83.33 | 251.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 0 | 0 | 0.98 | 1 | 0.01 | 1.42 | 1 | 0.5 |
| Hex | FD | 6 | 0 | 0 | 62 | 64 | 1 | 1 | 64 | 32 |
| Octal | 375 | 6 | 0 | 0 | 142 | 144 | 1 | 1 | 144 | 62 |
| Binary | 11111101 | 110 | 0 | 0 | 1100010 | 1100100 | 1 | 1 | 1100100 | 110010 |
Color Harmonies of #FD0600
Complementary color
Monochromatic Colors of #FD0600
Black with #FD0600
Text Example
Text Example
White with #FD0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0600; }
p { color: rgb(253,6,0); }
H1.HeaderClassName
{
color: #FD0600;
}
.AnyTagClassName
{
color: #FD0600;
}
</style>
background-color css
<style>
a { background-color: #FD0600; }
a { background-color: rgb(253,6,0); }
div.DivClassName
{
background-color: #FD0600;
}
.BgClassName
{
background-color: #FD0600;
}
</style>
border-color css
<style>
span { border-color: #FD0600; }
span { border-color: rgb(253,6,0); }
td.TdClassName
{
border-color: #FD0600;
}
.TagClassName
{
border-color: #FD0600;
}
</style>