Shades of Venetian Red #CF060A
Tints of Venetian Red #CF060A
RGB
CMYK
RGB Variations
Color information
#CF060A (or 0xCF060A) is known color: Venetian Red. HEX triplet: CF, 06 and 0A. RGB value is (207,6,10). Sum of RGB (Red+Green+Blue) = 207+6+10=223 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92.83% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 207 - color contains mainly: red. Hex color #CF060A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF060A is #30F9F5. Grayscale: #424242. Windows color (decimal): -3209718 or 657103. OLE color: 657103.
HSL color Cylindrical-coordinate representation of color #CF060A: hue angle of 358.81º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF060A is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 10 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.19 |
| HSL | 358.81º | 0.94% | 0.42% | - |
| HSV(B) | 358.81º | 0.97% | 0.81% | - |
| XYZ | 25.85 | 13.42 | 1.51 | - |
| YUV | 66.56 | 96.09 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 10 | 0 | 0.97 | 0.95 | 0.19 | 358.81 | 0.94 | 0.42 |
| Hex | CF | 6 | A | 0 | 61 | 5F | 13 | 167 | 5E | 2A |
| Octal | 317 | 6 | 12 | 0 | 141 | 137 | 23 | 547 | 136 | 52 |
| Binary | 11001111 | 110 | 1010 | 0 | 1100001 | 1011111 | 10011 | 101100111 | 1011110 | 101010 |
Color Harmonies of #CF060A
Complementary color
Monochromatic Colors of #CF060A
Black with #CF060A
Text Example
Text Example
White with #CF060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF060A; }
p { color: rgb(207,6,10); }
H1.HeaderClassName
{
color: #CF060A;
}
.AnyTagClassName
{
color: #CF060A;
}
</style>
background-color css
<style>
a { background-color: #CF060A; }
a { background-color: rgb(207,6,10); }
div.DivClassName
{
background-color: #CF060A;
}
.BgClassName
{
background-color: #CF060A;
}
</style>
border-color css
<style>
span { border-color: #CF060A; }
span { border-color: rgb(207,6,10); }
td.TdClassName
{
border-color: #CF060A;
}
.TagClassName
{
border-color: #CF060A;
}
</style>