Shades of Red #FD1006
Tints of Red #FD1006
RGB
CMYK
RGB Variations
Color information
#FD1006 (or 0xFD1006) is known color: Red. HEX triplet: FD, 10 and 06. RGB value is (253,16,6). Sum of RGB (Red+Green+Blue) = 253+16+6=275 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1006 is #02EFF9. Grayscale: #555555. Windows color (decimal): -192506 or 397565. OLE color: 397565.
HSL color Cylindrical-coordinate representation of color #FD1006: hue angle of 2.43º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD1006 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 6 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.01 |
| HSL | 2.43º | 0.98% | 0.51% | - |
| HSV(B) | 2.43º | 0.98% | 0.99% | - |
| XYZ | 40.73 | 21.27 | 2.13 | - |
| YUV | 85.72 | 83.02 | 247.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 6 | 0 | 0.94 | 0.98 | 0.01 | 2.43 | 0.98 | 0.51 |
| Hex | FD | 10 | 6 | 0 | 5E | 62 | 1 | 2 | 62 | 33 |
| Octal | 375 | 20 | 6 | 0 | 136 | 142 | 1 | 2 | 142 | 63 |
| Binary | 11111101 | 10000 | 110 | 0 | 1011110 | 1100010 | 1 | 10 | 1100010 | 110011 |
Color Harmonies of #FD1006
Complementary color
Monochromatic Colors of #FD1006
Black with #FD1006
Text Example
Text Example
White with #FD1006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1006; }
p { color: rgb(253,16,6); }
H1.HeaderClassName
{
color: #FD1006;
}
.AnyTagClassName
{
color: #FD1006;
}
</style>
background-color css
<style>
a { background-color: #FD1006; }
a { background-color: rgb(253,16,6); }
div.DivClassName
{
background-color: #FD1006;
}
.BgClassName
{
background-color: #FD1006;
}
</style>
border-color css
<style>
span { border-color: #FD1006; }
span { border-color: rgb(253,16,6); }
td.TdClassName
{
border-color: #FD1006;
}
.TagClassName
{
border-color: #FD1006;
}
</style>