Shades of Venetian Red #CF011D
Tints of Venetian Red #CF011D
RGB
CMYK
RGB Variations
Color information
#CF011D (or 0xCF011D) is known color: Venetian Red. HEX triplet: CF, 01 and 1D. RGB value is (207,1,29). Sum of RGB (Red+Green+Blue) = 207+1+29=237 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.34% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 207 - color contains mainly: red. Hex color #CF011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF011D is #30FEE2. Grayscale: #414141. Windows color (decimal): -3210979 or 1901007. OLE color: 1901007.
HSL color Cylindrical-coordinate representation of color #CF011D: hue angle of 351.84º 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 #CF011D is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.19 |
| HSL | 351.84º | 0.99% | 0.41% | - |
| HSV(B) | 351.84º | 1% | 0.81% | - |
| XYZ | 25.96 | 13.38 | 2.38 | - |
| YUV | 65.79 | 107.25 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 29 | 0 | 1.00 | 0.86 | 0.19 | 351.84 | 0.99 | 0.41 |
| Hex | CF | 1 | 1D | 0 | 64 | 56 | 13 | 160 | 63 | 29 |
| Octal | 317 | 1 | 35 | 0 | 144 | 126 | 23 | 540 | 143 | 51 |
| Binary | 11001111 | 1 | 11101 | 0 | 1100100 | 1010110 | 10011 | 101100000 | 1100011 | 101001 |
Color Harmonies of #CF011D
Complementary color
Monochromatic Colors of #CF011D
Black with #CF011D
Text Example
Text Example
White with #CF011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF011D; }
p { color: rgb(207,1,29); }
H1.HeaderClassName
{
color: #CF011D;
}
.AnyTagClassName
{
color: #CF011D;
}
</style>
background-color css
<style>
a { background-color: #CF011D; }
a { background-color: rgb(207,1,29); }
div.DivClassName
{
background-color: #CF011D;
}
.BgClassName
{
background-color: #CF011D;
}
</style>
border-color css
<style>
span { border-color: #CF011D; }
span { border-color: rgb(207,1,29); }
td.TdClassName
{
border-color: #CF011D;
}
.TagClassName
{
border-color: #CF011D;
}
</style>