Shades of Venetian Red #CF0221
Tints of Venetian Red #CF0221
RGB
CMYK
RGB Variations
Color information
#CF0221 (or 0xCF0221) is known color: Venetian Red. HEX triplet: CF, 02 and 21. RGB value is (207,2,33). Sum of RGB (Red+Green+Blue) = 207+2+33=242 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.54% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0221 is #30FDDE. Grayscale: #424242. Windows color (decimal): -3210719 or 2163407. OLE color: 2163407.
HSL color Cylindrical-coordinate representation of color #CF0221: hue angle of 350.93º degrees, saturation: 0.98, 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 #CF0221 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.19 |
| HSL | 350.93º | 0.98% | 0.41% | - |
| HSV(B) | 350.93º | 0.99% | 0.81% | - |
| XYZ | 26.03 | 13.42 | 2.66 | - |
| YUV | 66.83 | 108.92 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 33 | 0 | 0.99 | 0.84 | 0.19 | 350.93 | 0.98 | 0.41 |
| Hex | CF | 2 | 21 | 0 | 63 | 54 | 13 | 15F | 62 | 29 |
| Octal | 317 | 2 | 41 | 0 | 143 | 124 | 23 | 537 | 142 | 51 |
| Binary | 11001111 | 10 | 100001 | 0 | 1100011 | 1010100 | 10011 | 101011111 | 1100010 | 101001 |
Color Harmonies of #CF0221
Complementary color
Monochromatic Colors of #CF0221
Black with #CF0221
Text Example
Text Example
White with #CF0221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0221; }
p { color: rgb(207,2,33); }
H1.HeaderClassName
{
color: #CF0221;
}
.AnyTagClassName
{
color: #CF0221;
}
</style>
background-color css
<style>
a { background-color: #CF0221; }
a { background-color: rgb(207,2,33); }
div.DivClassName
{
background-color: #CF0221;
}
.BgClassName
{
background-color: #CF0221;
}
</style>
border-color css
<style>
span { border-color: #CF0221; }
span { border-color: rgb(207,2,33); }
td.TdClassName
{
border-color: #CF0221;
}
.TagClassName
{
border-color: #CF0221;
}
</style>