Shades of Venetian Red #CF080D
Tints of Venetian Red #CF080D
RGB
CMYK
RGB Variations
Color information
#CF080D (or 0xCF080D) is known color: Venetian Red. HEX triplet: CF, 08 and 0D. RGB value is (207,8,13). Sum of RGB (Red+Green+Blue) = 207+8+13=228 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.79% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 207 - color contains mainly: red. Hex color #CF080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF080D is #30F7F2. Grayscale: #444444. Windows color (decimal): -3209203 or 854223. OLE color: 854223.
HSL color Cylindrical-coordinate representation of color #CF080D: hue angle of 358.49º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF080D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.19 |
| HSL | 358.49º | 0.93% | 0.42% | - |
| HSV(B) | 358.49º | 0.96% | 0.81% | - |
| XYZ | 25.89 | 13.47 | 1.62 | - |
| YUV | 68.07 | 96.93 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 13 | 0 | 0.96 | 0.94 | 0.19 | 358.49 | 0.93 | 0.42 |
| Hex | CF | 8 | D | 0 | 60 | 5E | 13 | 166 | 5D | 2A |
| Octal | 317 | 10 | 15 | 0 | 140 | 136 | 23 | 546 | 135 | 52 |
| Binary | 11001111 | 1000 | 1101 | 0 | 1100000 | 1011110 | 10011 | 101100110 | 1011101 | 101010 |
Color Harmonies of #CF080D
Complementary color
Monochromatic Colors of #CF080D
Black with #CF080D
Text Example
Text Example
White with #CF080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF080D; }
p { color: rgb(207,8,13); }
H1.HeaderClassName
{
color: #CF080D;
}
.AnyTagClassName
{
color: #CF080D;
}
</style>
background-color css
<style>
a { background-color: #CF080D; }
a { background-color: rgb(207,8,13); }
div.DivClassName
{
background-color: #CF080D;
}
.BgClassName
{
background-color: #CF080D;
}
</style>
border-color css
<style>
span { border-color: #CF080D; }
span { border-color: rgb(207,8,13); }
td.TdClassName
{
border-color: #CF080D;
}
.TagClassName
{
border-color: #CF080D;
}
</style>