Shades of Red #FD0802
Tints of Red #FD0802
RGB
CMYK
RGB Variations
Color information
#FD0802 (or 0xFD0802) is known color: Red. HEX triplet: FD, 08 and 02. RGB value is (253,8,2). Sum of RGB (Red+Green+Blue) = 253+8+2=263 (34% of max value = 765). Red value is 253 (99.22% from 255 or 96.20% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0802 is #02F7FD. Grayscale: #505050. Windows color (decimal): -194558 or 133373. OLE color: 133373.
HSL color Cylindrical-coordinate representation of color #FD0802: hue angle of 1.43º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0802 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.01 |
| HSL | 1.43º | 0.98% | 0.5% | - |
| HSV(B) | 1.43º | 0.99% | 0.99% | - |
| XYZ | 40.61 | 21.06 | 1.98 | - |
| YUV | 80.57 | 83.67 | 250.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 2 | 0 | 0.97 | 0.99 | 0.01 | 1.43 | 0.98 | 0.5 |
| Hex | FD | 8 | 2 | 0 | 61 | 63 | 1 | 1 | 62 | 32 |
| Octal | 375 | 10 | 2 | 0 | 141 | 143 | 1 | 1 | 142 | 62 |
| Binary | 11111101 | 1000 | 10 | 0 | 1100001 | 1100011 | 1 | 1 | 1100010 | 110010 |
Color Harmonies of #FD0802
Complementary color
Monochromatic Colors of #FD0802
Black with #FD0802
Text Example
Text Example
White with #FD0802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0802; }
p { color: rgb(253,8,2); }
H1.HeaderClassName
{
color: #FD0802;
}
.AnyTagClassName
{
color: #FD0802;
}
</style>
background-color css
<style>
a { background-color: #FD0802; }
a { background-color: rgb(253,8,2); }
div.DivClassName
{
background-color: #FD0802;
}
.BgClassName
{
background-color: #FD0802;
}
</style>
border-color css
<style>
span { border-color: #FD0802; }
span { border-color: rgb(253,8,2); }
td.TdClassName
{
border-color: #FD0802;
}
.TagClassName
{
border-color: #FD0802;
}
</style>