Shades of Venetian Red #CF0311
Tints of Venetian Red #CF0311
RGB
CMYK
RGB Variations
Color information
#CF0311 (or 0xCF0311) is known color: Venetian Red. HEX triplet: CF, 03 and 11. RGB value is (207,3,17). Sum of RGB (Red+Green+Blue) = 207+3+17=227 (30% of max value = 765). Red value is 207 (81.25% from 255 or 91.19% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0311 is #30FCEE. Grayscale: #414141. Windows color (decimal): -3210479 or 1115087. OLE color: 1115087.
HSL color Cylindrical-coordinate representation of color #CF0311: hue angle of 355.88º degrees, saturation: 0.97, 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 #CF0311 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 17 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.19 |
| HSL | 355.88º | 0.97% | 0.41% | - |
| HSV(B) | 355.88º | 0.99% | 0.81% | - |
| XYZ | 25.87 | 13.37 | 1.75 | - |
| YUV | 65.59 | 100.59 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 17 | 0 | 0.99 | 0.92 | 0.19 | 355.88 | 0.97 | 0.41 |
| Hex | CF | 3 | 11 | 0 | 63 | 5C | 13 | 164 | 61 | 29 |
| Octal | 317 | 3 | 21 | 0 | 143 | 134 | 23 | 544 | 141 | 51 |
| Binary | 11001111 | 11 | 10001 | 0 | 1100011 | 1011100 | 10011 | 101100100 | 1100001 | 101001 |
Color Harmonies of #CF0311
Complementary color
Monochromatic Colors of #CF0311
Black with #CF0311
Text Example
Text Example
White with #CF0311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0311; }
p { color: rgb(207,3,17); }
H1.HeaderClassName
{
color: #CF0311;
}
.AnyTagClassName
{
color: #CF0311;
}
</style>
background-color css
<style>
a { background-color: #CF0311; }
a { background-color: rgb(207,3,17); }
div.DivClassName
{
background-color: #CF0311;
}
.BgClassName
{
background-color: #CF0311;
}
</style>
border-color css
<style>
span { border-color: #CF0311; }
span { border-color: rgb(207,3,17); }
td.TdClassName
{
border-color: #CF0311;
}
.TagClassName
{
border-color: #CF0311;
}
</style>