Shades of Red #FF1010
Tints of Red #FF1010
RGB
CMYK
RGB Variations
Color information
#FF1010 (or 0xFF1010) is known color: Red. HEX triplet: FF, 10 and 10. RGB value is (255,16,16). Sum of RGB (Red+Green+Blue) = 255+16+16=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1010 is #00EFEF. Grayscale: #575757. Windows color (decimal): -61424 or 1052927. OLE color: 1052927.
HSL color Cylindrical-coordinate representation of color #FF1010: hue angle of 0º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1010 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 16 | - |
| CMYK | 0 | 0.94 | 0.94 | 0 |
| HSL | 0º | 1% | 0.53% | - |
| HSV(B) | 0º | 0.94% | 1% | - |
| XYZ | 41.52 | 21.67 | 2.48 | - |
| YUV | 87.46 | 87.68 | 247.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 16 | 0 | 0.94 | 0.94 | 0 | 0 | 1 | 0.53 |
| Hex | FF | 10 | 10 | 0 | 5E | 5E | 0 | 0 | 64 | 35 |
| Octal | 377 | 20 | 20 | 0 | 136 | 136 | 0 | 0 | 144 | 65 |
| Binary | 11111111 | 10000 | 10000 | 0 | 1011110 | 1011110 | 0 | 0 | 1100100 | 110101 |
Color Harmonies of #FF1010
Complementary color
Monochromatic Colors of #FF1010
Black with #FF1010
Text Example
Text Example
White with #FF1010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1010; }
p { color: rgb(255,16,16); }
H1.HeaderClassName
{
color: #FF1010;
}
.AnyTagClassName
{
color: #FF1010;
}
</style>
background-color css
<style>
a { background-color: #FF1010; }
a { background-color: rgb(255,16,16); }
div.DivClassName
{
background-color: #FF1010;
}
.BgClassName
{
background-color: #FF1010;
}
</style>
border-color css
<style>
span { border-color: #FF1010; }
span { border-color: rgb(255,16,16); }
td.TdClassName
{
border-color: #FF1010;
}
.TagClassName
{
border-color: #FF1010;
}
</style>