Shades of Venetian Red #CA0207
Tints of Venetian Red #CA0207
RGB
CMYK
RGB Variations
Color information
#CA0207 (or 0xCA0207) is known color: Venetian Red. HEX triplet: CA, 02 and 07. RGB value is (202,2,7). Sum of RGB (Red+Green+Blue) = 202+2+7=211 (27% of max value = 765). Red value is 202 (79.30% from 255 or 95.73% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0207 is #35FDF8. Grayscale: #3E3E3E. Windows color (decimal): -3538425 or 459466. OLE color: 459466.
HSL color Cylindrical-coordinate representation of color #CA0207: hue angle of 358.5º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0207 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.21 |
| HSL | 358.5º | 0.98% | 0.4% | - |
| HSV(B) | 358.5º | 0.99% | 0.79% | - |
| XYZ | 24.42 | 12.62 | 1.35 | - |
| YUV | 62.37 | 96.76 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 7 | 0 | 0.99 | 0.97 | 0.21 | 358.5 | 0.98 | 0.4 |
| Hex | CA | 2 | 7 | 0 | 63 | 61 | 15 | 166 | 62 | 28 |
| Octal | 312 | 2 | 7 | 0 | 143 | 141 | 25 | 546 | 142 | 50 |
| Binary | 11001010 | 10 | 111 | 0 | 1100011 | 1100001 | 10101 | 101100110 | 1100010 | 101000 |
Color Harmonies of #CA0207
Complementary color
Monochromatic Colors of #CA0207
Black with #CA0207
Text Example
Text Example
White with #CA0207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0207; }
p { color: rgb(202,2,7); }
H1.HeaderClassName
{
color: #CA0207;
}
.AnyTagClassName
{
color: #CA0207;
}
</style>
background-color css
<style>
a { background-color: #CA0207; }
a { background-color: rgb(202,2,7); }
div.DivClassName
{
background-color: #CA0207;
}
.BgClassName
{
background-color: #CA0207;
}
</style>
border-color css
<style>
span { border-color: #CA0207; }
span { border-color: rgb(202,2,7); }
td.TdClassName
{
border-color: #CA0207;
}
.TagClassName
{
border-color: #CA0207;
}
</style>