Shades of Venetian Red #CA0208
Tints of Venetian Red #CA0208
RGB
CMYK
RGB Variations
Color information
#CA0208 (or 0xCA0208) is known color: Venetian Red. HEX triplet: CA, 02 and 08. RGB value is (202,2,8). Sum of RGB (Red+Green+Blue) = 202+2+8=212 (28% of max value = 765). Red value is 202 (79.30% from 255 or 95.28% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0208 is #35FDF7. Grayscale: #3E3E3E. Windows color (decimal): -3538424 or 525002. OLE color: 525002.
HSL color Cylindrical-coordinate representation of color #CA0208: hue angle of 358.2º 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 #CA0208 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 8 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.21 |
| HSL | 358.2º | 0.98% | 0.4% | - |
| HSV(B) | 358.2º | 0.99% | 0.79% | - |
| XYZ | 24.42 | 12.62 | 1.38 | - |
| YUV | 62.48 | 97.26 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 8 | 0 | 0.99 | 0.96 | 0.21 | 358.2 | 0.98 | 0.4 |
| Hex | CA | 2 | 8 | 0 | 63 | 60 | 15 | 166 | 62 | 28 |
| Octal | 312 | 2 | 10 | 0 | 143 | 140 | 25 | 546 | 142 | 50 |
| Binary | 11001010 | 10 | 1000 | 0 | 1100011 | 1100000 | 10101 | 101100110 | 1100010 | 101000 |
Color Harmonies of #CA0208
Complementary color
Monochromatic Colors of #CA0208
Black with #CA0208
Text Example
Text Example
White with #CA0208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0208; }
p { color: rgb(202,2,8); }
H1.HeaderClassName
{
color: #CA0208;
}
.AnyTagClassName
{
color: #CA0208;
}
</style>
background-color css
<style>
a { background-color: #CA0208; }
a { background-color: rgb(202,2,8); }
div.DivClassName
{
background-color: #CA0208;
}
.BgClassName
{
background-color: #CA0208;
}
</style>
border-color css
<style>
span { border-color: #CA0208; }
span { border-color: rgb(202,2,8); }
td.TdClassName
{
border-color: #CA0208;
}
.TagClassName
{
border-color: #CA0208;
}
</style>