Shades of Venetian Red #CF031E
Tints of Venetian Red #CF031E
RGB
CMYK
RGB Variations
Color information
#CF031E (or 0xCF031E) is known color: Venetian Red. HEX triplet: CF, 03 and 1E. RGB value is (207,3,30). Sum of RGB (Red+Green+Blue) = 207+3+30=240 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.25% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 207 - color contains mainly: red. Hex color #CF031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF031E is #30FCE1. Grayscale: #434343. Windows color (decimal): -3210466 or 1967055. OLE color: 1967055.
HSL color Cylindrical-coordinate representation of color #CF031E: hue angle of 352.06º 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 #CF031E is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 30 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.19 |
| HSL | 352.06º | 0.97% | 0.41% | - |
| HSV(B) | 352.06º | 0.99% | 0.81% | - |
| XYZ | 26 | 13.42 | 2.45 | - |
| YUV | 67.07 | 107.09 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 30 | 0 | 0.99 | 0.86 | 0.19 | 352.06 | 0.97 | 0.41 |
| Hex | CF | 3 | 1E | 0 | 63 | 56 | 13 | 160 | 61 | 29 |
| Octal | 317 | 3 | 36 | 0 | 143 | 126 | 23 | 540 | 141 | 51 |
| Binary | 11001111 | 11 | 11110 | 0 | 1100011 | 1010110 | 10011 | 101100000 | 1100001 | 101001 |
Color Harmonies of #CF031E
Complementary color
Monochromatic Colors of #CF031E
Black with #CF031E
Text Example
Text Example
White with #CF031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF031E; }
p { color: rgb(207,3,30); }
H1.HeaderClassName
{
color: #CF031E;
}
.AnyTagClassName
{
color: #CF031E;
}
</style>
background-color css
<style>
a { background-color: #CF031E; }
a { background-color: rgb(207,3,30); }
div.DivClassName
{
background-color: #CF031E;
}
.BgClassName
{
background-color: #CF031E;
}
</style>
border-color css
<style>
span { border-color: #CF031E; }
span { border-color: rgb(207,3,30); }
td.TdClassName
{
border-color: #CF031E;
}
.TagClassName
{
border-color: #CF031E;
}
</style>