Shades of Venetian Red #CF0102
Tints of Venetian Red #CF0102
RGB
CMYK
RGB Variations
Color information
#CF0102 (or 0xCF0102) is known color: Venetian Red. HEX triplet: CF, 01 and 02. RGB value is (207,1,2). Sum of RGB (Red+Green+Blue) = 207+1+2=210 (27% of max value = 765). Red value is 207 (81.25% from 255 or 98.57% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0102 is #30FEFD. Grayscale: #3E3E3E. Windows color (decimal): -3211006 or 131535. OLE color: 131535.
HSL color Cylindrical-coordinate representation of color #CF0102: hue angle of 359.71º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0102 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 2 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.19 |
| HSL | 359.71º | 0.99% | 0.41% | - |
| HSV(B) | 359.71º | 1% | 0.81% | - |
| XYZ | 25.75 | 13.29 | 1.27 | - |
| YUV | 62.71 | 93.75 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 2 | 0 | 1.00 | 0.99 | 0.19 | 359.71 | 0.99 | 0.41 |
| Hex | CF | 1 | 2 | 0 | 64 | 63 | 13 | 168 | 63 | 29 |
| Octal | 317 | 1 | 2 | 0 | 144 | 143 | 23 | 550 | 143 | 51 |
| Binary | 11001111 | 1 | 10 | 0 | 1100100 | 1100011 | 10011 | 101101000 | 1100011 | 101001 |
Color Harmonies of #CF0102
Complementary color
Monochromatic Colors of #CF0102
Black with #CF0102
Text Example
Text Example
White with #CF0102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0102; }
p { color: rgb(207,1,2); }
H1.HeaderClassName
{
color: #CF0102;
}
.AnyTagClassName
{
color: #CF0102;
}
</style>
background-color css
<style>
a { background-color: #CF0102; }
a { background-color: rgb(207,1,2); }
div.DivClassName
{
background-color: #CF0102;
}
.BgClassName
{
background-color: #CF0102;
}
</style>
border-color css
<style>
span { border-color: #CF0102; }
span { border-color: rgb(207,1,2); }
td.TdClassName
{
border-color: #CF0102;
}
.TagClassName
{
border-color: #CF0102;
}
</style>