Shades of Red #FD0A09
Tints of Red #FD0A09
RGB
CMYK
RGB Variations
Color information
#FD0A09 (or 0xFD0A09) is known color: Red. HEX triplet: FD, 0A and 09. RGB value is (253,10,9). Sum of RGB (Red+Green+Blue) = 253+10+9=272 (36% of max value = 765). Red value is 253 (99.22% from 255 or 93.01% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0A09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0A09 is #02F5F6. Grayscale: #525252. Windows color (decimal): -194039 or 592637. OLE color: 592637.
HSL color Cylindrical-coordinate representation of color #FD0A09: hue angle of 0.25º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0A09 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 9 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.01 |
| HSL | 0.25º | 0.98% | 0.51% | - |
| HSV(B) | 0.25º | 0.96% | 0.99% | - |
| XYZ | 40.67 | 21.12 | 2.19 | - |
| YUV | 82.54 | 86.51 | 249.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 9 | 0 | 0.96 | 0.96 | 0.01 | 0.25 | 0.98 | 0.51 |
| Hex | FD | A | 9 | 0 | 60 | 60 | 1 | 0 | 62 | 33 |
| Octal | 375 | 12 | 11 | 0 | 140 | 140 | 1 | 0 | 142 | 63 |
| Binary | 11111101 | 1010 | 1001 | 0 | 1100000 | 1100000 | 1 | 0 | 1100010 | 110011 |
Color Harmonies of #FD0A09
Complementary color
Monochromatic Colors of #FD0A09
Black with #FD0A09
Text Example
Text Example
White with #FD0A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0A09; }
p { color: rgb(253,10,9); }
H1.HeaderClassName
{
color: #FD0A09;
}
.AnyTagClassName
{
color: #FD0A09;
}
</style>
background-color css
<style>
a { background-color: #FD0A09; }
a { background-color: rgb(253,10,9); }
div.DivClassName
{
background-color: #FD0A09;
}
.BgClassName
{
background-color: #FD0A09;
}
</style>
border-color css
<style>
span { border-color: #FD0A09; }
span { border-color: rgb(253,10,9); }
td.TdClassName
{
border-color: #FD0A09;
}
.TagClassName
{
border-color: #FD0A09;
}
</style>