Shades of Red #FD1105
Tints of Red #FD1105
RGB
CMYK
RGB Variations
Color information
#FD1105 (or 0xFD1105) is known color: Red. HEX triplet: FD, 11 and 05. RGB value is (253,17,5). Sum of RGB (Red+Green+Blue) = 253+17+5=275 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1105 is #02EEFA. Grayscale: #565656. Windows color (decimal): -192251 or 332285. OLE color: 332285.
HSL color Cylindrical-coordinate representation of color #FD1105: hue angle of 2.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD1105 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.01 |
| HSL | 2.9º | 0.98% | 0.51% | - |
| HSV(B) | 2.9º | 0.98% | 0.99% | - |
| XYZ | 40.74 | 21.29 | 2.11 | - |
| YUV | 86.2 | 82.19 | 246.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 5 | 0 | 0.93 | 0.98 | 0.01 | 2.9 | 0.98 | 0.51 |
| Hex | FD | 11 | 5 | 0 | 5D | 62 | 1 | 3 | 62 | 33 |
| Octal | 375 | 21 | 5 | 0 | 135 | 142 | 1 | 3 | 142 | 63 |
| Binary | 11111101 | 10001 | 101 | 0 | 1011101 | 1100010 | 1 | 11 | 1100010 | 110011 |
Color Harmonies of #FD1105
Complementary color
Monochromatic Colors of #FD1105
Black with #FD1105
Text Example
Text Example
White with #FD1105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1105; }
p { color: rgb(253,17,5); }
H1.HeaderClassName
{
color: #FD1105;
}
.AnyTagClassName
{
color: #FD1105;
}
</style>
background-color css
<style>
a { background-color: #FD1105; }
a { background-color: rgb(253,17,5); }
div.DivClassName
{
background-color: #FD1105;
}
.BgClassName
{
background-color: #FD1105;
}
</style>
border-color css
<style>
span { border-color: #FD1105; }
span { border-color: rgb(253,17,5); }
td.TdClassName
{
border-color: #FD1105;
}
.TagClassName
{
border-color: #FD1105;
}
</style>