Shades of Red #FD0908
Tints of Red #FD0908
RGB
CMYK
RGB Variations
Color information
#FD0908 (or 0xFD0908) is known color: Red. HEX triplet: FD, 09 and 08. RGB value is (253,9,8). Sum of RGB (Red+Green+Blue) = 253+9+8=270 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.70% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0908 is #02F6F7. Grayscale: #525252. Windows color (decimal): -194296 or 526845. OLE color: 526845.
HSL color Cylindrical-coordinate representation of color #FD0908: hue angle of 0.24º 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 #FD0908 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 8 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.01 |
| HSL | 0.24º | 0.98% | 0.51% | - |
| HSV(B) | 0.24º | 0.97% | 0.99% | - |
| XYZ | 40.65 | 21.1 | 2.16 | - |
| YUV | 81.84 | 86.34 | 250.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 8 | 0 | 0.96 | 0.97 | 0.01 | 0.24 | 0.98 | 0.51 |
| Hex | FD | 9 | 8 | 0 | 60 | 61 | 1 | 0 | 62 | 33 |
| Octal | 375 | 11 | 10 | 0 | 140 | 141 | 1 | 0 | 142 | 63 |
| Binary | 11111101 | 1001 | 1000 | 0 | 1100000 | 1100001 | 1 | 0 | 1100010 | 110011 |
Color Harmonies of #FD0908
Complementary color
Monochromatic Colors of #FD0908
Black with #FD0908
Text Example
Text Example
White with #FD0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0908; }
p { color: rgb(253,9,8); }
H1.HeaderClassName
{
color: #FD0908;
}
.AnyTagClassName
{
color: #FD0908;
}
</style>
background-color css
<style>
a { background-color: #FD0908; }
a { background-color: rgb(253,9,8); }
div.DivClassName
{
background-color: #FD0908;
}
.BgClassName
{
background-color: #FD0908;
}
</style>
border-color css
<style>
span { border-color: #FD0908; }
span { border-color: rgb(253,9,8); }
td.TdClassName
{
border-color: #FD0908;
}
.TagClassName
{
border-color: #FD0908;
}
</style>