Shades of Venetian Red #CA031E
Tints of Venetian Red #CA031E
RGB
CMYK
RGB Variations
Color information
#CA031E (or 0xCA031E) is known color: Venetian Red. HEX triplet: CA, 03 and 1E. RGB value is (202,3,30). Sum of RGB (Red+Green+Blue) = 202+3+30=235 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.96% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 202 - color contains mainly: red. Hex color #CA031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA031E is #35FCE1. Grayscale: #414141. Windows color (decimal): -3538146 or 1967050. OLE color: 1967050.
HSL color Cylindrical-coordinate representation of color #CA031E: hue angle of 351.86º degrees, saturation: 0.97, 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 #CA031E is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 30 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.21 |
| HSL | 351.86º | 0.97% | 0.4% | - |
| HSV(B) | 351.86º | 0.99% | 0.79% | - |
| XYZ | 24.62 | 12.72 | 2.38 | - |
| YUV | 65.58 | 107.93 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 30 | 0 | 0.99 | 0.85 | 0.21 | 351.86 | 0.97 | 0.4 |
| Hex | CA | 3 | 1E | 0 | 63 | 55 | 15 | 160 | 61 | 28 |
| Octal | 312 | 3 | 36 | 0 | 143 | 125 | 25 | 540 | 141 | 50 |
| Binary | 11001010 | 11 | 11110 | 0 | 1100011 | 1010101 | 10101 | 101100000 | 1100001 | 101000 |
Color Harmonies of #CA031E
Complementary color
Monochromatic Colors of #CA031E
Black with #CA031E
Text Example
Text Example
White with #CA031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA031E; }
p { color: rgb(202,3,30); }
H1.HeaderClassName
{
color: #CA031E;
}
.AnyTagClassName
{
color: #CA031E;
}
</style>
background-color css
<style>
a { background-color: #CA031E; }
a { background-color: rgb(202,3,30); }
div.DivClassName
{
background-color: #CA031E;
}
.BgClassName
{
background-color: #CA031E;
}
</style>
border-color css
<style>
span { border-color: #CA031E; }
span { border-color: rgb(202,3,30); }
td.TdClassName
{
border-color: #CA031E;
}
.TagClassName
{
border-color: #CA031E;
}
</style>