Shades of Red #FF0807
Tints of Red #FF0807
RGB
CMYK
RGB Variations
Color information
#FF0807 (or 0xFF0807) is known color: Red. HEX triplet: FF, 08 and 07. RGB value is (255,8,7). Sum of RGB (Red+Green+Blue) = 255+8+7=270 (35% of max value = 765). Red value is 255 (100% from 255 or 94.44% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0807 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0807 is #00F7F8. Grayscale: #515151. Windows color (decimal): -63481 or 461055. OLE color: 461055.
HSL color Cylindrical-coordinate representation of color #FF0807: hue angle of 0.24º 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 #FF0807 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 7 | - |
| CMYK | 0 | 0.97 | 0.97 | 0 |
| HSL | 0.24º | 1% | 0.51% | - |
| HSV(B) | 0.24º | 0.97% | 1% | - |
| XYZ | 41.37 | 21.45 | 2.16 | - |
| YUV | 81.74 | 85.83 | 251.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 7 | 0 | 0.97 | 0.97 | 0 | 0.24 | 1 | 0.51 |
| Hex | FF | 8 | 7 | 0 | 61 | 61 | 0 | 0 | 64 | 33 |
| Octal | 377 | 10 | 7 | 0 | 141 | 141 | 0 | 0 | 144 | 63 |
| Binary | 11111111 | 1000 | 111 | 0 | 1100001 | 1100001 | 0 | 0 | 1100100 | 110011 |
Color Harmonies of #FF0807
Complementary color
Monochromatic Colors of #FF0807
Black with #FF0807
Text Example
Text Example
White with #FF0807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0807; }
p { color: rgb(255,8,7); }
H1.HeaderClassName
{
color: #FF0807;
}
.AnyTagClassName
{
color: #FF0807;
}
</style>
background-color css
<style>
a { background-color: #FF0807; }
a { background-color: rgb(255,8,7); }
div.DivClassName
{
background-color: #FF0807;
}
.BgClassName
{
background-color: #FF0807;
}
</style>
border-color css
<style>
span { border-color: #FF0807; }
span { border-color: rgb(255,8,7); }
td.TdClassName
{
border-color: #FF0807;
}
.TagClassName
{
border-color: #FF0807;
}
</style>