Shades of Venetian Red #CF040E
Tints of Venetian Red #CF040E
RGB
CMYK
RGB Variations
Color information
#CF040E (or 0xCF040E) is known color: Venetian Red. HEX triplet: CF, 04 and 0E. RGB value is (207,4,14). Sum of RGB (Red+Green+Blue) = 207+4+14=225 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 207 - color contains mainly: red. Hex color #CF040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF040E is #30FBF1. Grayscale: #424242. Windows color (decimal): -3210226 or 918735. OLE color: 918735.
HSL color Cylindrical-coordinate representation of color #CF040E: hue angle of 357.04º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF040E is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.19 |
| HSL | 357.04º | 0.96% | 0.41% | - |
| HSV(B) | 357.04º | 0.98% | 0.81% | - |
| XYZ | 25.85 | 13.38 | 1.64 | - |
| YUV | 65.84 | 98.75 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 14 | 0 | 0.98 | 0.93 | 0.19 | 357.04 | 0.96 | 0.41 |
| Hex | CF | 4 | E | 0 | 62 | 5D | 13 | 165 | 60 | 29 |
| Octal | 317 | 4 | 16 | 0 | 142 | 135 | 23 | 545 | 140 | 51 |
| Binary | 11001111 | 100 | 1110 | 0 | 1100010 | 1011101 | 10011 | 101100101 | 1100000 | 101001 |
Color Harmonies of #CF040E
Complementary color
Monochromatic Colors of #CF040E
Black with #CF040E
Text Example
Text Example
White with #CF040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF040E; }
p { color: rgb(207,4,14); }
H1.HeaderClassName
{
color: #CF040E;
}
.AnyTagClassName
{
color: #CF040E;
}
</style>
background-color css
<style>
a { background-color: #CF040E; }
a { background-color: rgb(207,4,14); }
div.DivClassName
{
background-color: #CF040E;
}
.BgClassName
{
background-color: #CF040E;
}
</style>
border-color css
<style>
span { border-color: #CF040E; }
span { border-color: rgb(207,4,14); }
td.TdClassName
{
border-color: #CF040E;
}
.TagClassName
{
border-color: #CF040E;
}
</style>