Shades of Red #FD1008
Tints of Red #FD1008
RGB
CMYK
RGB Variations
Color information
#FD1008 (or 0xFD1008) is known color: Red. HEX triplet: FD, 10 and 08. RGB value is (253,16,8). Sum of RGB (Red+Green+Blue) = 253+16+8=277 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.34% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1008 is #02EFF7. Grayscale: #565656. Windows color (decimal): -192504 or 528637. OLE color: 528637.
HSL color Cylindrical-coordinate representation of color #FD1008: hue angle of 1.96º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD1008 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 8 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.01 |
| HSL | 1.96º | 0.98% | 0.51% | - |
| HSV(B) | 1.96º | 0.97% | 0.99% | - |
| XYZ | 40.74 | 21.27 | 2.19 | - |
| YUV | 85.95 | 84.02 | 247.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 8 | 0 | 0.94 | 0.97 | 0.01 | 1.96 | 0.98 | 0.51 |
| Hex | FD | 10 | 8 | 0 | 5E | 61 | 1 | 2 | 62 | 33 |
| Octal | 375 | 20 | 10 | 0 | 136 | 141 | 1 | 2 | 142 | 63 |
| Binary | 11111101 | 10000 | 1000 | 0 | 1011110 | 1100001 | 1 | 10 | 1100010 | 110011 |
Color Harmonies of #FD1008
Complementary color
Monochromatic Colors of #FD1008
Black with #FD1008
Text Example
Text Example
White with #FD1008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1008; }
p { color: rgb(253,16,8); }
H1.HeaderClassName
{
color: #FD1008;
}
.AnyTagClassName
{
color: #FD1008;
}
</style>
background-color css
<style>
a { background-color: #FD1008; }
a { background-color: rgb(253,16,8); }
div.DivClassName
{
background-color: #FD1008;
}
.BgClassName
{
background-color: #FD1008;
}
</style>
border-color css
<style>
span { border-color: #FD1008; }
span { border-color: rgb(253,16,8); }
td.TdClassName
{
border-color: #FD1008;
}
.TagClassName
{
border-color: #FD1008;
}
</style>