Shades of Venetian Red #CF0120
Tints of Venetian Red #CF0120
RGB
CMYK
RGB Variations
Color information
#CF0120 (or 0xCF0120) is known color: Venetian Red. HEX triplet: CF, 01 and 20. RGB value is (207,1,32). Sum of RGB (Red+Green+Blue) = 207+1+32=240 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.25% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0120 is #30FEDF. Grayscale: #424242. Windows color (decimal): -3210976 or 2097615. OLE color: 2097615.
HSL color Cylindrical-coordinate representation of color #CF0120: hue angle of 350.97º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0120 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 32 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.19 |
| HSL | 350.97º | 0.99% | 0.41% | - |
| HSV(B) | 350.97º | 1% | 0.81% | - |
| XYZ | 26 | 13.39 | 2.58 | - |
| YUV | 66.13 | 108.75 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 32 | 0 | 1.00 | 0.85 | 0.19 | 350.97 | 0.99 | 0.41 |
| Hex | CF | 1 | 20 | 0 | 64 | 55 | 13 | 15F | 63 | 29 |
| Octal | 317 | 1 | 40 | 0 | 144 | 125 | 23 | 537 | 143 | 51 |
| Binary | 11001111 | 1 | 100000 | 0 | 1100100 | 1010101 | 10011 | 101011111 | 1100011 | 101001 |
Color Harmonies of #CF0120
Complementary color
Monochromatic Colors of #CF0120
Black with #CF0120
Text Example
Text Example
White with #CF0120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0120; }
p { color: rgb(207,1,32); }
H1.HeaderClassName
{
color: #CF0120;
}
.AnyTagClassName
{
color: #CF0120;
}
</style>
background-color css
<style>
a { background-color: #CF0120; }
a { background-color: rgb(207,1,32); }
div.DivClassName
{
background-color: #CF0120;
}
.BgClassName
{
background-color: #CF0120;
}
</style>
border-color css
<style>
span { border-color: #CF0120; }
span { border-color: rgb(207,1,32); }
td.TdClassName
{
border-color: #CF0120;
}
.TagClassName
{
border-color: #CF0120;
}
</style>