Shades of Venetian Red #CF0522
Tints of Venetian Red #CF0522
RGB
CMYK
RGB Variations
Color information
#CF0522 (or 0xCF0522) is known color: Venetian Red. HEX triplet: CF, 05 and 22. RGB value is (207,5,34). Sum of RGB (Red+Green+Blue) = 207+5+34=246 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.15% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0522 is #30FADD. Grayscale: #444444. Windows color (decimal): -3209950 or 2229711. OLE color: 2229711.
HSL color Cylindrical-coordinate representation of color #CF0522: hue angle of 351.39º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0522 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 34 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.19 |
| HSL | 351.39º | 0.95% | 0.42% | - |
| HSV(B) | 351.39º | 0.98% | 0.81% | - |
| XYZ | 26.08 | 13.49 | 2.74 | - |
| YUV | 68.7 | 108.42 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 34 | 0 | 0.98 | 0.84 | 0.19 | 351.39 | 0.95 | 0.42 |
| Hex | CF | 5 | 22 | 0 | 62 | 54 | 13 | 15F | 5F | 2A |
| Octal | 317 | 5 | 42 | 0 | 142 | 124 | 23 | 537 | 137 | 52 |
| Binary | 11001111 | 101 | 100010 | 0 | 1100010 | 1010100 | 10011 | 101011111 | 1011111 | 101010 |
Color Harmonies of #CF0522
Complementary color
Monochromatic Colors of #CF0522
Black with #CF0522
Text Example
Text Example
White with #CF0522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0522; }
p { color: rgb(207,5,34); }
H1.HeaderClassName
{
color: #CF0522;
}
.AnyTagClassName
{
color: #CF0522;
}
</style>
background-color css
<style>
a { background-color: #CF0522; }
a { background-color: rgb(207,5,34); }
div.DivClassName
{
background-color: #CF0522;
}
.BgClassName
{
background-color: #CF0522;
}
</style>
border-color css
<style>
span { border-color: #CF0522; }
span { border-color: rgb(207,5,34); }
td.TdClassName
{
border-color: #CF0522;
}
.TagClassName
{
border-color: #CF0522;
}
</style>