Shades of Venetian Red #C10228
Tints of Venetian Red #C10228
RGB
CMYK
RGB Variations
Color information
#C10228 (or 0xC10228) is known color: Venetian Red. HEX triplet: C1, 02 and 28. RGB value is (193,2,40). Sum of RGB (Red+Green+Blue) = 193+2+40=235 (31% of max value = 765). Red value is 193 (75.78% from 255 or 82.13% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 193 - color contains mainly: red. Hex color #C10228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10228 is #3EFDD7. Grayscale: #3F3F3F. Windows color (decimal): -4128216 or 2622145. OLE color: 2622145.
HSL color Cylindrical-coordinate representation of color #C10228: hue angle of 348.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10228 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.24 |
| HSL | 348.06º | 0.98% | 0.38% | - |
| HSV(B) | 348.06º | 0.99% | 0.76% | - |
| XYZ | 22.4 | 11.53 | 3.05 | - |
| YUV | 63.44 | 114.78 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 40 | 0 | 0.99 | 0.79 | 0.24 | 348.06 | 0.98 | 0.38 |
| Hex | C1 | 2 | 28 | 0 | 63 | 4F | 18 | 15C | 62 | 26 |
| Octal | 301 | 2 | 50 | 0 | 143 | 117 | 30 | 534 | 142 | 46 |
| Binary | 11000001 | 10 | 101000 | 0 | 1100011 | 1001111 | 11000 | 101011100 | 1100010 | 100110 |
Color Harmonies of #C10228
Complementary color
Monochromatic Colors of #C10228
Black with #C10228
Text Example
Text Example
White with #C10228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10228; }
p { color: rgb(193,2,40); }
H1.HeaderClassName
{
color: #C10228;
}
.AnyTagClassName
{
color: #C10228;
}
</style>
background-color css
<style>
a { background-color: #C10228; }
a { background-color: rgb(193,2,40); }
div.DivClassName
{
background-color: #C10228;
}
.BgClassName
{
background-color: #C10228;
}
</style>
border-color css
<style>
span { border-color: #C10228; }
span { border-color: rgb(193,2,40); }
td.TdClassName
{
border-color: #C10228;
}
.TagClassName
{
border-color: #C10228;
}
</style>