Shades of Venetian Red #CF010D
Tints of Venetian Red #CF010D
RGB
CMYK
RGB Variations
Color information
#CF010D (or 0xCF010D) is known color: Venetian Red. HEX triplet: CF, 01 and 0D. RGB value is (207,1,13). Sum of RGB (Red+Green+Blue) = 207+1+13=221 (29% of max value = 765). Red value is 207 (81.25% from 255 or 93.67% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 207 - color contains mainly: red. Hex color #CF010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF010D is #30FEF2. Grayscale: #404040. Windows color (decimal): -3210995 or 852431. OLE color: 852431.
HSL color Cylindrical-coordinate representation of color #CF010D: hue angle of 356.5º 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 #CF010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.19 |
| HSL | 356.5º | 0.99% | 0.41% | - |
| HSV(B) | 356.5º | 1% | 0.81% | - |
| XYZ | 25.82 | 13.32 | 1.59 | - |
| YUV | 63.96 | 99.25 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 13 | 0 | 1.00 | 0.94 | 0.19 | 356.5 | 0.99 | 0.41 |
| Hex | CF | 1 | D | 0 | 64 | 5E | 13 | 165 | 63 | 29 |
| Octal | 317 | 1 | 15 | 0 | 144 | 136 | 23 | 545 | 143 | 51 |
| Binary | 11001111 | 1 | 1101 | 0 | 1100100 | 1011110 | 10011 | 101100101 | 1100011 | 101001 |
Color Harmonies of #CF010D
Complementary color
Monochromatic Colors of #CF010D
Black with #CF010D
Text Example
Text Example
White with #CF010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF010D; }
p { color: rgb(207,1,13); }
H1.HeaderClassName
{
color: #CF010D;
}
.AnyTagClassName
{
color: #CF010D;
}
</style>
background-color css
<style>
a { background-color: #CF010D; }
a { background-color: rgb(207,1,13); }
div.DivClassName
{
background-color: #CF010D;
}
.BgClassName
{
background-color: #CF010D;
}
</style>
border-color css
<style>
span { border-color: #CF010D; }
span { border-color: rgb(207,1,13); }
td.TdClassName
{
border-color: #CF010D;
}
.TagClassName
{
border-color: #CF010D;
}
</style>