Shades of Venetian Red #CF0515
Tints of Venetian Red #CF0515
RGB
CMYK
RGB Variations
Color information
#CF0515 (or 0xCF0515) is known color: Venetian Red. HEX triplet: CF, 05 and 15. RGB value is (207,5,21). Sum of RGB (Red+Green+Blue) = 207+5+21=233 (30% of max value = 765). Red value is 207 (81.25% from 255 or 88.84% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0515 is #30FAEA. Grayscale: #434343. Windows color (decimal): -3209963 or 1377743. OLE color: 1377743.
HSL color Cylindrical-coordinate representation of color #CF0515: hue angle of 355.25º 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 #CF0515 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 21 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.19 |
| HSL | 355.25º | 0.95% | 0.42% | - |
| HSV(B) | 355.25º | 0.98% | 0.81% | - |
| XYZ | 25.92 | 13.43 | 1.94 | - |
| YUV | 67.22 | 101.92 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 21 | 0 | 0.98 | 0.90 | 0.19 | 355.25 | 0.95 | 0.42 |
| Hex | CF | 5 | 15 | 0 | 62 | 5A | 13 | 163 | 5F | 2A |
| Octal | 317 | 5 | 25 | 0 | 142 | 132 | 23 | 543 | 137 | 52 |
| Binary | 11001111 | 101 | 10101 | 0 | 1100010 | 1011010 | 10011 | 101100011 | 1011111 | 101010 |
Color Harmonies of #CF0515
Complementary color
Monochromatic Colors of #CF0515
Black with #CF0515
Text Example
Text Example
White with #CF0515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0515; }
p { color: rgb(207,5,21); }
H1.HeaderClassName
{
color: #CF0515;
}
.AnyTagClassName
{
color: #CF0515;
}
</style>
background-color css
<style>
a { background-color: #CF0515; }
a { background-color: rgb(207,5,21); }
div.DivClassName
{
background-color: #CF0515;
}
.BgClassName
{
background-color: #CF0515;
}
</style>
border-color css
<style>
span { border-color: #CF0515; }
span { border-color: rgb(207,5,21); }
td.TdClassName
{
border-color: #CF0515;
}
.TagClassName
{
border-color: #CF0515;
}
</style>