Shades of Venetian Red #CF051D
Tints of Venetian Red #CF051D
RGB
CMYK
RGB Variations
Color information
#CF051D (or 0xCF051D) is known color: Venetian Red. HEX triplet: CF, 05 and 1D. RGB value is (207,5,29). Sum of RGB (Red+Green+Blue) = 207+5+29=241 (31% of max value = 765). Red value is 207 (81.25% from 255 or 85.89% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 207 - color contains mainly: red. Hex color #CF051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF051D is #30FAE2. Grayscale: #444444. Windows color (decimal): -3209955 or 1902031. OLE color: 1902031.
HSL color Cylindrical-coordinate representation of color #CF051D: hue angle of 352.87º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF051D is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 29 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.19 |
| HSL | 352.87º | 0.95% | 0.42% | - |
| HSV(B) | 352.87º | 0.98% | 0.81% | - |
| XYZ | 26.01 | 13.46 | 2.39 | - |
| YUV | 68.13 | 105.92 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 29 | 0 | 0.98 | 0.86 | 0.19 | 352.87 | 0.95 | 0.42 |
| Hex | CF | 5 | 1D | 0 | 62 | 56 | 13 | 161 | 5F | 2A |
| Octal | 317 | 5 | 35 | 0 | 142 | 126 | 23 | 541 | 137 | 52 |
| Binary | 11001111 | 101 | 11101 | 0 | 1100010 | 1010110 | 10011 | 101100001 | 1011111 | 101010 |
Color Harmonies of #CF051D
Complementary color
Monochromatic Colors of #CF051D
Black with #CF051D
Text Example
Text Example
White with #CF051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF051D; }
p { color: rgb(207,5,29); }
H1.HeaderClassName
{
color: #CF051D;
}
.AnyTagClassName
{
color: #CF051D;
}
</style>
background-color css
<style>
a { background-color: #CF051D; }
a { background-color: rgb(207,5,29); }
div.DivClassName
{
background-color: #CF051D;
}
.BgClassName
{
background-color: #CF051D;
}
</style>
border-color css
<style>
span { border-color: #CF051D; }
span { border-color: rgb(207,5,29); }
td.TdClassName
{
border-color: #CF051D;
}
.TagClassName
{
border-color: #CF051D;
}
</style>