Shades of Venetian Red #CF061E
Tints of Venetian Red #CF061E
RGB
CMYK
RGB Variations
Color information
#CF061E (or 0xCF061E) is known color: Venetian Red. HEX triplet: CF, 06 and 1E. RGB value is (207,6,30). Sum of RGB (Red+Green+Blue) = 207+6+30=243 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.19% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 207 - color contains mainly: red. Hex color #CF061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF061E is #30F9E1. Grayscale: #444444. Windows color (decimal): -3209698 or 1967823. OLE color: 1967823.
HSL color Cylindrical-coordinate representation of color #CF061E: hue angle of 352.84º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF061E is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 30 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.19 |
| HSL | 352.84º | 0.94% | 0.42% | - |
| HSV(B) | 352.84º | 0.97% | 0.81% | - |
| XYZ | 26.03 | 13.49 | 2.46 | - |
| YUV | 68.84 | 106.09 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 30 | 0 | 0.97 | 0.86 | 0.19 | 352.84 | 0.94 | 0.42 |
| Hex | CF | 6 | 1E | 0 | 61 | 56 | 13 | 161 | 5E | 2A |
| Octal | 317 | 6 | 36 | 0 | 141 | 126 | 23 | 541 | 136 | 52 |
| Binary | 11001111 | 110 | 11110 | 0 | 1100001 | 1010110 | 10011 | 101100001 | 1011110 | 101010 |
Color Harmonies of #CF061E
Complementary color
Monochromatic Colors of #CF061E
Black with #CF061E
Text Example
Text Example
White with #CF061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF061E; }
p { color: rgb(207,6,30); }
H1.HeaderClassName
{
color: #CF061E;
}
.AnyTagClassName
{
color: #CF061E;
}
</style>
background-color css
<style>
a { background-color: #CF061E; }
a { background-color: rgb(207,6,30); }
div.DivClassName
{
background-color: #CF061E;
}
.BgClassName
{
background-color: #CF061E;
}
</style>
border-color css
<style>
span { border-color: #CF061E; }
span { border-color: rgb(207,6,30); }
td.TdClassName
{
border-color: #CF061E;
}
.TagClassName
{
border-color: #CF061E;
}
</style>