Shades of Venetian Red #CA000D
Tints of Venetian Red #CA000D
RGB
CMYK
RGB Variations
Color information
#CA000D (or 0xCA000D) is known color: Venetian Red. HEX triplet: CA, 00 and 0D. RGB value is (202,0,13). Sum of RGB (Red+Green+Blue) = 202+0+13=215 (28% of max value = 765). Red value is 202 (79.30% from 255 or 93.95% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 202 - color contains mainly: red. Hex color #CA000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA000D is #35FFF2. Grayscale: #3E3E3E. Windows color (decimal): -3538931 or 852170. OLE color: 852170.
HSL color Cylindrical-coordinate representation of color #CA000D: hue angle of 356.14º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA000D is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.94 | 0.21 |
| HSL | 356.14º | 1% | 0.4% | - |
| HSV(B) | 356.14º | 1% | 0.79% | - |
| XYZ | 24.43 | 12.59 | 1.52 | - |
| YUV | 61.88 | 100.42 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 13 | 0 | 1 | 0.94 | 0.21 | 356.14 | 1 | 0.4 |
| Hex | CA | 0 | D | 0 | 64 | 5E | 15 | 164 | 64 | 28 |
| Octal | 312 | 0 | 15 | 0 | 144 | 136 | 25 | 544 | 144 | 50 |
| Binary | 11001010 | 0 | 1101 | 0 | 1100100 | 1011110 | 10101 | 101100100 | 1100100 | 101000 |
Color Harmonies of #CA000D
Complementary color
Monochromatic Colors of #CA000D
Black with #CA000D
Text Example
Text Example
White with #CA000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA000D; }
p { color: rgb(202,0,13); }
H1.HeaderClassName
{
color: #CA000D;
}
.AnyTagClassName
{
color: #CA000D;
}
</style>
background-color css
<style>
a { background-color: #CA000D; }
a { background-color: rgb(202,0,13); }
div.DivClassName
{
background-color: #CA000D;
}
.BgClassName
{
background-color: #CA000D;
}
</style>
border-color css
<style>
span { border-color: #CA000D; }
span { border-color: rgb(202,0,13); }
td.TdClassName
{
border-color: #CA000D;
}
.TagClassName
{
border-color: #CA000D;
}
</style>