Shades of Red #FF1005
Tints of Red #FF1005
RGB
CMYK
RGB Variations
Color information
#FF1005 (or 0xFF1005) is known color: Red. HEX triplet: FF, 10 and 05. RGB value is (255,16,5). Sum of RGB (Red+Green+Blue) = 255+16+5=276 (36% of max value = 765). Red value is 255 (100% from 255 or 92.39% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1005 is #00EFFA. Grayscale: #565656. Windows color (decimal): -61435 or 332031. OLE color: 332031.
HSL color Cylindrical-coordinate representation of color #FF1005: hue angle of 2.64º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF1005 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0 |
| HSL | 2.64º | 1% | 0.51% | - |
| HSV(B) | 2.64º | 0.98% | 1% | - |
| XYZ | 41.45 | 21.64 | 2.14 | - |
| YUV | 86.21 | 82.18 | 248.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 5 | 0 | 0.94 | 0.98 | 0 | 2.64 | 1 | 0.51 |
| Hex | FF | 10 | 5 | 0 | 5E | 62 | 0 | 3 | 64 | 33 |
| Octal | 377 | 20 | 5 | 0 | 136 | 142 | 0 | 3 | 144 | 63 |
| Binary | 11111111 | 10000 | 101 | 0 | 1011110 | 1100010 | 0 | 11 | 1100100 | 110011 |
Color Harmonies of #FF1005
Complementary color
Monochromatic Colors of #FF1005
Black with #FF1005
Text Example
Text Example
White with #FF1005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1005; }
p { color: rgb(255,16,5); }
H1.HeaderClassName
{
color: #FF1005;
}
.AnyTagClassName
{
color: #FF1005;
}
</style>
background-color css
<style>
a { background-color: #FF1005; }
a { background-color: rgb(255,16,5); }
div.DivClassName
{
background-color: #FF1005;
}
.BgClassName
{
background-color: #FF1005;
}
</style>
border-color css
<style>
span { border-color: #FF1005; }
span { border-color: rgb(255,16,5); }
td.TdClassName
{
border-color: #FF1005;
}
.TagClassName
{
border-color: #FF1005;
}
</style>