Shades of Venetian Red #CA091D
Tints of Venetian Red #CA091D
RGB
CMYK
RGB Variations
Color information
#CA091D (or 0xCA091D) is known color: Venetian Red. HEX triplet: CA, 09 and 1D. RGB value is (202,9,29). Sum of RGB (Red+Green+Blue) = 202+9+29=240 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.17% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 202 - color contains mainly: red. Hex color #CA091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA091D is #35F6E2. Grayscale: #454545. Windows color (decimal): -3536611 or 1903050. OLE color: 1903050.
HSL color Cylindrical-coordinate representation of color #CA091D: hue angle of 353.78º degrees, saturation: 0.91, 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 #CA091D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 29 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.21 |
| HSL | 353.78º | 0.91% | 0.41% | - |
| HSV(B) | 353.78º | 0.96% | 0.79% | - |
| XYZ | 24.68 | 12.84 | 2.34 | - |
| YUV | 68.99 | 105.44 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 29 | 0 | 0.96 | 0.86 | 0.21 | 353.78 | 0.91 | 0.41 |
| Hex | CA | 9 | 1D | 0 | 60 | 56 | 15 | 162 | 5B | 29 |
| Octal | 312 | 11 | 35 | 0 | 140 | 126 | 25 | 542 | 133 | 51 |
| Binary | 11001010 | 1001 | 11101 | 0 | 1100000 | 1010110 | 10101 | 101100010 | 1011011 | 101001 |
Color Harmonies of #CA091D
Complementary color
Monochromatic Colors of #CA091D
Black with #CA091D
Text Example
Text Example
White with #CA091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA091D; }
p { color: rgb(202,9,29); }
H1.HeaderClassName
{
color: #CA091D;
}
.AnyTagClassName
{
color: #CA091D;
}
</style>
background-color css
<style>
a { background-color: #CA091D; }
a { background-color: rgb(202,9,29); }
div.DivClassName
{
background-color: #CA091D;
}
.BgClassName
{
background-color: #CA091D;
}
</style>
border-color css
<style>
span { border-color: #CA091D; }
span { border-color: rgb(202,9,29); }
td.TdClassName
{
border-color: #CA091D;
}
.TagClassName
{
border-color: #CA091D;
}
</style>