Shades of Venetian Red #CF0715
Tints of Venetian Red #CF0715
RGB
CMYK
RGB Variations
Color information
#CF0715 (or 0xCF0715) is known color: Venetian Red. HEX triplet: CF, 07 and 15. RGB value is (207,7,21). Sum of RGB (Red+Green+Blue) = 207+7+21=235 (31% of max value = 765). Red value is 207 (81.25% from 255 or 88.09% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0715 is #30F8EA. Grayscale: #444444. Windows color (decimal): -3209451 or 1378255. OLE color: 1378255.
HSL color Cylindrical-coordinate representation of color #CF0715: hue angle of 355.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0715 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 21 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.19 |
| HSL | 355.8º | 0.93% | 0.42% | - |
| HSV(B) | 355.8º | 0.97% | 0.81% | - |
| XYZ | 25.94 | 13.47 | 1.94 | - |
| YUV | 68.4 | 101.26 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 21 | 0 | 0.97 | 0.90 | 0.19 | 355.8 | 0.93 | 0.42 |
| Hex | CF | 7 | 15 | 0 | 61 | 5A | 13 | 164 | 5D | 2A |
| Octal | 317 | 7 | 25 | 0 | 141 | 132 | 23 | 544 | 135 | 52 |
| Binary | 11001111 | 111 | 10101 | 0 | 1100001 | 1011010 | 10011 | 101100100 | 1011101 | 101010 |
Color Harmonies of #CF0715
Complementary color
Monochromatic Colors of #CF0715
Black with #CF0715
Text Example
Text Example
White with #CF0715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0715; }
p { color: rgb(207,7,21); }
H1.HeaderClassName
{
color: #CF0715;
}
.AnyTagClassName
{
color: #CF0715;
}
</style>
background-color css
<style>
a { background-color: #CF0715; }
a { background-color: rgb(207,7,21); }
div.DivClassName
{
background-color: #CF0715;
}
.BgClassName
{
background-color: #CF0715;
}
</style>
border-color css
<style>
span { border-color: #CF0715; }
span { border-color: rgb(207,7,21); }
td.TdClassName
{
border-color: #CF0715;
}
.TagClassName
{
border-color: #CF0715;
}
</style>