Shades of Red #FD0807
Tints of Red #FD0807
RGB
CMYK
RGB Variations
Color information
#FD0807 (or 0xFD0807) is known color: Red. HEX triplet: FD, 08 and 07. RGB value is (253,8,7). Sum of RGB (Red+Green+Blue) = 253+8+7=268 (35% of max value = 765). Red value is 253 (99.22% from 255 or 94.40% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0807 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0807 is #02F7F8. Grayscale: #515151. Windows color (decimal): -194553 or 461053. OLE color: 461053.
HSL color Cylindrical-coordinate representation of color #FD0807: 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 #FD0807 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 7 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.01 |
| HSL | 0.24º | 0.98% | 0.51% | - |
| HSV(B) | 0.24º | 0.97% | 0.99% | - |
| XYZ | 40.63 | 21.07 | 2.13 | - |
| YUV | 81.14 | 86.17 | 250.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 7 | 0 | 0.97 | 0.97 | 0.01 | 0.24 | 0.98 | 0.51 |
| Hex | FD | 8 | 7 | 0 | 61 | 61 | 1 | 0 | 62 | 33 |
| Octal | 375 | 10 | 7 | 0 | 141 | 141 | 1 | 0 | 142 | 63 |
| Binary | 11111101 | 1000 | 111 | 0 | 1100001 | 1100001 | 1 | 0 | 1100010 | 110011 |
Color Harmonies of #FD0807
Complementary color
Monochromatic Colors of #FD0807
Black with #FD0807
Text Example
Text Example
White with #FD0807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0807; }
p { color: rgb(253,8,7); }
H1.HeaderClassName
{
color: #FD0807;
}
.AnyTagClassName
{
color: #FD0807;
}
</style>
background-color css
<style>
a { background-color: #FD0807; }
a { background-color: rgb(253,8,7); }
div.DivClassName
{
background-color: #FD0807;
}
.BgClassName
{
background-color: #FD0807;
}
</style>
border-color css
<style>
span { border-color: #FD0807; }
span { border-color: rgb(253,8,7); }
td.TdClassName
{
border-color: #FD0807;
}
.TagClassName
{
border-color: #FD0807;
}
</style>