Shades of Venetian Red #CF0215
Tints of Venetian Red #CF0215
RGB
CMYK
RGB Variations
Color information
#CF0215 (or 0xCF0215) is known color: Venetian Red. HEX triplet: CF, 02 and 15. RGB value is (207,2,21). Sum of RGB (Red+Green+Blue) = 207+2+21=230 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0215 is #30FDEA. Grayscale: #414141. Windows color (decimal): -3210731 or 1376975. OLE color: 1376975.
HSL color Cylindrical-coordinate representation of color #CF0215: hue angle of 354.44º 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 #CF0215 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 21 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.19 |
| HSL | 354.44º | 0.98% | 0.41% | - |
| HSV(B) | 354.44º | 0.99% | 0.81% | - |
| XYZ | 25.89 | 13.36 | 1.92 | - |
| YUV | 65.46 | 102.92 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 21 | 0 | 0.99 | 0.90 | 0.19 | 354.44 | 0.98 | 0.41 |
| Hex | CF | 2 | 15 | 0 | 63 | 5A | 13 | 162 | 62 | 29 |
| Octal | 317 | 2 | 25 | 0 | 143 | 132 | 23 | 542 | 142 | 51 |
| Binary | 11001111 | 10 | 10101 | 0 | 1100011 | 1011010 | 10011 | 101100010 | 1100010 | 101001 |
Color Harmonies of #CF0215
Complementary color
Monochromatic Colors of #CF0215
Black with #CF0215
Text Example
Text Example
White with #CF0215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0215; }
p { color: rgb(207,2,21); }
H1.HeaderClassName
{
color: #CF0215;
}
.AnyTagClassName
{
color: #CF0215;
}
</style>
background-color css
<style>
a { background-color: #CF0215; }
a { background-color: rgb(207,2,21); }
div.DivClassName
{
background-color: #CF0215;
}
.BgClassName
{
background-color: #CF0215;
}
</style>
border-color css
<style>
span { border-color: #CF0215; }
span { border-color: rgb(207,2,21); }
td.TdClassName
{
border-color: #CF0215;
}
.TagClassName
{
border-color: #CF0215;
}
</style>