Shades of Venetian Red #C21517
Tints of Venetian Red #C21517
RGB
CMYK
RGB Variations
Color information
#C21517 (or 0xC21517) is known color: Venetian Red. HEX triplet: C2, 15 and 17. RGB value is (194,21,23). Sum of RGB (Red+Green+Blue) = 194+21+23=238 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.51% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 194 - color contains mainly: red. Hex color #C21517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21517 is #3DEAE8. Grayscale: #494949. Windows color (decimal): -4057833 or 1512898. OLE color: 1512898.
HSL color Cylindrical-coordinate representation of color #C21517: hue angle of 359.31º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21517 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 23 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.24 |
| HSL | 359.31º | 0.8% | 0.42% | - |
| HSV(B) | 359.31º | 0.89% | 0.76% | - |
| XYZ | 22.67 | 12.07 | 1.94 | - |
| YUV | 72.96 | 99.81 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 23 | 0 | 0.89 | 0.88 | 0.24 | 359.31 | 0.8 | 0.42 |
| Hex | C2 | 15 | 17 | 0 | 59 | 58 | 18 | 167 | 50 | 2A |
| Octal | 302 | 25 | 27 | 0 | 131 | 130 | 30 | 547 | 120 | 52 |
| Binary | 11000010 | 10101 | 10111 | 0 | 1011001 | 1011000 | 11000 | 101100111 | 1010000 | 101010 |
Color Harmonies of #C21517
Complementary color
Monochromatic Colors of #C21517
Black with #C21517
Text Example
Text Example
White with #C21517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21517; }
p { color: rgb(194,21,23); }
H1.HeaderClassName
{
color: #C21517;
}
.AnyTagClassName
{
color: #C21517;
}
</style>
background-color css
<style>
a { background-color: #C21517; }
a { background-color: rgb(194,21,23); }
div.DivClassName
{
background-color: #C21517;
}
.BgClassName
{
background-color: #C21517;
}
</style>
border-color css
<style>
span { border-color: #C21517; }
span { border-color: rgb(194,21,23); }
td.TdClassName
{
border-color: #C21517;
}
.TagClassName
{
border-color: #C21517;
}
</style>