Shades of Venetian Red #C10421
Tints of Venetian Red #C10421
RGB
CMYK
RGB Variations
Color information
#C10421 (or 0xC10421) is known color: Venetian Red. HEX triplet: C1, 04 and 21. RGB value is (193,4,33). Sum of RGB (Red+Green+Blue) = 193+4+33=230 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.91% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 193 - color contains mainly: red. Hex color #C10421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10421 is #3EFBDE. Grayscale: #3F3F3F. Windows color (decimal): -4127711 or 2163905. OLE color: 2163905.
HSL color Cylindrical-coordinate representation of color #C10421: hue angle of 350.79º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10421 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 33 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.24 |
| HSL | 350.79º | 0.96% | 0.39% | - |
| HSV(B) | 350.79º | 0.98% | 0.76% | - |
| XYZ | 22.31 | 11.53 | 2.49 | - |
| YUV | 63.82 | 110.62 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 33 | 0 | 0.98 | 0.83 | 0.24 | 350.79 | 0.96 | 0.39 |
| Hex | C1 | 4 | 21 | 0 | 62 | 53 | 18 | 15F | 60 | 27 |
| Octal | 301 | 4 | 41 | 0 | 142 | 123 | 30 | 537 | 140 | 47 |
| Binary | 11000001 | 100 | 100001 | 0 | 1100010 | 1010011 | 11000 | 101011111 | 1100000 | 100111 |
Color Harmonies of #C10421
Complementary color
Monochromatic Colors of #C10421
Black with #C10421
Text Example
Text Example
White with #C10421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10421; }
p { color: rgb(193,4,33); }
H1.HeaderClassName
{
color: #C10421;
}
.AnyTagClassName
{
color: #C10421;
}
</style>
background-color css
<style>
a { background-color: #C10421; }
a { background-color: rgb(193,4,33); }
div.DivClassName
{
background-color: #C10421;
}
.BgClassName
{
background-color: #C10421;
}
</style>
border-color css
<style>
span { border-color: #C10421; }
span { border-color: rgb(193,4,33); }
td.TdClassName
{
border-color: #C10421;
}
.TagClassName
{
border-color: #C10421;
}
</style>