Shades of Red #FD0E02
Tints of Red #FD0E02
RGB
CMYK
RGB Variations
Color information
#FD0E02 (or 0xFD0E02) is known color: Red. HEX triplet: FD, 0E and 02. RGB value is (253,14,2). Sum of RGB (Red+Green+Blue) = 253+14+2=269 (35% of max value = 765). Red value is 253 (99.22% from 255 or 94.05% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0E02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0E02 is #02F1FD. Grayscale: #545454. Windows color (decimal): -193022 or 134909. OLE color: 134909.
HSL color Cylindrical-coordinate representation of color #FD0E02: hue angle of 2.87º 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 #FD0E02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 14 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.01 |
| HSL | 2.87º | 0.98% | 0.5% | - |
| HSV(B) | 2.87º | 0.99% | 0.99% | - |
| XYZ | 40.68 | 21.2 | 2.01 | - |
| YUV | 84.09 | 81.68 | 248.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 14 | 2 | 0 | 0.94 | 0.99 | 0.01 | 2.87 | 0.98 | 0.5 |
| Hex | FD | E | 2 | 0 | 5E | 63 | 1 | 3 | 62 | 32 |
| Octal | 375 | 16 | 2 | 0 | 136 | 143 | 1 | 3 | 142 | 62 |
| Binary | 11111101 | 1110 | 10 | 0 | 1011110 | 1100011 | 1 | 11 | 1100010 | 110010 |
Color Harmonies of #FD0E02
Complementary color
Monochromatic Colors of #FD0E02
Black with #FD0E02
Text Example
Text Example
White with #FD0E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0E02; }
p { color: rgb(253,14,2); }
H1.HeaderClassName
{
color: #FD0E02;
}
.AnyTagClassName
{
color: #FD0E02;
}
</style>
background-color css
<style>
a { background-color: #FD0E02; }
a { background-color: rgb(253,14,2); }
div.DivClassName
{
background-color: #FD0E02;
}
.BgClassName
{
background-color: #FD0E02;
}
</style>
border-color css
<style>
span { border-color: #FD0E02; }
span { border-color: rgb(253,14,2); }
td.TdClassName
{
border-color: #FD0E02;
}
.TagClassName
{
border-color: #FD0E02;
}
</style>