Shades of Venetian Red #CA1214
Tints of Venetian Red #CA1214
RGB
CMYK
RGB Variations
Color information
#CA1214 (or 0xCA1214) is known color: Venetian Red. HEX triplet: CA, 12 and 14. RGB value is (202,18,20). Sum of RGB (Red+Green+Blue) = 202+18+20=240 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.17% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1214 is #35EDEB. Grayscale: #494949. Windows color (decimal): -3534316 or 1315530. OLE color: 1315530.
HSL color Cylindrical-coordinate representation of color #CA1214: hue angle of 359.35º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1214 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 20 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.21 |
| HSL | 359.35º | 0.84% | 0.43% | - |
| HSV(B) | 359.35º | 0.91% | 0.79% | - |
| XYZ | 24.7 | 13.04 | 1.88 | - |
| YUV | 73.24 | 97.96 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 20 | 0 | 0.91 | 0.90 | 0.21 | 359.35 | 0.84 | 0.43 |
| Hex | CA | 12 | 14 | 0 | 5B | 5A | 15 | 167 | 54 | 2B |
| Octal | 312 | 22 | 24 | 0 | 133 | 132 | 25 | 547 | 124 | 53 |
| Binary | 11001010 | 10010 | 10100 | 0 | 1011011 | 1011010 | 10101 | 101100111 | 1010100 | 101011 |
Color Harmonies of #CA1214
Complementary color
Monochromatic Colors of #CA1214
Black with #CA1214
Text Example
Text Example
White with #CA1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1214; }
p { color: rgb(202,18,20); }
H1.HeaderClassName
{
color: #CA1214;
}
.AnyTagClassName
{
color: #CA1214;
}
</style>
background-color css
<style>
a { background-color: #CA1214; }
a { background-color: rgb(202,18,20); }
div.DivClassName
{
background-color: #CA1214;
}
.BgClassName
{
background-color: #CA1214;
}
</style>
border-color css
<style>
span { border-color: #CA1214; }
span { border-color: rgb(202,18,20); }
td.TdClassName
{
border-color: #CA1214;
}
.TagClassName
{
border-color: #CA1214;
}
</style>