Shades of Red #FD0E0A
Tints of Red #FD0E0A
RGB
CMYK
RGB Variations
Color information
#FD0E0A (or 0xFD0E0A) is known color: Red. HEX triplet: FD, 0E and 0A. RGB value is (253,14,10). Sum of RGB (Red+Green+Blue) = 253+14+10=277 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.34% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0E0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0E0A is #02F1F5. Grayscale: #555555. Windows color (decimal): -193014 or 659197. OLE color: 659197.
HSL color Cylindrical-coordinate representation of color #FD0E0A: hue angle of 0.99º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0E0A is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 14 | 10 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.01 |
| HSL | 0.99º | 0.98% | 0.52% | - |
| HSV(B) | 0.99º | 0.96% | 0.99% | - |
| XYZ | 40.72 | 21.22 | 2.24 | - |
| YUV | 85.01 | 85.68 | 247.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 14 | 10 | 0 | 0.94 | 0.96 | 0.01 | 0.99 | 0.98 | 0.52 |
| Hex | FD | E | A | 0 | 5E | 60 | 1 | 1 | 62 | 34 |
| Octal | 375 | 16 | 12 | 0 | 136 | 140 | 1 | 1 | 142 | 64 |
| Binary | 11111101 | 1110 | 1010 | 0 | 1011110 | 1100000 | 1 | 1 | 1100010 | 110100 |
Color Harmonies of #FD0E0A
Complementary color
Monochromatic Colors of #FD0E0A
Black with #FD0E0A
Text Example
Text Example
White with #FD0E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0E0A; }
p { color: rgb(253,14,10); }
H1.HeaderClassName
{
color: #FD0E0A;
}
.AnyTagClassName
{
color: #FD0E0A;
}
</style>
background-color css
<style>
a { background-color: #FD0E0A; }
a { background-color: rgb(253,14,10); }
div.DivClassName
{
background-color: #FD0E0A;
}
.BgClassName
{
background-color: #FD0E0A;
}
</style>
border-color css
<style>
span { border-color: #FD0E0A; }
span { border-color: rgb(253,14,10); }
td.TdClassName
{
border-color: #FD0E0A;
}
.TagClassName
{
border-color: #FD0E0A;
}
</style>