Shades of Venetian Red #CA081D
Tints of Venetian Red #CA081D
RGB
CMYK
RGB Variations
Color information
#CA081D (or 0xCA081D) is known color: Venetian Red. HEX triplet: CA, 08 and 1D. RGB value is (202,8,29). Sum of RGB (Red+Green+Blue) = 202+8+29=239 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.52% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 202 - color contains mainly: red. Hex color #CA081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA081D is #35F7E2. Grayscale: #444444. Windows color (decimal): -3536867 or 1902794. OLE color: 1902794.
HSL color Cylindrical-coordinate representation of color #CA081D: hue angle of 353.51º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA081D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.21 |
| HSL | 353.51º | 0.92% | 0.41% | - |
| HSV(B) | 353.51º | 0.96% | 0.79% | - |
| XYZ | 24.67 | 12.82 | 2.34 | - |
| YUV | 68.4 | 105.77 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 29 | 0 | 0.96 | 0.86 | 0.21 | 353.51 | 0.92 | 0.41 |
| Hex | CA | 8 | 1D | 0 | 60 | 56 | 15 | 162 | 5C | 29 |
| Octal | 312 | 10 | 35 | 0 | 140 | 126 | 25 | 542 | 134 | 51 |
| Binary | 11001010 | 1000 | 11101 | 0 | 1100000 | 1010110 | 10101 | 101100010 | 1011100 | 101001 |
Color Harmonies of #CA081D
Complementary color
Monochromatic Colors of #CA081D
Black with #CA081D
Text Example
Text Example
White with #CA081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA081D; }
p { color: rgb(202,8,29); }
H1.HeaderClassName
{
color: #CA081D;
}
.AnyTagClassName
{
color: #CA081D;
}
</style>
background-color css
<style>
a { background-color: #CA081D; }
a { background-color: rgb(202,8,29); }
div.DivClassName
{
background-color: #CA081D;
}
.BgClassName
{
background-color: #CA081D;
}
</style>
border-color css
<style>
span { border-color: #CA081D; }
span { border-color: rgb(202,8,29); }
td.TdClassName
{
border-color: #CA081D;
}
.TagClassName
{
border-color: #CA081D;
}
</style>