Shades of Venetian Red #CA061D
Tints of Venetian Red #CA061D
RGB
CMYK
RGB Variations
Color information
#CA061D (or 0xCA061D) is known color: Venetian Red. HEX triplet: CA, 06 and 1D. RGB value is (202,6,29). Sum of RGB (Red+Green+Blue) = 202+6+29=237 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.23% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 202 - color contains mainly: red. Hex color #CA061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA061D is #35F9E2. Grayscale: #434343. Windows color (decimal): -3537379 or 1902282. OLE color: 1902282.
HSL color Cylindrical-coordinate representation of color #CA061D: hue angle of 352.96º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA061D is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 29 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.21 |
| HSL | 352.96º | 0.94% | 0.41% | - |
| HSV(B) | 352.96º | 0.97% | 0.79% | - |
| XYZ | 24.64 | 12.78 | 2.33 | - |
| YUV | 67.23 | 106.43 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 29 | 0 | 0.97 | 0.86 | 0.21 | 352.96 | 0.94 | 0.41 |
| Hex | CA | 6 | 1D | 0 | 61 | 56 | 15 | 161 | 5E | 29 |
| Octal | 312 | 6 | 35 | 0 | 141 | 126 | 25 | 541 | 136 | 51 |
| Binary | 11001010 | 110 | 11101 | 0 | 1100001 | 1010110 | 10101 | 101100001 | 1011110 | 101001 |
Color Harmonies of #CA061D
Complementary color
Monochromatic Colors of #CA061D
Black with #CA061D
Text Example
Text Example
White with #CA061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA061D; }
p { color: rgb(202,6,29); }
H1.HeaderClassName
{
color: #CA061D;
}
.AnyTagClassName
{
color: #CA061D;
}
</style>
background-color css
<style>
a { background-color: #CA061D; }
a { background-color: rgb(202,6,29); }
div.DivClassName
{
background-color: #CA061D;
}
.BgClassName
{
background-color: #CA061D;
}
</style>
border-color css
<style>
span { border-color: #CA061D; }
span { border-color: rgb(202,6,29); }
td.TdClassName
{
border-color: #CA061D;
}
.TagClassName
{
border-color: #CA061D;
}
</style>