Shades of Red #FD1202
Tints of Red #FD1202
RGB
CMYK
RGB Variations
Color information
#FD1202 (or 0xFD1202) is known color: Red. HEX triplet: FD, 12 and 02. RGB value is (253,18,2). Sum of RGB (Red+Green+Blue) = 253+18+2=273 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.67% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1202 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1202 is #02EDFD. Grayscale: #565656. Windows color (decimal): -191998 or 135933. OLE color: 135933.
HSL color Cylindrical-coordinate representation of color #FD1202: hue angle of 3.82º 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 #FD1202 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.01 |
| HSL | 3.82º | 0.98% | 0.5% | - |
| HSV(B) | 3.82º | 0.99% | 0.99% | - |
| XYZ | 40.74 | 21.32 | 2.03 | - |
| YUV | 86.44 | 80.36 | 246.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 2 | 0 | 0.93 | 0.99 | 0.01 | 3.82 | 0.98 | 0.5 |
| Hex | FD | 12 | 2 | 0 | 5D | 63 | 1 | 4 | 62 | 32 |
| Octal | 375 | 22 | 2 | 0 | 135 | 143 | 1 | 4 | 142 | 62 |
| Binary | 11111101 | 10010 | 10 | 0 | 1011101 | 1100011 | 1 | 100 | 1100010 | 110010 |
Color Harmonies of #FD1202
Complementary color
Monochromatic Colors of #FD1202
Black with #FD1202
Text Example
Text Example
White with #FD1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1202; }
p { color: rgb(253,18,2); }
H1.HeaderClassName
{
color: #FD1202;
}
.AnyTagClassName
{
color: #FD1202;
}
</style>
background-color css
<style>
a { background-color: #FD1202; }
a { background-color: rgb(253,18,2); }
div.DivClassName
{
background-color: #FD1202;
}
.BgClassName
{
background-color: #FD1202;
}
</style>
border-color css
<style>
span { border-color: #FD1202; }
span { border-color: rgb(253,18,2); }
td.TdClassName
{
border-color: #FD1202;
}
.TagClassName
{
border-color: #FD1202;
}
</style>