Shades of Venetian Red #CA030F
Tints of Venetian Red #CA030F
RGB
CMYK
RGB Variations
Color information
#CA030F (or 0xCA030F) is known color: Venetian Red. HEX triplet: CA, 03 and 0F. RGB value is (202,3,15). Sum of RGB (Red+Green+Blue) = 202+3+15=220 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.82% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 202 - color contains mainly: red. Hex color #CA030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA030F is #35FCF0. Grayscale: #404040. Windows color (decimal): -3538161 or 984010. OLE color: 984010.
HSL color Cylindrical-coordinate representation of color #CA030F: hue angle of 356.38º 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 #CA030F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 15 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.21 |
| HSL | 356.38º | 0.97% | 0.4% | - |
| HSV(B) | 356.38º | 0.99% | 0.79% | - |
| XYZ | 24.48 | 12.66 | 1.6 | - |
| YUV | 63.87 | 100.43 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 15 | 0 | 0.99 | 0.93 | 0.21 | 356.38 | 0.97 | 0.4 |
| Hex | CA | 3 | F | 0 | 63 | 5D | 15 | 164 | 61 | 28 |
| Octal | 312 | 3 | 17 | 0 | 143 | 135 | 25 | 544 | 141 | 50 |
| Binary | 11001010 | 11 | 1111 | 0 | 1100011 | 1011101 | 10101 | 101100100 | 1100001 | 101000 |
Color Harmonies of #CA030F
Complementary color
Monochromatic Colors of #CA030F
Black with #CA030F
Text Example
Text Example
White with #CA030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA030F; }
p { color: rgb(202,3,15); }
H1.HeaderClassName
{
color: #CA030F;
}
.AnyTagClassName
{
color: #CA030F;
}
</style>
background-color css
<style>
a { background-color: #CA030F; }
a { background-color: rgb(202,3,15); }
div.DivClassName
{
background-color: #CA030F;
}
.BgClassName
{
background-color: #CA030F;
}
</style>
border-color css
<style>
span { border-color: #CA030F; }
span { border-color: rgb(202,3,15); }
td.TdClassName
{
border-color: #CA030F;
}
.TagClassName
{
border-color: #CA030F;
}
</style>