Shades of Red #FF0C07
Tints of Red #FF0C07
RGB
CMYK
RGB Variations
Color information
#FF0C07 (or 0xFF0C07) is known color: Red. HEX triplet: FF, 0C and 07. RGB value is (255,12,7). Sum of RGB (Red+Green+Blue) = 255+12+7=274 (36% of max value = 765). Red value is 255 (100% from 255 or 93.07% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0C07 is #00F3F8. Grayscale: #545454. Windows color (decimal): -62457 or 462079. OLE color: 462079.
HSL color Cylindrical-coordinate representation of color #FF0C07: hue angle of 1.21º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0C07 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 7 | - |
| CMYK | 0 | 0.95 | 0.97 | 0 |
| HSL | 1.21º | 1% | 0.51% | - |
| HSV(B) | 1.21º | 0.97% | 1% | - |
| XYZ | 41.41 | 21.54 | 2.18 | - |
| YUV | 84.09 | 84.51 | 249.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 7 | 0 | 0.95 | 0.97 | 0 | 1.21 | 1 | 0.51 |
| Hex | FF | C | 7 | 0 | 5F | 61 | 0 | 1 | 64 | 33 |
| Octal | 377 | 14 | 7 | 0 | 137 | 141 | 0 | 1 | 144 | 63 |
| Binary | 11111111 | 1100 | 111 | 0 | 1011111 | 1100001 | 0 | 1 | 1100100 | 110011 |
Color Harmonies of #FF0C07
Complementary color
Monochromatic Colors of #FF0C07
Black with #FF0C07
Text Example
Text Example
White with #FF0C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C07; }
p { color: rgb(255,12,7); }
H1.HeaderClassName
{
color: #FF0C07;
}
.AnyTagClassName
{
color: #FF0C07;
}
</style>
background-color css
<style>
a { background-color: #FF0C07; }
a { background-color: rgb(255,12,7); }
div.DivClassName
{
background-color: #FF0C07;
}
.BgClassName
{
background-color: #FF0C07;
}
</style>
border-color css
<style>
span { border-color: #FF0C07; }
span { border-color: rgb(255,12,7); }
td.TdClassName
{
border-color: #FF0C07;
}
.TagClassName
{
border-color: #FF0C07;
}
</style>