Shades of Venetian Red #CF0020
Tints of Venetian Red #CF0020
RGB
CMYK
RGB Variations
Color information
#CF0020 (or 0xCF0020) is known color: Venetian Red. HEX triplet: CF, 00 and 20. RGB value is (207,0,32). Sum of RGB (Red+Green+Blue) = 207+0+32=239 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.61% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0020 is #30FFDF. Grayscale: #414141. Windows color (decimal): -3211232 or 2097359. OLE color: 2097359.
HSL color Cylindrical-coordinate representation of color #CF0020: hue angle of 350.72º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0020 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.85 | 0.19 |
| HSL | 350.72º | 1% | 0.41% | - |
| HSV(B) | 350.72º | 1% | 0.81% | - |
| XYZ | 25.99 | 13.37 | 2.58 | - |
| YUV | 65.54 | 109.08 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 32 | 0 | 1 | 0.85 | 0.19 | 350.72 | 1 | 0.41 |
| Hex | CF | 0 | 20 | 0 | 64 | 55 | 13 | 15F | 64 | 29 |
| Octal | 317 | 0 | 40 | 0 | 144 | 125 | 23 | 537 | 144 | 51 |
| Binary | 11001111 | 0 | 100000 | 0 | 1100100 | 1010101 | 10011 | 101011111 | 1100100 | 101001 |
Color Harmonies of #CF0020
Complementary color
Monochromatic Colors of #CF0020
Black with #CF0020
Text Example
Text Example
White with #CF0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0020; }
p { color: rgb(207,0,32); }
H1.HeaderClassName
{
color: #CF0020;
}
.AnyTagClassName
{
color: #CF0020;
}
</style>
background-color css
<style>
a { background-color: #CF0020; }
a { background-color: rgb(207,0,32); }
div.DivClassName
{
background-color: #CF0020;
}
.BgClassName
{
background-color: #CF0020;
}
</style>
border-color css
<style>
span { border-color: #CF0020; }
span { border-color: rgb(207,0,32); }
td.TdClassName
{
border-color: #CF0020;
}
.TagClassName
{
border-color: #CF0020;
}
</style>