Shades of Venetian Red #CF070D
Tints of Venetian Red #CF070D
RGB
CMYK
RGB Variations
Color information
#CF070D (or 0xCF070D) is known color: Venetian Red. HEX triplet: CF, 07 and 0D. RGB value is (207,7,13). Sum of RGB (Red+Green+Blue) = 207+7+13=227 (30% of max value = 765). Red value is 207 (81.25% from 255 or 91.19% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 207 - color contains mainly: red. Hex color #CF070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF070D is #30F8F2. Grayscale: #434343. Windows color (decimal): -3209459 or 853967. OLE color: 853967.
HSL color Cylindrical-coordinate representation of color #CF070D: hue angle of 358.2º degrees, saturation: 0.93, 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 #CF070D is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 13 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.19 |
| HSL | 358.2º | 0.93% | 0.42% | - |
| HSV(B) | 358.2º | 0.97% | 0.81% | - |
| XYZ | 25.88 | 13.45 | 1.61 | - |
| YUV | 67.48 | 97.26 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 13 | 0 | 0.97 | 0.94 | 0.19 | 358.2 | 0.93 | 0.42 |
| Hex | CF | 7 | D | 0 | 61 | 5E | 13 | 166 | 5D | 2A |
| Octal | 317 | 7 | 15 | 0 | 141 | 136 | 23 | 546 | 135 | 52 |
| Binary | 11001111 | 111 | 1101 | 0 | 1100001 | 1011110 | 10011 | 101100110 | 1011101 | 101010 |
Color Harmonies of #CF070D
Complementary color
Monochromatic Colors of #CF070D
Black with #CF070D
Text Example
Text Example
White with #CF070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF070D; }
p { color: rgb(207,7,13); }
H1.HeaderClassName
{
color: #CF070D;
}
.AnyTagClassName
{
color: #CF070D;
}
</style>
background-color css
<style>
a { background-color: #CF070D; }
a { background-color: rgb(207,7,13); }
div.DivClassName
{
background-color: #CF070D;
}
.BgClassName
{
background-color: #CF070D;
}
</style>
border-color css
<style>
span { border-color: #CF070D; }
span { border-color: rgb(207,7,13); }
td.TdClassName
{
border-color: #CF070D;
}
.TagClassName
{
border-color: #CF070D;
}
</style>