Shades of Venetian Red #CF0621
Tints of Venetian Red #CF0621
RGB
CMYK
RGB Variations
Color information
#CF0621 (or 0xCF0621) is known color: Venetian Red. HEX triplet: CF, 06 and 21. RGB value is (207,6,33). Sum of RGB (Red+Green+Blue) = 207+6+33=246 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.15% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0621 is #30F9DE. Grayscale: #454545. Windows color (decimal): -3209695 or 2164431. OLE color: 2164431.
HSL color Cylindrical-coordinate representation of color #CF0621: hue angle of 351.94º 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 #CF0621 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 33 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.19 |
| HSL | 351.94º | 0.94% | 0.42% | - |
| HSV(B) | 351.94º | 0.97% | 0.81% | - |
| XYZ | 26.07 | 13.51 | 2.67 | - |
| YUV | 69.18 | 107.59 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 33 | 0 | 0.97 | 0.84 | 0.19 | 351.94 | 0.94 | 0.42 |
| Hex | CF | 6 | 21 | 0 | 61 | 54 | 13 | 160 | 5E | 2A |
| Octal | 317 | 6 | 41 | 0 | 141 | 124 | 23 | 540 | 136 | 52 |
| Binary | 11001111 | 110 | 100001 | 0 | 1100001 | 1010100 | 10011 | 101100000 | 1011110 | 101010 |
Color Harmonies of #CF0621
Complementary color
Monochromatic Colors of #CF0621
Black with #CF0621
Text Example
Text Example
White with #CF0621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0621; }
p { color: rgb(207,6,33); }
H1.HeaderClassName
{
color: #CF0621;
}
.AnyTagClassName
{
color: #CF0621;
}
</style>
background-color css
<style>
a { background-color: #CF0621; }
a { background-color: rgb(207,6,33); }
div.DivClassName
{
background-color: #CF0621;
}
.BgClassName
{
background-color: #CF0621;
}
</style>
border-color css
<style>
span { border-color: #CF0621; }
span { border-color: rgb(207,6,33); }
td.TdClassName
{
border-color: #CF0621;
}
.TagClassName
{
border-color: #CF0621;
}
</style>