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