Shades of Venetian Red #CF0123
Tints of Venetian Red #CF0123
RGB
CMYK
RGB Variations
Color information
#CF0123 (or 0xCF0123) is known color: Venetian Red. HEX triplet: CF, 01 and 23. RGB value is (207,1,35). Sum of RGB (Red+Green+Blue) = 207+1+35=243 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.19% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0123 is #30FEDC. Grayscale: #424242. Windows color (decimal): -3210973 or 2294223. OLE color: 2294223.
HSL color Cylindrical-coordinate representation of color #CF0123: hue angle of 350.1º 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 #CF0123 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 35 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.19 |
| HSL | 350.1º | 0.99% | 0.41% | - |
| HSV(B) | 350.1º | 1% | 0.81% | - |
| XYZ | 26.05 | 13.41 | 2.81 | - |
| YUV | 66.47 | 110.25 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 35 | 0 | 1.00 | 0.83 | 0.19 | 350.1 | 0.99 | 0.41 |
| Hex | CF | 1 | 23 | 0 | 64 | 53 | 13 | 15E | 63 | 29 |
| Octal | 317 | 1 | 43 | 0 | 144 | 123 | 23 | 536 | 143 | 51 |
| Binary | 11001111 | 1 | 100011 | 0 | 1100100 | 1010011 | 10011 | 101011110 | 1100011 | 101001 |
Color Harmonies of #CF0123
Complementary color
Monochromatic Colors of #CF0123
Black with #CF0123
Text Example
Text Example
White with #CF0123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0123; }
p { color: rgb(207,1,35); }
H1.HeaderClassName
{
color: #CF0123;
}
.AnyTagClassName
{
color: #CF0123;
}
</style>
background-color css
<style>
a { background-color: #CF0123; }
a { background-color: rgb(207,1,35); }
div.DivClassName
{
background-color: #CF0123;
}
.BgClassName
{
background-color: #CF0123;
}
</style>
border-color css
<style>
span { border-color: #CF0123; }
span { border-color: rgb(207,1,35); }
td.TdClassName
{
border-color: #CF0123;
}
.TagClassName
{
border-color: #CF0123;
}
</style>