Shades of Venetian Red #CF030D
Tints of Venetian Red #CF030D
RGB
CMYK
RGB Variations
Color information
#CF030D (or 0xCF030D) is known color: Venetian Red. HEX triplet: CF, 03 and 0D. RGB value is (207,3,13). Sum of RGB (Red+Green+Blue) = 207+3+13=223 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92.83% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 207 - color contains mainly: red. Hex color #CF030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF030D is #30FCF2. Grayscale: #414141. Windows color (decimal): -3210483 or 852943. OLE color: 852943.
HSL color Cylindrical-coordinate representation of color #CF030D: hue angle of 357.06º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF030D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.19 |
| HSL | 357.06º | 0.97% | 0.41% | - |
| HSV(B) | 357.06º | 0.99% | 0.81% | - |
| XYZ | 25.84 | 13.36 | 1.6 | - |
| YUV | 65.14 | 98.59 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 13 | 0 | 0.99 | 0.94 | 0.19 | 357.06 | 0.97 | 0.41 |
| Hex | CF | 3 | D | 0 | 63 | 5E | 13 | 165 | 61 | 29 |
| Octal | 317 | 3 | 15 | 0 | 143 | 136 | 23 | 545 | 141 | 51 |
| Binary | 11001111 | 11 | 1101 | 0 | 1100011 | 1011110 | 10011 | 101100101 | 1100001 | 101001 |
Color Harmonies of #CF030D
Complementary color
Monochromatic Colors of #CF030D
Black with #CF030D
Text Example
Text Example
White with #CF030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF030D; }
p { color: rgb(207,3,13); }
H1.HeaderClassName
{
color: #CF030D;
}
.AnyTagClassName
{
color: #CF030D;
}
</style>
background-color css
<style>
a { background-color: #CF030D; }
a { background-color: rgb(207,3,13); }
div.DivClassName
{
background-color: #CF030D;
}
.BgClassName
{
background-color: #CF030D;
}
</style>
border-color css
<style>
span { border-color: #CF030D; }
span { border-color: rgb(207,3,13); }
td.TdClassName
{
border-color: #CF030D;
}
.TagClassName
{
border-color: #CF030D;
}
</style>