Shades of Venetian Red #CF000B
Tints of Venetian Red #CF000B
RGB
CMYK
RGB Variations
Color information
#CF000B (or 0xCF000B) is known color: Venetian Red. HEX triplet: CF, 00 and 0B. RGB value is (207,0,11). Sum of RGB (Red+Green+Blue) = 207+0+11=218 (28% of max value = 765). Red value is 207 (81.25% from 255 or 94.95% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 207 - color contains mainly: red. Hex color #CF000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF000B is #30FFF4. Grayscale: #3F3F3F. Windows color (decimal): -3211253 or 721103. OLE color: 721103.
HSL color Cylindrical-coordinate representation of color #CF000B: hue angle of 356.81º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.19 |
| HSL | 356.81º | 1% | 0.41% | - |
| HSV(B) | 356.81º | 1% | 0.81% | - |
| XYZ | 25.79 | 13.29 | 1.52 | - |
| YUV | 63.15 | 98.58 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 11 | 0 | 1 | 0.95 | 0.19 | 356.81 | 1 | 0.41 |
| Hex | CF | 0 | B | 0 | 64 | 5F | 13 | 165 | 64 | 29 |
| Octal | 317 | 0 | 13 | 0 | 144 | 137 | 23 | 545 | 144 | 51 |
| Binary | 11001111 | 0 | 1011 | 0 | 1100100 | 1011111 | 10011 | 101100101 | 1100100 | 101001 |
Color Harmonies of #CF000B
Complementary color
Monochromatic Colors of #CF000B
Black with #CF000B
Text Example
Text Example
White with #CF000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF000B; }
p { color: rgb(207,0,11); }
H1.HeaderClassName
{
color: #CF000B;
}
.AnyTagClassName
{
color: #CF000B;
}
</style>
background-color css
<style>
a { background-color: #CF000B; }
a { background-color: rgb(207,0,11); }
div.DivClassName
{
background-color: #CF000B;
}
.BgClassName
{
background-color: #CF000B;
}
</style>
border-color css
<style>
span { border-color: #CF000B; }
span { border-color: rgb(207,0,11); }
td.TdClassName
{
border-color: #CF000B;
}
.TagClassName
{
border-color: #CF000B;
}
</style>