Shades of Red #FD1102
Tints of Red #FD1102
RGB
CMYK
RGB Variations
Color information
#FD1102 (or 0xFD1102) is known color: Red. HEX triplet: FD, 11 and 02. RGB value is (253,17,2). Sum of RGB (Red+Green+Blue) = 253+17+2=272 (36% of max value = 765). Red value is 253 (99.22% from 255 or 93.01% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1102 is #02EEFD. Grayscale: #565656. Windows color (decimal): -192254 or 135677. OLE color: 135677.
HSL color Cylindrical-coordinate representation of color #FD1102: hue angle of 3.59º 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 #FD1102 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.01 |
| HSL | 3.59º | 0.98% | 0.5% | - |
| HSV(B) | 3.59º | 0.99% | 0.99% | - |
| XYZ | 40.72 | 21.29 | 2.02 | - |
| YUV | 85.85 | 80.69 | 247.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 2 | 0 | 0.93 | 0.99 | 0.01 | 3.59 | 0.98 | 0.5 |
| Hex | FD | 11 | 2 | 0 | 5D | 63 | 1 | 4 | 62 | 32 |
| Octal | 375 | 21 | 2 | 0 | 135 | 143 | 1 | 4 | 142 | 62 |
| Binary | 11111101 | 10001 | 10 | 0 | 1011101 | 1100011 | 1 | 100 | 1100010 | 110010 |
Color Harmonies of #FD1102
Complementary color
Monochromatic Colors of #FD1102
Black with #FD1102
Text Example
Text Example
White with #FD1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1102; }
p { color: rgb(253,17,2); }
H1.HeaderClassName
{
color: #FD1102;
}
.AnyTagClassName
{
color: #FD1102;
}
</style>
background-color css
<style>
a { background-color: #FD1102; }
a { background-color: rgb(253,17,2); }
div.DivClassName
{
background-color: #FD1102;
}
.BgClassName
{
background-color: #FD1102;
}
</style>
border-color css
<style>
span { border-color: #FD1102; }
span { border-color: rgb(253,17,2); }
td.TdClassName
{
border-color: #FD1102;
}
.TagClassName
{
border-color: #FD1102;
}
</style>