Shades of Venetian Red #CF0322
Tints of Venetian Red #CF0322
RGB
CMYK
RGB Variations
Color information
#CF0322 (or 0xCF0322) is known color: Venetian Red. HEX triplet: CF, 03 and 22. RGB value is (207,3,34). Sum of RGB (Red+Green+Blue) = 207+3+34=244 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.84% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 34 (13.67% from 255 or 13.93% from 244); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0322 is #30FCDD. Grayscale: #434343. Windows color (decimal): -3210462 or 2229199. OLE color: 2229199.
HSL color Cylindrical-coordinate representation of color #CF0322: hue angle of 350.88º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0322 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 34 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.19 |
| HSL | 350.88º | 0.97% | 0.41% | - |
| HSV(B) | 350.88º | 0.99% | 0.81% | - |
| XYZ | 26.05 | 13.45 | 2.74 | - |
| YUV | 67.53 | 109.09 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 34 | 0 | 0.99 | 0.84 | 0.19 | 350.88 | 0.97 | 0.41 |
| Hex | CF | 3 | 22 | 0 | 63 | 54 | 13 | 15F | 61 | 29 |
| Octal | 317 | 3 | 42 | 0 | 143 | 124 | 23 | 537 | 141 | 51 |
| Binary | 11001111 | 11 | 100010 | 0 | 1100011 | 1010100 | 10011 | 101011111 | 1100001 | 101001 |
Color Harmonies of #CF0322
Complementary color
Monochromatic Colors of #CF0322
Black with #CF0322
Text Example
Text Example
White with #CF0322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0322; }
p { color: rgb(207,3,34); }
H1.HeaderClassName
{
color: #CF0322;
}
.AnyTagClassName
{
color: #CF0322;
}
</style>
background-color css
<style>
a { background-color: #CF0322; }
a { background-color: rgb(207,3,34); }
div.DivClassName
{
background-color: #CF0322;
}
.BgClassName
{
background-color: #CF0322;
}
</style>
border-color css
<style>
span { border-color: #CF0322; }
span { border-color: rgb(207,3,34); }
td.TdClassName
{
border-color: #CF0322;
}
.TagClassName
{
border-color: #CF0322;
}
</style>