Shades of Venetian Red #CF1015
Tints of Venetian Red #CF1015
RGB
CMYK
RGB Variations
Color information
#CF1015 (or 0xCF1015) is known color: Venetian Red. HEX triplet: CF, 10 and 15. RGB value is (207,16,21). Sum of RGB (Red+Green+Blue) = 207+16+21=244 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.84% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1015 is #30EFEA. Grayscale: #494949. Windows color (decimal): -3207147 or 1380559. OLE color: 1380559.
HSL color Cylindrical-coordinate representation of color #CF1015: hue angle of 358.43º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1015 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 21 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.19 |
| HSL | 358.43º | 0.86% | 0.44% | - |
| HSV(B) | 358.43º | 0.92% | 0.81% | - |
| XYZ | 26.05 | 13.69 | 1.98 | - |
| YUV | 73.68 | 98.28 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 21 | 0 | 0.92 | 0.90 | 0.19 | 358.43 | 0.86 | 0.44 |
| Hex | CF | 10 | 15 | 0 | 5C | 5A | 13 | 166 | 56 | 2C |
| Octal | 317 | 20 | 25 | 0 | 134 | 132 | 23 | 546 | 126 | 54 |
| Binary | 11001111 | 10000 | 10101 | 0 | 1011100 | 1011010 | 10011 | 101100110 | 1010110 | 101100 |
Color Harmonies of #CF1015
Complementary color
Monochromatic Colors of #CF1015
Black with #CF1015
Text Example
Text Example
White with #CF1015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1015; }
p { color: rgb(207,16,21); }
H1.HeaderClassName
{
color: #CF1015;
}
.AnyTagClassName
{
color: #CF1015;
}
</style>
background-color css
<style>
a { background-color: #CF1015; }
a { background-color: rgb(207,16,21); }
div.DivClassName
{
background-color: #CF1015;
}
.BgClassName
{
background-color: #CF1015;
}
</style>
border-color css
<style>
span { border-color: #CF1015; }
span { border-color: rgb(207,16,21); }
td.TdClassName
{
border-color: #CF1015;
}
.TagClassName
{
border-color: #CF1015;
}
</style>