Shades of Venetian Red #CF0321
Tints of Venetian Red #CF0321
RGB
CMYK
RGB Variations
Color information
#CF0321 (or 0xCF0321) is known color: Venetian Red. HEX triplet: CF, 03 and 21. RGB value is (207,3,33). Sum of RGB (Red+Green+Blue) = 207+3+33=243 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.19% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0321 is #30FCDE. Grayscale: #434343. Windows color (decimal): -3210463 or 2163663. OLE color: 2163663.
HSL color Cylindrical-coordinate representation of color #CF0321: hue angle of 351.18º 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 #CF0321 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 33 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.19 |
| HSL | 351.18º | 0.97% | 0.41% | - |
| HSV(B) | 351.18º | 0.99% | 0.81% | - |
| XYZ | 26.04 | 13.44 | 2.66 | - |
| YUV | 67.42 | 108.59 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 33 | 0 | 0.99 | 0.84 | 0.19 | 351.18 | 0.97 | 0.41 |
| Hex | CF | 3 | 21 | 0 | 63 | 54 | 13 | 15F | 61 | 29 |
| Octal | 317 | 3 | 41 | 0 | 143 | 124 | 23 | 537 | 141 | 51 |
| Binary | 11001111 | 11 | 100001 | 0 | 1100011 | 1010100 | 10011 | 101011111 | 1100001 | 101001 |
Color Harmonies of #CF0321
Complementary color
Monochromatic Colors of #CF0321
Black with #CF0321
Text Example
Text Example
White with #CF0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0321; }
p { color: rgb(207,3,33); }
H1.HeaderClassName
{
color: #CF0321;
}
.AnyTagClassName
{
color: #CF0321;
}
</style>
background-color css
<style>
a { background-color: #CF0321; }
a { background-color: rgb(207,3,33); }
div.DivClassName
{
background-color: #CF0321;
}
.BgClassName
{
background-color: #CF0321;
}
</style>
border-color css
<style>
span { border-color: #CF0321; }
span { border-color: rgb(207,3,33); }
td.TdClassName
{
border-color: #CF0321;
}
.TagClassName
{
border-color: #CF0321;
}
</style>