Shades of Venetian Red #CF0005
Tints of Venetian Red #CF0005
RGB
CMYK
RGB Variations
Color information
#CF0005 (or 0xCF0005) is known color: Venetian Red. HEX triplet: CF, 00 and 05. RGB value is (207,0,5). Sum of RGB (Red+Green+Blue) = 207+0+5=212 (28% of max value = 765). Red value is 207 (81.25% from 255 or 97.64% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0005 is #30FFFA. Grayscale: #3E3E3E. Windows color (decimal): -3211259 or 327887. OLE color: 327887.
HSL color Cylindrical-coordinate representation of color #CF0005: hue angle of 358.55º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0005 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.98 | 0.19 |
| HSL | 358.55º | 1% | 0.41% | - |
| HSV(B) | 358.55º | 1% | 0.81% | - |
| XYZ | 25.76 | 13.28 | 1.35 | - |
| YUV | 62.46 | 95.58 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 5 | 0 | 1 | 0.98 | 0.19 | 358.55 | 1 | 0.41 |
| Hex | CF | 0 | 5 | 0 | 64 | 62 | 13 | 167 | 64 | 29 |
| Octal | 317 | 0 | 5 | 0 | 144 | 142 | 23 | 547 | 144 | 51 |
| Binary | 11001111 | 0 | 101 | 0 | 1100100 | 1100010 | 10011 | 101100111 | 1100100 | 101001 |
Color Harmonies of #CF0005
Complementary color
Monochromatic Colors of #CF0005
Black with #CF0005
Text Example
Text Example
White with #CF0005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0005; }
p { color: rgb(207,0,5); }
H1.HeaderClassName
{
color: #CF0005;
}
.AnyTagClassName
{
color: #CF0005;
}
</style>
background-color css
<style>
a { background-color: #CF0005; }
a { background-color: rgb(207,0,5); }
div.DivClassName
{
background-color: #CF0005;
}
.BgClassName
{
background-color: #CF0005;
}
</style>
border-color css
<style>
span { border-color: #CF0005; }
span { border-color: rgb(207,0,5); }
td.TdClassName
{
border-color: #CF0005;
}
.TagClassName
{
border-color: #CF0005;
}
</style>