Shades of Venetian Red #CF0109
Tints of Venetian Red #CF0109
RGB
CMYK
RGB Variations
Color information
#CF0109 (or 0xCF0109) is known color: Venetian Red. HEX triplet: CF, 01 and 09. RGB value is (207,1,9). Sum of RGB (Red+Green+Blue) = 207+1+9=217 (28% of max value = 765). Red value is 207 (81.25% from 255 or 95.39% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0109 is #30FEF6. Grayscale: #3F3F3F. Windows color (decimal): -3210999 or 590287. OLE color: 590287.
HSL color Cylindrical-coordinate representation of color #CF0109: hue angle of 357.67º 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 #CF0109 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 9 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.19 |
| HSL | 357.67º | 0.99% | 0.41% | - |
| HSV(B) | 357.67º | 1% | 0.81% | - |
| XYZ | 25.79 | 13.31 | 1.47 | - |
| YUV | 63.51 | 97.25 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 9 | 0 | 1.00 | 0.96 | 0.19 | 357.67 | 0.99 | 0.41 |
| Hex | CF | 1 | 9 | 0 | 64 | 60 | 13 | 166 | 63 | 29 |
| Octal | 317 | 1 | 11 | 0 | 144 | 140 | 23 | 546 | 143 | 51 |
| Binary | 11001111 | 1 | 1001 | 0 | 1100100 | 1100000 | 10011 | 101100110 | 1100011 | 101001 |
Color Harmonies of #CF0109
Complementary color
Monochromatic Colors of #CF0109
Black with #CF0109
Text Example
Text Example
White with #CF0109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0109; }
p { color: rgb(207,1,9); }
H1.HeaderClassName
{
color: #CF0109;
}
.AnyTagClassName
{
color: #CF0109;
}
</style>
background-color css
<style>
a { background-color: #CF0109; }
a { background-color: rgb(207,1,9); }
div.DivClassName
{
background-color: #CF0109;
}
.BgClassName
{
background-color: #CF0109;
}
</style>
border-color css
<style>
span { border-color: #CF0109; }
span { border-color: rgb(207,1,9); }
td.TdClassName
{
border-color: #CF0109;
}
.TagClassName
{
border-color: #CF0109;
}
</style>