Shades of Red #FF1000
Tints of Red #FF1000
RGB
CMYK
RGB Variations
Color information
#FF1000 (or 0xFF1000) is known color: Red. HEX triplet: FF, 10 and 00. RGB value is (255,16,0). Sum of RGB (Red+Green+Blue) = 255+16+0=271 (35% of max value = 765). Red value is 255 (100% from 255 or 94.10% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1000 is #00EFFF. Grayscale: #555555. Windows color (decimal): -61440 or 4351. OLE color: 4351.
HSL color Cylindrical-coordinate representation of color #FF1000: hue angle of 3.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF1000 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0 |
| HSL | 3.76º | 1% | 0.5% | - |
| HSV(B) | 3.76º | 1% | 1% | - |
| XYZ | 41.43 | 21.63 | 1.99 | - |
| YUV | 85.64 | 79.68 | 248.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 0 | 0 | 0.94 | 1 | 0 | 3.76 | 1 | 0.5 |
| Hex | FF | 10 | 0 | 0 | 5E | 64 | 0 | 4 | 64 | 32 |
| Octal | 377 | 20 | 0 | 0 | 136 | 144 | 0 | 4 | 144 | 62 |
| Binary | 11111111 | 10000 | 0 | 0 | 1011110 | 1100100 | 0 | 100 | 1100100 | 110010 |
Color Harmonies of #FF1000
Complementary color
Monochromatic Colors of #FF1000
Black with #FF1000
Text Example
Text Example
White with #FF1000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1000; }
p { color: rgb(255,16,0); }
H1.HeaderClassName
{
color: #FF1000;
}
.AnyTagClassName
{
color: #FF1000;
}
</style>
background-color css
<style>
a { background-color: #FF1000; }
a { background-color: rgb(255,16,0); }
div.DivClassName
{
background-color: #FF1000;
}
.BgClassName
{
background-color: #FF1000;
}
</style>
border-color css
<style>
span { border-color: #FF1000; }
span { border-color: rgb(255,16,0); }
td.TdClassName
{
border-color: #FF1000;
}
.TagClassName
{
border-color: #FF1000;
}
</style>