Shades of Venetian Red #CF041E
Tints of Venetian Red #CF041E
RGB
CMYK
RGB Variations
Color information
#CF041E (or 0xCF041E) is known color: Venetian Red. HEX triplet: CF, 04 and 1E. RGB value is (207,4,30). Sum of RGB (Red+Green+Blue) = 207+4+30=241 (31% of max value = 765). Red value is 207 (81.25% from 255 or 85.89% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 207 - color contains mainly: red. Hex color #CF041E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF041E is #30FBE1. Grayscale: #434343. Windows color (decimal): -3210210 or 1967311. OLE color: 1967311.
HSL color Cylindrical-coordinate representation of color #CF041E: hue angle of 352.32º 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 #CF041E is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 30 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.19 |
| HSL | 352.32º | 0.96% | 0.41% | - |
| HSV(B) | 352.32º | 0.98% | 0.81% | - |
| XYZ | 26.01 | 13.45 | 2.45 | - |
| YUV | 67.66 | 106.75 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 30 | 0 | 0.98 | 0.86 | 0.19 | 352.32 | 0.96 | 0.41 |
| Hex | CF | 4 | 1E | 0 | 62 | 56 | 13 | 160 | 60 | 29 |
| Octal | 317 | 4 | 36 | 0 | 142 | 126 | 23 | 540 | 140 | 51 |
| Binary | 11001111 | 100 | 11110 | 0 | 1100010 | 1010110 | 10011 | 101100000 | 1100000 | 101001 |
Color Harmonies of #CF041E
Complementary color
Monochromatic Colors of #CF041E
Black with #CF041E
Text Example
Text Example
White with #CF041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF041E; }
p { color: rgb(207,4,30); }
H1.HeaderClassName
{
color: #CF041E;
}
.AnyTagClassName
{
color: #CF041E;
}
</style>
background-color css
<style>
a { background-color: #CF041E; }
a { background-color: rgb(207,4,30); }
div.DivClassName
{
background-color: #CF041E;
}
.BgClassName
{
background-color: #CF041E;
}
</style>
border-color css
<style>
span { border-color: #CF041E; }
span { border-color: rgb(207,4,30); }
td.TdClassName
{
border-color: #CF041E;
}
.TagClassName
{
border-color: #CF041E;
}
</style>