Shades of Venetian Red #CA031D
Tints of Venetian Red #CA031D
RGB
CMYK
RGB Variations
Color information
#CA031D (or 0xCA031D) is known color: Venetian Red. HEX triplet: CA, 03 and 1D. RGB value is (202,3,29). Sum of RGB (Red+Green+Blue) = 202+3+29=234 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.32% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 202 - color contains mainly: red. Hex color #CA031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA031D is #35FCE2. Grayscale: #414141. Windows color (decimal): -3538147 or 1901514. OLE color: 1901514.
HSL color Cylindrical-coordinate representation of color #CA031D: hue angle of 352.16º 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 #CA031D is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 29 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.21 |
| HSL | 352.16º | 0.97% | 0.4% | - |
| HSV(B) | 352.16º | 0.99% | 0.79% | - |
| XYZ | 24.61 | 12.71 | 2.32 | - |
| YUV | 65.47 | 107.43 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 29 | 0 | 0.99 | 0.86 | 0.21 | 352.16 | 0.97 | 0.4 |
| Hex | CA | 3 | 1D | 0 | 63 | 56 | 15 | 160 | 61 | 28 |
| Octal | 312 | 3 | 35 | 0 | 143 | 126 | 25 | 540 | 141 | 50 |
| Binary | 11001010 | 11 | 11101 | 0 | 1100011 | 1010110 | 10101 | 101100000 | 1100001 | 101000 |
Color Harmonies of #CA031D
Complementary color
Monochromatic Colors of #CA031D
Black with #CA031D
Text Example
Text Example
White with #CA031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA031D; }
p { color: rgb(202,3,29); }
H1.HeaderClassName
{
color: #CA031D;
}
.AnyTagClassName
{
color: #CA031D;
}
</style>
background-color css
<style>
a { background-color: #CA031D; }
a { background-color: rgb(202,3,29); }
div.DivClassName
{
background-color: #CA031D;
}
.BgClassName
{
background-color: #CA031D;
}
</style>
border-color css
<style>
span { border-color: #CA031D; }
span { border-color: rgb(202,3,29); }
td.TdClassName
{
border-color: #CA031D;
}
.TagClassName
{
border-color: #CA031D;
}
</style>