Shades of Red #FF1004
Tints of Red #FF1004
RGB
CMYK
RGB Variations
Color information
#FF1004 (or 0xFF1004) is known color: Red. HEX triplet: FF, 10 and 04. RGB value is (255,16,4). Sum of RGB (Red+Green+Blue) = 255+16+4=275 (36% of max value = 765). Red value is 255 (100% from 255 or 92.73% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1004 is #00EFFB. Grayscale: #565656. Windows color (decimal): -61436 or 266495. OLE color: 266495.
HSL color Cylindrical-coordinate representation of color #FF1004: hue angle of 2.87º 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 #FF1004 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0 |
| HSL | 2.87º | 1% | 0.51% | - |
| HSV(B) | 2.87º | 0.98% | 1% | - |
| XYZ | 41.45 | 21.64 | 2.11 | - |
| YUV | 86.09 | 81.68 | 248.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 4 | 0 | 0.94 | 0.98 | 0 | 2.87 | 1 | 0.51 |
| Hex | FF | 10 | 4 | 0 | 5E | 62 | 0 | 3 | 64 | 33 |
| Octal | 377 | 20 | 4 | 0 | 136 | 142 | 0 | 3 | 144 | 63 |
| Binary | 11111111 | 10000 | 100 | 0 | 1011110 | 1100010 | 0 | 11 | 1100100 | 110011 |
Color Harmonies of #FF1004
Complementary color
Monochromatic Colors of #FF1004
Black with #FF1004
Text Example
Text Example
White with #FF1004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1004; }
p { color: rgb(255,16,4); }
H1.HeaderClassName
{
color: #FF1004;
}
.AnyTagClassName
{
color: #FF1004;
}
</style>
background-color css
<style>
a { background-color: #FF1004; }
a { background-color: rgb(255,16,4); }
div.DivClassName
{
background-color: #FF1004;
}
.BgClassName
{
background-color: #FF1004;
}
</style>
border-color css
<style>
span { border-color: #FF1004; }
span { border-color: rgb(255,16,4); }
td.TdClassName
{
border-color: #FF1004;
}
.TagClassName
{
border-color: #FF1004;
}
</style>