Shades of Red #FF0A00
Tints of Red #FF0A00
RGB
CMYK
RGB Variations
Color information
#FF0A00 (or 0xFF0A00) is known color: Red. HEX triplet: FF, 0A and 00. RGB value is (255,10,0). Sum of RGB (Red+Green+Blue) = 255+10+0=265 (35% of max value = 765). Red value is 255 (100% from 255 or 96.23% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0A00 is #00F5FF. Grayscale: #525252. Windows color (decimal): -62976 or 2815. OLE color: 2815.
HSL color Cylindrical-coordinate representation of color #FF0A00: hue angle of 2.35º 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 #FF0A00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0 |
| HSL | 2.35º | 1% | 0.5% | - |
| HSV(B) | 2.35º | 1% | 1% | - |
| XYZ | 41.35 | 21.48 | 1.97 | - |
| YUV | 82.12 | 81.67 | 251.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 0 | 0 | 0.96 | 1 | 0 | 2.35 | 1 | 0.5 |
| Hex | FF | A | 0 | 0 | 60 | 64 | 0 | 2 | 64 | 32 |
| Octal | 377 | 12 | 0 | 0 | 140 | 144 | 0 | 2 | 144 | 62 |
| Binary | 11111111 | 1010 | 0 | 0 | 1100000 | 1100100 | 0 | 10 | 1100100 | 110010 |
Color Harmonies of #FF0A00
Complementary color
Monochromatic Colors of #FF0A00
Black with #FF0A00
Text Example
Text Example
White with #FF0A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A00; }
p { color: rgb(255,10,0); }
H1.HeaderClassName
{
color: #FF0A00;
}
.AnyTagClassName
{
color: #FF0A00;
}
</style>
background-color css
<style>
a { background-color: #FF0A00; }
a { background-color: rgb(255,10,0); }
div.DivClassName
{
background-color: #FF0A00;
}
.BgClassName
{
background-color: #FF0A00;
}
</style>
border-color css
<style>
span { border-color: #FF0A00; }
span { border-color: rgb(255,10,0); }
td.TdClassName
{
border-color: #FF0A00;
}
.TagClassName
{
border-color: #FF0A00;
}
</style>