Shades of Venetian Red #C3021D
Tints of Venetian Red #C3021D
RGB
CMYK
RGB Variations
Color information
#C3021D (or 0xC3021D) is known color: Venetian Red. HEX triplet: C3, 02 and 1D. RGB value is (195,2,29). Sum of RGB (Red+Green+Blue) = 195+2+29=226 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.28% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 195 - color contains mainly: red. Hex color #C3021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3021D is #3CFDE2. Grayscale: #3E3E3E. Windows color (decimal): -3997155 or 1901251. OLE color: 1901251.
HSL color Cylindrical-coordinate representation of color #C3021D: hue angle of 351.61º 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 #C3021D is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.24 |
| HSL | 351.61º | 0.98% | 0.39% | - |
| HSV(B) | 351.61º | 0.99% | 0.76% | - |
| XYZ | 22.75 | 11.73 | 2.23 | - |
| YUV | 62.79 | 108.94 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 29 | 0 | 0.99 | 0.85 | 0.24 | 351.61 | 0.98 | 0.39 |
| Hex | C3 | 2 | 1D | 0 | 63 | 55 | 18 | 160 | 62 | 27 |
| Octal | 303 | 2 | 35 | 0 | 143 | 125 | 30 | 540 | 142 | 47 |
| Binary | 11000011 | 10 | 11101 | 0 | 1100011 | 1010101 | 11000 | 101100000 | 1100010 | 100111 |
Color Harmonies of #C3021D
Complementary color
Monochromatic Colors of #C3021D
Black with #C3021D
Text Example
Text Example
White with #C3021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3021D; }
p { color: rgb(195,2,29); }
H1.HeaderClassName
{
color: #C3021D;
}
.AnyTagClassName
{
color: #C3021D;
}
</style>
background-color css
<style>
a { background-color: #C3021D; }
a { background-color: rgb(195,2,29); }
div.DivClassName
{
background-color: #C3021D;
}
.BgClassName
{
background-color: #C3021D;
}
</style>
border-color css
<style>
span { border-color: #C3021D; }
span { border-color: rgb(195,2,29); }
td.TdClassName
{
border-color: #C3021D;
}
.TagClassName
{
border-color: #C3021D;
}
</style>