Shades of Venetian Red #CF0023
Tints of Venetian Red #CF0023
RGB
CMYK
RGB Variations
Color information
#CF0023 (or 0xCF0023) is known color: Venetian Red. HEX triplet: CF, 00 and 23. RGB value is (207,0,35). Sum of RGB (Red+Green+Blue) = 207+0+35=242 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.54% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0023 is #30FFDC. Grayscale: #414141. Windows color (decimal): -3211229 or 2293967. OLE color: 2293967.
HSL color Cylindrical-coordinate representation of color #CF0023: hue angle of 349.86º 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 #CF0023 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.83 | 0.19 |
| HSL | 349.86º | 1% | 0.41% | - |
| HSV(B) | 349.86º | 1% | 0.81% | - |
| XYZ | 26.04 | 13.39 | 2.8 | - |
| YUV | 65.88 | 110.58 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 35 | 0 | 1 | 0.83 | 0.19 | 349.86 | 1 | 0.41 |
| Hex | CF | 0 | 23 | 0 | 64 | 53 | 13 | 15E | 64 | 29 |
| Octal | 317 | 0 | 43 | 0 | 144 | 123 | 23 | 536 | 144 | 51 |
| Binary | 11001111 | 0 | 100011 | 0 | 1100100 | 1010011 | 10011 | 101011110 | 1100100 | 101001 |
Color Harmonies of #CF0023
Complementary color
Monochromatic Colors of #CF0023
Black with #CF0023
Text Example
Text Example
White with #CF0023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0023; }
p { color: rgb(207,0,35); }
H1.HeaderClassName
{
color: #CF0023;
}
.AnyTagClassName
{
color: #CF0023;
}
</style>
background-color css
<style>
a { background-color: #CF0023; }
a { background-color: rgb(207,0,35); }
div.DivClassName
{
background-color: #CF0023;
}
.BgClassName
{
background-color: #CF0023;
}
</style>
border-color css
<style>
span { border-color: #CF0023; }
span { border-color: rgb(207,0,35); }
td.TdClassName
{
border-color: #CF0023;
}
.TagClassName
{
border-color: #CF0023;
}
</style>