Shades of Venetian Red #CF0514
Tints of Venetian Red #CF0514
RGB
CMYK
RGB Variations
Color information
#CF0514 (or 0xCF0514) is known color: Venetian Red. HEX triplet: CF, 05 and 14. RGB value is (207,5,20). Sum of RGB (Red+Green+Blue) = 207+5+20=232 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.22% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0514 is #30FAEB. Grayscale: #434343. Windows color (decimal): -3209964 or 1312207. OLE color: 1312207.
HSL color Cylindrical-coordinate representation of color #CF0514: hue angle of 355.54º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0514 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 20 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.19 |
| HSL | 355.54º | 0.95% | 0.42% | - |
| HSV(B) | 355.54º | 0.98% | 0.81% | - |
| XYZ | 25.91 | 13.42 | 1.89 | - |
| YUV | 67.11 | 101.42 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 20 | 0 | 0.98 | 0.90 | 0.19 | 355.54 | 0.95 | 0.42 |
| Hex | CF | 5 | 14 | 0 | 62 | 5A | 13 | 164 | 5F | 2A |
| Octal | 317 | 5 | 24 | 0 | 142 | 132 | 23 | 544 | 137 | 52 |
| Binary | 11001111 | 101 | 10100 | 0 | 1100010 | 1011010 | 10011 | 101100100 | 1011111 | 101010 |
Color Harmonies of #CF0514
Complementary color
Monochromatic Colors of #CF0514
Black with #CF0514
Text Example
Text Example
White with #CF0514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0514; }
p { color: rgb(207,5,20); }
H1.HeaderClassName
{
color: #CF0514;
}
.AnyTagClassName
{
color: #CF0514;
}
</style>
background-color css
<style>
a { background-color: #CF0514; }
a { background-color: rgb(207,5,20); }
div.DivClassName
{
background-color: #CF0514;
}
.BgClassName
{
background-color: #CF0514;
}
</style>
border-color css
<style>
span { border-color: #CF0514; }
span { border-color: rgb(207,5,20); }
td.TdClassName
{
border-color: #CF0514;
}
.TagClassName
{
border-color: #CF0514;
}
</style>