Shades of Venetian Red #CA081B
Tints of Venetian Red #CA081B
RGB
CMYK
RGB Variations
Color information
#CA081B (or 0xCA081B) is known color: Venetian Red. HEX triplet: CA, 08 and 1B. RGB value is (202,8,27). Sum of RGB (Red+Green+Blue) = 202+8+27=237 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.23% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 202 - color contains mainly: red. Hex color #CA081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA081B is #35F7E4. Grayscale: #444444. Windows color (decimal): -3536869 or 1771722. OLE color: 1771722.
HSL color Cylindrical-coordinate representation of color #CA081B: hue angle of 354.12º 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 #CA081B is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 27 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.21 |
| HSL | 354.12º | 0.92% | 0.41% | - |
| HSV(B) | 354.12º | 0.96% | 0.79% | - |
| XYZ | 24.64 | 12.81 | 2.21 | - |
| YUV | 68.17 | 104.77 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 27 | 0 | 0.96 | 0.87 | 0.21 | 354.12 | 0.92 | 0.41 |
| Hex | CA | 8 | 1B | 0 | 60 | 57 | 15 | 162 | 5C | 29 |
| Octal | 312 | 10 | 33 | 0 | 140 | 127 | 25 | 542 | 134 | 51 |
| Binary | 11001010 | 1000 | 11011 | 0 | 1100000 | 1010111 | 10101 | 101100010 | 1011100 | 101001 |
Color Harmonies of #CA081B
Complementary color
Monochromatic Colors of #CA081B
Black with #CA081B
Text Example
Text Example
White with #CA081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA081B; }
p { color: rgb(202,8,27); }
H1.HeaderClassName
{
color: #CA081B;
}
.AnyTagClassName
{
color: #CA081B;
}
</style>
background-color css
<style>
a { background-color: #CA081B; }
a { background-color: rgb(202,8,27); }
div.DivClassName
{
background-color: #CA081B;
}
.BgClassName
{
background-color: #CA081B;
}
</style>
border-color css
<style>
span { border-color: #CA081B; }
span { border-color: rgb(202,8,27); }
td.TdClassName
{
border-color: #CA081B;
}
.TagClassName
{
border-color: #CA081B;
}
</style>