Shades of Venetian Red #CF011F
Tints of Venetian Red #CF011F
RGB
CMYK
RGB Variations
Color information
#CF011F (or 0xCF011F) is known color: Venetian Red. HEX triplet: CF, 01 and 1F. RGB value is (207,1,31). Sum of RGB (Red+Green+Blue) = 207+1+31=239 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.61% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 207 - color contains mainly: red. Hex color #CF011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF011F is #30FEE0. Grayscale: #424242. Windows color (decimal): -3210977 or 2032079. OLE color: 2032079.
HSL color Cylindrical-coordinate representation of color #CF011F: hue angle of 351.26º 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 #CF011F is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.19 |
| HSL | 351.26º | 0.99% | 0.41% | - |
| HSV(B) | 351.26º | 1% | 0.81% | - |
| XYZ | 25.99 | 13.39 | 2.51 | - |
| YUV | 66.01 | 108.25 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 31 | 0 | 1.00 | 0.85 | 0.19 | 351.26 | 0.99 | 0.41 |
| Hex | CF | 1 | 1F | 0 | 64 | 55 | 13 | 15F | 63 | 29 |
| Octal | 317 | 1 | 37 | 0 | 144 | 125 | 23 | 537 | 143 | 51 |
| Binary | 11001111 | 1 | 11111 | 0 | 1100100 | 1010101 | 10011 | 101011111 | 1100011 | 101001 |
Color Harmonies of #CF011F
Complementary color
Monochromatic Colors of #CF011F
Black with #CF011F
Text Example
Text Example
White with #CF011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF011F; }
p { color: rgb(207,1,31); }
H1.HeaderClassName
{
color: #CF011F;
}
.AnyTagClassName
{
color: #CF011F;
}
</style>
background-color css
<style>
a { background-color: #CF011F; }
a { background-color: rgb(207,1,31); }
div.DivClassName
{
background-color: #CF011F;
}
.BgClassName
{
background-color: #CF011F;
}
</style>
border-color css
<style>
span { border-color: #CF011F; }
span { border-color: rgb(207,1,31); }
td.TdClassName
{
border-color: #CF011F;
}
.TagClassName
{
border-color: #CF011F;
}
</style>