Shades of Venetian Red #CA060D
Tints of Venetian Red #CA060D
RGB
CMYK
RGB Variations
Color information
#CA060D (or 0xCA060D) is known color: Venetian Red. HEX triplet: CA, 06 and 0D. RGB value is (202,6,13). Sum of RGB (Red+Green+Blue) = 202+6+13=221 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.40% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 202 - color contains mainly: red. Hex color #CA060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA060D is #35F9F2. Grayscale: #414141. Windows color (decimal): -3537395 or 853706. OLE color: 853706.
HSL color Cylindrical-coordinate representation of color #CA060D: hue angle of 357.86º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA060D is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 13 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.21 |
| HSL | 357.86º | 0.94% | 0.41% | - |
| HSV(B) | 357.86º | 0.97% | 0.79% | - |
| XYZ | 24.49 | 12.72 | 1.54 | - |
| YUV | 65.4 | 98.43 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 13 | 0 | 0.97 | 0.94 | 0.21 | 357.86 | 0.94 | 0.41 |
| Hex | CA | 6 | D | 0 | 61 | 5E | 15 | 166 | 5E | 29 |
| Octal | 312 | 6 | 15 | 0 | 141 | 136 | 25 | 546 | 136 | 51 |
| Binary | 11001010 | 110 | 1101 | 0 | 1100001 | 1011110 | 10101 | 101100110 | 1011110 | 101001 |
Color Harmonies of #CA060D
Complementary color
Monochromatic Colors of #CA060D
Black with #CA060D
Text Example
Text Example
White with #CA060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA060D; }
p { color: rgb(202,6,13); }
H1.HeaderClassName
{
color: #CA060D;
}
.AnyTagClassName
{
color: #CA060D;
}
</style>
background-color css
<style>
a { background-color: #CA060D; }
a { background-color: rgb(202,6,13); }
div.DivClassName
{
background-color: #CA060D;
}
.BgClassName
{
background-color: #CA060D;
}
</style>
border-color css
<style>
span { border-color: #CA060D; }
span { border-color: rgb(202,6,13); }
td.TdClassName
{
border-color: #CA060D;
}
.TagClassName
{
border-color: #CA060D;
}
</style>