Shades of Red #FF100A
Tints of Red #FF100A
RGB
CMYK
RGB Variations
Color information
#FF100A (or 0xFF100A) is known color: Red. HEX triplet: FF, 10 and 0A. RGB value is (255,16,10). Sum of RGB (Red+Green+Blue) = 255+16+10=281 (37% of max value = 765). Red value is 255 (100% from 255 or 90.75% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 255 - color contains mainly: red. Hex color #FF100A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF100A is #00EFF5. Grayscale: #575757. Windows color (decimal): -61430 or 659711. OLE color: 659711.
HSL color Cylindrical-coordinate representation of color #FF100A: hue angle of 1.47º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF100A is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 10 | - |
| CMYK | 0 | 0.94 | 0.96 | 0 |
| HSL | 1.47º | 1% | 0.52% | - |
| HSV(B) | 1.47º | 0.96% | 1% | - |
| XYZ | 41.48 | 21.65 | 2.28 | - |
| YUV | 86.78 | 84.68 | 247.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 10 | 0 | 0.94 | 0.96 | 0 | 1.47 | 1 | 0.52 |
| Hex | FF | 10 | A | 0 | 5E | 60 | 0 | 1 | 64 | 34 |
| Octal | 377 | 20 | 12 | 0 | 136 | 140 | 0 | 1 | 144 | 64 |
| Binary | 11111111 | 10000 | 1010 | 0 | 1011110 | 1100000 | 0 | 1 | 1100100 | 110100 |
Color Harmonies of #FF100A
Complementary color
Monochromatic Colors of #FF100A
Black with #FF100A
Text Example
Text Example
White with #FF100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF100A; }
p { color: rgb(255,16,10); }
H1.HeaderClassName
{
color: #FF100A;
}
.AnyTagClassName
{
color: #FF100A;
}
</style>
background-color css
<style>
a { background-color: #FF100A; }
a { background-color: rgb(255,16,10); }
div.DivClassName
{
background-color: #FF100A;
}
.BgClassName
{
background-color: #FF100A;
}
</style>
border-color css
<style>
span { border-color: #FF100A; }
span { border-color: rgb(255,16,10); }
td.TdClassName
{
border-color: #FF100A;
}
.TagClassName
{
border-color: #FF100A;
}
</style>