Shades of Venetian Red #CF0614
Tints of Venetian Red #CF0614
RGB
CMYK
RGB Variations
Color information
#CF0614 (or 0xCF0614) is known color: Venetian Red. HEX triplet: CF, 06 and 14. RGB value is (207,6,20). Sum of RGB (Red+Green+Blue) = 207+6+20=233 (30% of max value = 765). Red value is 207 (81.25% from 255 or 88.84% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0614 is #30F9EB. Grayscale: #434343. Windows color (decimal): -3209708 or 1312463. OLE color: 1312463.
HSL color Cylindrical-coordinate representation of color #CF0614: hue angle of 355.82º degrees, saturation: 0.94, 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 #CF0614 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 20 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.19 |
| HSL | 355.82º | 0.94% | 0.42% | - |
| HSV(B) | 355.82º | 0.97% | 0.81% | - |
| XYZ | 25.92 | 13.45 | 1.89 | - |
| YUV | 67.7 | 101.09 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 20 | 0 | 0.97 | 0.90 | 0.19 | 355.82 | 0.94 | 0.42 |
| Hex | CF | 6 | 14 | 0 | 61 | 5A | 13 | 164 | 5E | 2A |
| Octal | 317 | 6 | 24 | 0 | 141 | 132 | 23 | 544 | 136 | 52 |
| Binary | 11001111 | 110 | 10100 | 0 | 1100001 | 1011010 | 10011 | 101100100 | 1011110 | 101010 |
Color Harmonies of #CF0614
Complementary color
Monochromatic Colors of #CF0614
Black with #CF0614
Text Example
Text Example
White with #CF0614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0614; }
p { color: rgb(207,6,20); }
H1.HeaderClassName
{
color: #CF0614;
}
.AnyTagClassName
{
color: #CF0614;
}
</style>
background-color css
<style>
a { background-color: #CF0614; }
a { background-color: rgb(207,6,20); }
div.DivClassName
{
background-color: #CF0614;
}
.BgClassName
{
background-color: #CF0614;
}
</style>
border-color css
<style>
span { border-color: #CF0614; }
span { border-color: rgb(207,6,20); }
td.TdClassName
{
border-color: #CF0614;
}
.TagClassName
{
border-color: #CF0614;
}
</style>