Shades of Red #FD1004
Tints of Red #FD1004
RGB
CMYK
RGB Variations
Color information
#FD1004 (or 0xFD1004) is known color: Red. HEX triplet: FD, 10 and 04. RGB value is (253,16,4). Sum of RGB (Red+Green+Blue) = 253+16+4=273 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.67% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1004 is #02EFFB. Grayscale: #555555. Windows color (decimal): -192508 or 266493. OLE color: 266493.
HSL color Cylindrical-coordinate representation of color #FD1004: hue angle of 2.89º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD1004 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.01 |
| HSL | 2.89º | 0.98% | 0.5% | - |
| HSV(B) | 2.89º | 0.98% | 0.99% | - |
| XYZ | 40.72 | 21.26 | 2.07 | - |
| YUV | 85.5 | 82.02 | 247.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 4 | 0 | 0.94 | 0.98 | 0.01 | 2.89 | 0.98 | 0.5 |
| Hex | FD | 10 | 4 | 0 | 5E | 62 | 1 | 3 | 62 | 32 |
| Octal | 375 | 20 | 4 | 0 | 136 | 142 | 1 | 3 | 142 | 62 |
| Binary | 11111101 | 10000 | 100 | 0 | 1011110 | 1100010 | 1 | 11 | 1100010 | 110010 |
Color Harmonies of #FD1004
Complementary color
Monochromatic Colors of #FD1004
Black with #FD1004
Text Example
Text Example
White with #FD1004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1004; }
p { color: rgb(253,16,4); }
H1.HeaderClassName
{
color: #FD1004;
}
.AnyTagClassName
{
color: #FD1004;
}
</style>
background-color css
<style>
a { background-color: #FD1004; }
a { background-color: rgb(253,16,4); }
div.DivClassName
{
background-color: #FD1004;
}
.BgClassName
{
background-color: #FD1004;
}
</style>
border-color css
<style>
span { border-color: #FD1004; }
span { border-color: rgb(253,16,4); }
td.TdClassName
{
border-color: #FD1004;
}
.TagClassName
{
border-color: #FD1004;
}
</style>