Shades of Venetian Red #CF041C
Tints of Venetian Red #CF041C
RGB
CMYK
RGB Variations
Color information
#CF041C (or 0xCF041C) is known color: Venetian Red. HEX triplet: CF, 04 and 1C. RGB value is (207,4,28). Sum of RGB (Red+Green+Blue) = 207+4+28=239 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.61% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 207 - color contains mainly: red. Hex color #CF041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF041C is #30FBE3. Grayscale: #434343. Windows color (decimal): -3210212 or 1836239. OLE color: 1836239.
HSL color Cylindrical-coordinate representation of color #CF041C: hue angle of 352.91º 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 #CF041C is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 28 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.19 |
| HSL | 352.91º | 0.96% | 0.41% | - |
| HSV(B) | 352.91º | 0.98% | 0.81% | - |
| XYZ | 25.99 | 13.44 | 2.32 | - |
| YUV | 67.43 | 105.75 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 28 | 0 | 0.98 | 0.86 | 0.19 | 352.91 | 0.96 | 0.41 |
| Hex | CF | 4 | 1C | 0 | 62 | 56 | 13 | 161 | 60 | 29 |
| Octal | 317 | 4 | 34 | 0 | 142 | 126 | 23 | 541 | 140 | 51 |
| Binary | 11001111 | 100 | 11100 | 0 | 1100010 | 1010110 | 10011 | 101100001 | 1100000 | 101001 |
Color Harmonies of #CF041C
Complementary color
Monochromatic Colors of #CF041C
Black with #CF041C
Text Example
Text Example
White with #CF041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF041C; }
p { color: rgb(207,4,28); }
H1.HeaderClassName
{
color: #CF041C;
}
.AnyTagClassName
{
color: #CF041C;
}
</style>
background-color css
<style>
a { background-color: #CF041C; }
a { background-color: rgb(207,4,28); }
div.DivClassName
{
background-color: #CF041C;
}
.BgClassName
{
background-color: #CF041C;
}
</style>
border-color css
<style>
span { border-color: #CF041C; }
span { border-color: rgb(207,4,28); }
td.TdClassName
{
border-color: #CF041C;
}
.TagClassName
{
border-color: #CF041C;
}
</style>