Shades of Red #FD0F04
Tints of Red #FD0F04
RGB
CMYK
RGB Variations
Color information
#FD0F04 (or 0xFD0F04) is known color: Red. HEX triplet: FD, 0F and 04. RGB value is (253,15,4). Sum of RGB (Red+Green+Blue) = 253+15+4=272 (36% of max value = 765). Red value is 253 (99.22% from 255 or 93.01% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0F04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0F04 is #02F0FB. Grayscale: #555555. Windows color (decimal): -192764 or 266237. OLE color: 266237.
HSL color Cylindrical-coordinate representation of color #FD0F04: hue angle of 2.65º 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 #FD0F04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 15 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.01 |
| HSL | 2.65º | 0.98% | 0.5% | - |
| HSV(B) | 2.65º | 0.98% | 0.99% | - |
| XYZ | 40.7 | 21.23 | 2.07 | - |
| YUV | 84.91 | 82.35 | 247.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 4 | 0 | 0.94 | 0.98 | 0.01 | 2.65 | 0.98 | 0.5 |
| Hex | FD | F | 4 | 0 | 5E | 62 | 1 | 3 | 62 | 32 |
| Octal | 375 | 17 | 4 | 0 | 136 | 142 | 1 | 3 | 142 | 62 |
| Binary | 11111101 | 1111 | 100 | 0 | 1011110 | 1100010 | 1 | 11 | 1100010 | 110010 |
Color Harmonies of #FD0F04
Complementary color
Monochromatic Colors of #FD0F04
Black with #FD0F04
Text Example
Text Example
White with #FD0F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0F04; }
p { color: rgb(253,15,4); }
H1.HeaderClassName
{
color: #FD0F04;
}
.AnyTagClassName
{
color: #FD0F04;
}
</style>
background-color css
<style>
a { background-color: #FD0F04; }
a { background-color: rgb(253,15,4); }
div.DivClassName
{
background-color: #FD0F04;
}
.BgClassName
{
background-color: #FD0F04;
}
</style>
border-color css
<style>
span { border-color: #FD0F04; }
span { border-color: rgb(253,15,4); }
td.TdClassName
{
border-color: #FD0F04;
}
.TagClassName
{
border-color: #FD0F04;
}
</style>