Shades of Venetian Red #CF0007
Tints of Venetian Red #CF0007
RGB
CMYK
RGB Variations
Color information
#CF0007 (or 0xCF0007) is known color: Venetian Red. HEX triplet: CF, 00 and 07. RGB value is (207,0,7). Sum of RGB (Red+Green+Blue) = 207+0+7=214 (28% of max value = 765). Red value is 207 (81.25% from 255 or 96.73% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0007 is #30FFF8. Grayscale: #3E3E3E. Windows color (decimal): -3211257 or 458959. OLE color: 458959.
HSL color Cylindrical-coordinate representation of color #CF0007: hue angle of 357.97º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0007 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.97 | 0.19 |
| HSL | 357.97º | 1% | 0.41% | - |
| HSV(B) | 357.97º | 1% | 0.81% | - |
| XYZ | 25.77 | 13.28 | 1.41 | - |
| YUV | 62.69 | 96.58 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 7 | 0 | 1 | 0.97 | 0.19 | 357.97 | 1 | 0.41 |
| Hex | CF | 0 | 7 | 0 | 64 | 61 | 13 | 166 | 64 | 29 |
| Octal | 317 | 0 | 7 | 0 | 144 | 141 | 23 | 546 | 144 | 51 |
| Binary | 11001111 | 0 | 111 | 0 | 1100100 | 1100001 | 10011 | 101100110 | 1100100 | 101001 |
Color Harmonies of #CF0007
Complementary color
Monochromatic Colors of #CF0007
Black with #CF0007
Text Example
Text Example
White with #CF0007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0007; }
p { color: rgb(207,0,7); }
H1.HeaderClassName
{
color: #CF0007;
}
.AnyTagClassName
{
color: #CF0007;
}
</style>
background-color css
<style>
a { background-color: #CF0007; }
a { background-color: rgb(207,0,7); }
div.DivClassName
{
background-color: #CF0007;
}
.BgClassName
{
background-color: #CF0007;
}
</style>
border-color css
<style>
span { border-color: #CF0007; }
span { border-color: rgb(207,0,7); }
td.TdClassName
{
border-color: #CF0007;
}
.TagClassName
{
border-color: #CF0007;
}
</style>