Shades of Venetian Red #CA1014
Tints of Venetian Red #CA1014
RGB
CMYK
RGB Variations
Color information
#CA1014 (or 0xCA1014) is known color: Venetian Red. HEX triplet: CA, 10 and 14. RGB value is (202,16,20). Sum of RGB (Red+Green+Blue) = 202+16+20=238 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.87% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1014 is #35EFEB. Grayscale: #484848. Windows color (decimal): -3534828 or 1315018. OLE color: 1315018.
HSL color Cylindrical-coordinate representation of color #CA1014: hue angle of 358.71º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1014 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 20 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.21 |
| HSL | 358.71º | 0.85% | 0.43% | - |
| HSV(B) | 358.71º | 0.92% | 0.79% | - |
| XYZ | 24.67 | 12.98 | 1.87 | - |
| YUV | 72.07 | 98.62 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 20 | 0 | 0.92 | 0.90 | 0.21 | 358.71 | 0.85 | 0.43 |
| Hex | CA | 10 | 14 | 0 | 5C | 5A | 15 | 167 | 55 | 2B |
| Octal | 312 | 20 | 24 | 0 | 134 | 132 | 25 | 547 | 125 | 53 |
| Binary | 11001010 | 10000 | 10100 | 0 | 1011100 | 1011010 | 10101 | 101100111 | 1010101 | 101011 |
Color Harmonies of #CA1014
Complementary color
Monochromatic Colors of #CA1014
Black with #CA1014
Text Example
Text Example
White with #CA1014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1014; }
p { color: rgb(202,16,20); }
H1.HeaderClassName
{
color: #CA1014;
}
.AnyTagClassName
{
color: #CA1014;
}
</style>
background-color css
<style>
a { background-color: #CA1014; }
a { background-color: rgb(202,16,20); }
div.DivClassName
{
background-color: #CA1014;
}
.BgClassName
{
background-color: #CA1014;
}
</style>
border-color css
<style>
span { border-color: #CA1014; }
span { border-color: rgb(202,16,20); }
td.TdClassName
{
border-color: #CA1014;
}
.TagClassName
{
border-color: #CA1014;
}
</style>