Shades of Venetian Red #CA0714
Tints of Venetian Red #CA0714
RGB
CMYK
RGB Variations
Color information
#CA0714 (or 0xCA0714) is known color: Venetian Red. HEX triplet: CA, 07 and 14. RGB value is (202,7,20). Sum of RGB (Red+Green+Blue) = 202+7+20=229 (30% of max value = 765). Red value is 202 (79.30% from 255 or 88.21% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0714 is #35F8EB. Grayscale: #424242. Windows color (decimal): -3537132 or 1312714. OLE color: 1312714.
HSL color Cylindrical-coordinate representation of color #CA0714: hue angle of 356º degrees, saturation: 0.93, 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 #CA0714 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 20 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.21 |
| HSL | 356º | 0.93% | 0.41% | - |
| HSV(B) | 356º | 0.97% | 0.79% | - |
| XYZ | 24.56 | 12.76 | 1.83 | - |
| YUV | 66.79 | 101.6 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 20 | 0 | 0.97 | 0.90 | 0.21 | 356 | 0.93 | 0.41 |
| Hex | CA | 7 | 14 | 0 | 61 | 5A | 15 | 164 | 5D | 29 |
| Octal | 312 | 7 | 24 | 0 | 141 | 132 | 25 | 544 | 135 | 51 |
| Binary | 11001010 | 111 | 10100 | 0 | 1100001 | 1011010 | 10101 | 101100100 | 1011101 | 101001 |
Color Harmonies of #CA0714
Complementary color
Monochromatic Colors of #CA0714
Black with #CA0714
Text Example
Text Example
White with #CA0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0714; }
p { color: rgb(202,7,20); }
H1.HeaderClassName
{
color: #CA0714;
}
.AnyTagClassName
{
color: #CA0714;
}
</style>
background-color css
<style>
a { background-color: #CA0714; }
a { background-color: rgb(202,7,20); }
div.DivClassName
{
background-color: #CA0714;
}
.BgClassName
{
background-color: #CA0714;
}
</style>
border-color css
<style>
span { border-color: #CA0714; }
span { border-color: rgb(202,7,20); }
td.TdClassName
{
border-color: #CA0714;
}
.TagClassName
{
border-color: #CA0714;
}
</style>