Shades of Venetian Red #C30212
Tints of Venetian Red #C30212
RGB
CMYK
RGB Variations
Color information
#C30212 (or 0xC30212) is known color: Venetian Red. HEX triplet: C3, 02 and 12. RGB value is (195,2,18). Sum of RGB (Red+Green+Blue) = 195+2+18=215 (28% of max value = 765). Red value is 195 (76.56% from 255 or 90.70% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 195 - color contains mainly: red. Hex color #C30212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30212 is #3CFDED. Grayscale: #3D3D3D. Windows color (decimal): -3997166 or 1180355. OLE color: 1180355.
HSL color Cylindrical-coordinate representation of color #C30212: hue angle of 355.03º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30212 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.24 |
| HSL | 355.03º | 0.98% | 0.39% | - |
| HSV(B) | 355.03º | 0.99% | 0.76% | - |
| XYZ | 22.64 | 11.69 | 1.64 | - |
| YUV | 61.53 | 103.44 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 18 | 0 | 0.99 | 0.91 | 0.24 | 355.03 | 0.98 | 0.39 |
| Hex | C3 | 2 | 12 | 0 | 63 | 5B | 18 | 163 | 62 | 27 |
| Octal | 303 | 2 | 22 | 0 | 143 | 133 | 30 | 543 | 142 | 47 |
| Binary | 11000011 | 10 | 10010 | 0 | 1100011 | 1011011 | 11000 | 101100011 | 1100010 | 100111 |
Color Harmonies of #C30212
Complementary color
Monochromatic Colors of #C30212
Black with #C30212
Text Example
Text Example
White with #C30212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30212; }
p { color: rgb(195,2,18); }
H1.HeaderClassName
{
color: #C30212;
}
.AnyTagClassName
{
color: #C30212;
}
</style>
background-color css
<style>
a { background-color: #C30212; }
a { background-color: rgb(195,2,18); }
div.DivClassName
{
background-color: #C30212;
}
.BgClassName
{
background-color: #C30212;
}
</style>
border-color css
<style>
span { border-color: #C30212; }
span { border-color: rgb(195,2,18); }
td.TdClassName
{
border-color: #C30212;
}
.TagClassName
{
border-color: #C30212;
}
</style>