Shades of Venetian Red #CF0205
Tints of Venetian Red #CF0205
RGB
CMYK
RGB Variations
Color information
#CF0205 (or 0xCF0205) is known color: Venetian Red. HEX triplet: CF, 02 and 05. RGB value is (207,2,5). Sum of RGB (Red+Green+Blue) = 207+2+5=214 (28% of max value = 765). Red value is 207 (81.25% from 255 or 96.73% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0205 is #30FDFA. Grayscale: #3F3F3F. Windows color (decimal): -3210747 or 328399. OLE color: 328399.
HSL color Cylindrical-coordinate representation of color #CF0205: hue angle of 359.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0205 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.19 |
| HSL | 359.12º | 0.98% | 0.41% | - |
| HSV(B) | 359.12º | 0.99% | 0.81% | - |
| XYZ | 25.78 | 13.32 | 1.36 | - |
| YUV | 63.64 | 94.92 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 5 | 0 | 0.99 | 0.98 | 0.19 | 359.12 | 0.98 | 0.41 |
| Hex | CF | 2 | 5 | 0 | 63 | 62 | 13 | 167 | 62 | 29 |
| Octal | 317 | 2 | 5 | 0 | 143 | 142 | 23 | 547 | 142 | 51 |
| Binary | 11001111 | 10 | 101 | 0 | 1100011 | 1100010 | 10011 | 101100111 | 1100010 | 101001 |
Color Harmonies of #CF0205
Complementary color
Monochromatic Colors of #CF0205
Black with #CF0205
Text Example
Text Example
White with #CF0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0205; }
p { color: rgb(207,2,5); }
H1.HeaderClassName
{
color: #CF0205;
}
.AnyTagClassName
{
color: #CF0205;
}
</style>
background-color css
<style>
a { background-color: #CF0205; }
a { background-color: rgb(207,2,5); }
div.DivClassName
{
background-color: #CF0205;
}
.BgClassName
{
background-color: #CF0205;
}
</style>
border-color css
<style>
span { border-color: #CF0205; }
span { border-color: rgb(207,2,5); }
td.TdClassName
{
border-color: #CF0205;
}
.TagClassName
{
border-color: #CF0205;
}
</style>