Shades of Venetian Red #CF0002
Tints of Venetian Red #CF0002
RGB
CMYK
RGB Variations
Color information
#CF0002 (or 0xCF0002) is known color: Venetian Red. HEX triplet: CF, 00 and 02. RGB value is (207,0,2). Sum of RGB (Red+Green+Blue) = 207+0+2=209 (27% of max value = 765). Red value is 207 (81.25% from 255 or 99.04% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0002 is #30FFFD. Grayscale: #3E3E3E. Windows color (decimal): -3211262 or 131279. OLE color: 131279.
HSL color Cylindrical-coordinate representation of color #CF0002: hue angle of 359.42º 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 #CF0002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.19 |
| HSL | 359.42º | 1% | 0.41% | - |
| HSV(B) | 359.42º | 1% | 0.81% | - |
| XYZ | 25.74 | 13.27 | 1.26 | - |
| YUV | 62.12 | 94.08 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 2 | 0 | 1 | 0.99 | 0.19 | 359.42 | 1 | 0.41 |
| Hex | CF | 0 | 2 | 0 | 64 | 63 | 13 | 167 | 64 | 29 |
| Octal | 317 | 0 | 2 | 0 | 144 | 143 | 23 | 547 | 144 | 51 |
| Binary | 11001111 | 0 | 10 | 0 | 1100100 | 1100011 | 10011 | 101100111 | 1100100 | 101001 |
Color Harmonies of #CF0002
Complementary color
Monochromatic Colors of #CF0002
Black with #CF0002
Text Example
Text Example
White with #CF0002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0002; }
p { color: rgb(207,0,2); }
H1.HeaderClassName
{
color: #CF0002;
}
.AnyTagClassName
{
color: #CF0002;
}
</style>
background-color css
<style>
a { background-color: #CF0002; }
a { background-color: rgb(207,0,2); }
div.DivClassName
{
background-color: #CF0002;
}
.BgClassName
{
background-color: #CF0002;
}
</style>
border-color css
<style>
span { border-color: #CF0002; }
span { border-color: rgb(207,0,2); }
td.TdClassName
{
border-color: #CF0002;
}
.TagClassName
{
border-color: #CF0002;
}
</style>