Shades of Red #FD0905
Tints of Red #FD0905
RGB
CMYK
RGB Variations
Color information
#FD0905 (or 0xFD0905) is known color: Red. HEX triplet: FD, 09 and 05. RGB value is (253,9,5). Sum of RGB (Red+Green+Blue) = 253+9+5=267 (35% of max value = 765). Red value is 253 (99.22% from 255 or 94.76% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0905 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0905 is #02F6FA. Grayscale: #515151. Windows color (decimal): -194299 or 330237. OLE color: 330237.
HSL color Cylindrical-coordinate representation of color #FD0905: hue angle of 0.97º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0905 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.01 |
| HSL | 0.97º | 0.98% | 0.51% | - |
| HSV(B) | 0.97º | 0.98% | 0.99% | - |
| XYZ | 40.63 | 21.09 | 2.07 | - |
| YUV | 81.5 | 84.84 | 250.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 5 | 0 | 0.96 | 0.98 | 0.01 | 0.97 | 0.98 | 0.51 |
| Hex | FD | 9 | 5 | 0 | 60 | 62 | 1 | 1 | 62 | 33 |
| Octal | 375 | 11 | 5 | 0 | 140 | 142 | 1 | 1 | 142 | 63 |
| Binary | 11111101 | 1001 | 101 | 0 | 1100000 | 1100010 | 1 | 1 | 1100010 | 110011 |
Color Harmonies of #FD0905
Complementary color
Monochromatic Colors of #FD0905
Black with #FD0905
Text Example
Text Example
White with #FD0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0905; }
p { color: rgb(253,9,5); }
H1.HeaderClassName
{
color: #FD0905;
}
.AnyTagClassName
{
color: #FD0905;
}
</style>
background-color css
<style>
a { background-color: #FD0905; }
a { background-color: rgb(253,9,5); }
div.DivClassName
{
background-color: #FD0905;
}
.BgClassName
{
background-color: #FD0905;
}
</style>
border-color css
<style>
span { border-color: #FD0905; }
span { border-color: rgb(253,9,5); }
td.TdClassName
{
border-color: #FD0905;
}
.TagClassName
{
border-color: #FD0905;
}
</style>