Shades of Venetian Red #CF0117
Tints of Venetian Red #CF0117
RGB
CMYK
RGB Variations
Color information
#CF0117 (or 0xCF0117) is known color: Venetian Red. HEX triplet: CF, 01 and 17. RGB value is (207,1,23). Sum of RGB (Red+Green+Blue) = 207+1+23=231 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.61% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0117 is #30FEE8. Grayscale: #414141. Windows color (decimal): -3210985 or 1507791. OLE color: 1507791.
HSL color Cylindrical-coordinate representation of color #CF0117: hue angle of 353.59º 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 #CF0117 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 23 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.19 |
| HSL | 353.59º | 0.99% | 0.41% | - |
| HSV(B) | 353.59º | 1% | 0.81% | - |
| XYZ | 25.9 | 13.35 | 2.02 | - |
| YUV | 65.1 | 104.25 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 23 | 0 | 1.00 | 0.89 | 0.19 | 353.59 | 0.99 | 0.41 |
| Hex | CF | 1 | 17 | 0 | 64 | 59 | 13 | 162 | 63 | 29 |
| Octal | 317 | 1 | 27 | 0 | 144 | 131 | 23 | 542 | 143 | 51 |
| Binary | 11001111 | 1 | 10111 | 0 | 1100100 | 1011001 | 10011 | 101100010 | 1100011 | 101001 |
Color Harmonies of #CF0117
Complementary color
Monochromatic Colors of #CF0117
Black with #CF0117
Text Example
Text Example
White with #CF0117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0117; }
p { color: rgb(207,1,23); }
H1.HeaderClassName
{
color: #CF0117;
}
.AnyTagClassName
{
color: #CF0117;
}
</style>
background-color css
<style>
a { background-color: #CF0117; }
a { background-color: rgb(207,1,23); }
div.DivClassName
{
background-color: #CF0117;
}
.BgClassName
{
background-color: #CF0117;
}
</style>
border-color css
<style>
span { border-color: #CF0117; }
span { border-color: rgb(207,1,23); }
td.TdClassName
{
border-color: #CF0117;
}
.TagClassName
{
border-color: #CF0117;
}
</style>