Shades of Red #FD1001
Tints of Red #FD1001
RGB
CMYK
RGB Variations
Color information
#FD1001 (or 0xFD1001) is known color: Red. HEX triplet: FD, 10 and 01. RGB value is (253,16,1). Sum of RGB (Red+Green+Blue) = 253+16+1=270 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.70% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1001 is #02EFFE. Grayscale: #555555. Windows color (decimal): -192511 or 69885. OLE color: 69885.
HSL color Cylindrical-coordinate representation of color #FD1001: hue angle of 3.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD1001 is Cyan = 0, Magento = 0.94, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 1 | - |
| CMYK | 0 | 0.94 | 1.00 | 0.01 |
| HSL | 3.57º | 0.99% | 0.5% | - |
| HSV(B) | 3.57º | 1% | 0.99% | - |
| XYZ | 40.7 | 21.26 | 1.99 | - |
| YUV | 85.15 | 80.52 | 247.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 1 | 0 | 0.94 | 1.00 | 0.01 | 3.57 | 0.99 | 0.5 |
| Hex | FD | 10 | 1 | 0 | 5E | 64 | 1 | 4 | 63 | 32 |
| Octal | 375 | 20 | 1 | 0 | 136 | 144 | 1 | 4 | 143 | 62 |
| Binary | 11111101 | 10000 | 1 | 0 | 1011110 | 1100100 | 1 | 100 | 1100011 | 110010 |
Color Harmonies of #FD1001
Complementary color
Monochromatic Colors of #FD1001
Black with #FD1001
Text Example
Text Example
White with #FD1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1001; }
p { color: rgb(253,16,1); }
H1.HeaderClassName
{
color: #FD1001;
}
.AnyTagClassName
{
color: #FD1001;
}
</style>
background-color css
<style>
a { background-color: #FD1001; }
a { background-color: rgb(253,16,1); }
div.DivClassName
{
background-color: #FD1001;
}
.BgClassName
{
background-color: #FD1001;
}
</style>
border-color css
<style>
span { border-color: #FD1001; }
span { border-color: rgb(253,16,1); }
td.TdClassName
{
border-color: #FD1001;
}
.TagClassName
{
border-color: #FD1001;
}
</style>