Shades of Venetian Red #C30203
Tints of Venetian Red #C30203
RGB
CMYK
RGB Variations
Color information
#C30203 (or 0xC30203) is known color: Venetian Red. HEX triplet: C3, 02 and 03. RGB value is (195,2,3). Sum of RGB (Red+Green+Blue) = 195+2+3=200 (26% of max value = 765). Red value is 195 (76.56% from 255 or 97.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 195 - color contains mainly: red. Hex color #C30203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30203 is #3CFDFC. Grayscale: #3C3C3C. Windows color (decimal): -3997181 or 197315. OLE color: 197315.
HSL color Cylindrical-coordinate representation of color #C30203: hue angle of 359.69º 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 #C30203 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 3 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.24 |
| HSL | 359.69º | 0.98% | 0.39% | - |
| HSV(B) | 359.69º | 0.99% | 0.76% | - |
| XYZ | 22.54 | 11.65 | 1.15 | - |
| YUV | 59.82 | 95.94 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 3 | 0 | 0.99 | 0.98 | 0.24 | 359.69 | 0.98 | 0.39 |
| Hex | C3 | 2 | 3 | 0 | 63 | 62 | 18 | 168 | 62 | 27 |
| Octal | 303 | 2 | 3 | 0 | 143 | 142 | 30 | 550 | 142 | 47 |
| Binary | 11000011 | 10 | 11 | 0 | 1100011 | 1100010 | 11000 | 101101000 | 1100010 | 100111 |
Color Harmonies of #C30203
Complementary color
Monochromatic Colors of #C30203
Black with #C30203
Text Example
Text Example
White with #C30203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30203; }
p { color: rgb(195,2,3); }
H1.HeaderClassName
{
color: #C30203;
}
.AnyTagClassName
{
color: #C30203;
}
</style>
background-color css
<style>
a { background-color: #C30203; }
a { background-color: rgb(195,2,3); }
div.DivClassName
{
background-color: #C30203;
}
.BgClassName
{
background-color: #C30203;
}
</style>
border-color css
<style>
span { border-color: #C30203; }
span { border-color: rgb(195,2,3); }
td.TdClassName
{
border-color: #C30203;
}
.TagClassName
{
border-color: #C30203;
}
</style>