Shades of Venetian Red #CF0B12
Tints of Venetian Red #CF0B12
RGB
CMYK
RGB Variations
Color information
#CF0B12 (or 0xCF0B12) is known color: Venetian Red. HEX triplet: CF, 0B and 12. RGB value is (207,11,18). Sum of RGB (Red+Green+Blue) = 207+11+18=236 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.71% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0B12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0B12 is #30F4ED. Grayscale: #464646. Windows color (decimal): -3208430 or 1182671. OLE color: 1182671.
HSL color Cylindrical-coordinate representation of color #CF0B12: hue angle of 357.86º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0B12 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 11 | 18 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.19 |
| HSL | 357.86º | 0.9% | 0.43% | - |
| HSV(B) | 357.86º | 0.95% | 0.81% | - |
| XYZ | 25.96 | 13.55 | 1.82 | - |
| YUV | 70.4 | 98.43 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 18 | 0 | 0.95 | 0.91 | 0.19 | 357.86 | 0.9 | 0.43 |
| Hex | CF | B | 12 | 0 | 5F | 5B | 13 | 166 | 5A | 2B |
| Octal | 317 | 13 | 22 | 0 | 137 | 133 | 23 | 546 | 132 | 53 |
| Binary | 11001111 | 1011 | 10010 | 0 | 1011111 | 1011011 | 10011 | 101100110 | 1011010 | 101011 |
Color Harmonies of #CF0B12
Complementary color
Monochromatic Colors of #CF0B12
Black with #CF0B12
Text Example
Text Example
White with #CF0B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0B12; }
p { color: rgb(207,11,18); }
H1.HeaderClassName
{
color: #CF0B12;
}
.AnyTagClassName
{
color: #CF0B12;
}
</style>
background-color css
<style>
a { background-color: #CF0B12; }
a { background-color: rgb(207,11,18); }
div.DivClassName
{
background-color: #CF0B12;
}
.BgClassName
{
background-color: #CF0B12;
}
</style>
border-color css
<style>
span { border-color: #CF0B12; }
span { border-color: rgb(207,11,18); }
td.TdClassName
{
border-color: #CF0B12;
}
.TagClassName
{
border-color: #CF0B12;
}
</style>