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