Shades of Red #FD0900
Tints of Red #FD0900
RGB
CMYK
RGB Variations
Color information
#FD0900 (or 0xFD0900) is known color: Red. HEX triplet: FD, 09 and 00. RGB value is (253,9,0). Sum of RGB (Red+Green+Blue) = 253+9+0=262 (34% of max value = 765). Red value is 253 (99.22% from 255 or 96.56% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0900 is #02F6FF. Grayscale: #515151. Windows color (decimal): -194304 or 2557. OLE color: 2557.
HSL color Cylindrical-coordinate representation of color #FD0900: hue angle of 2.13º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0900 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.01 |
| HSL | 2.13º | 1% | 0.5% | - |
| HSV(B) | 2.13º | 1% | 0.99% | - |
| XYZ | 40.61 | 21.08 | 1.93 | - |
| YUV | 80.93 | 82.34 | 250.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 0 | 0 | 0.96 | 1 | 0.01 | 2.13 | 1 | 0.5 |
| Hex | FD | 9 | 0 | 0 | 60 | 64 | 1 | 2 | 64 | 32 |
| Octal | 375 | 11 | 0 | 0 | 140 | 144 | 1 | 2 | 144 | 62 |
| Binary | 11111101 | 1001 | 0 | 0 | 1100000 | 1100100 | 1 | 10 | 1100100 | 110010 |
Color Harmonies of #FD0900
Complementary color
Monochromatic Colors of #FD0900
Black with #FD0900
Text Example
Text Example
White with #FD0900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0900; }
p { color: rgb(253,9,0); }
H1.HeaderClassName
{
color: #FD0900;
}
.AnyTagClassName
{
color: #FD0900;
}
</style>
background-color css
<style>
a { background-color: #FD0900; }
a { background-color: rgb(253,9,0); }
div.DivClassName
{
background-color: #FD0900;
}
.BgClassName
{
background-color: #FD0900;
}
</style>
border-color css
<style>
span { border-color: #FD0900; }
span { border-color: rgb(253,9,0); }
td.TdClassName
{
border-color: #FD0900;
}
.TagClassName
{
border-color: #FD0900;
}
</style>