Shades of Venetian Red #C00915
Tints of Venetian Red #C00915
RGB
CMYK
RGB Variations
Color information
#C00915 (or 0xC00915) is known color: Venetian Red. HEX triplet: C0, 09 and 15. RGB value is (192,9,21). Sum of RGB (Red+Green+Blue) = 192+9+21=222 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.49% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 192 - color contains mainly: red. Hex color #C00915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00915 is #3FF6EA. Grayscale: #414141. Windows color (decimal): -4191979 or 1378752. OLE color: 1378752.
HSL color Cylindrical-coordinate representation of color #C00915: hue angle of 356.07º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00915 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 21 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.25 |
| HSL | 356.07º | 0.91% | 0.39% | - |
| HSV(B) | 356.07º | 0.95% | 0.75% | - |
| XYZ | 21.97 | 11.46 | 1.76 | - |
| YUV | 65.09 | 103.13 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 21 | 0 | 0.95 | 0.89 | 0.25 | 356.07 | 0.91 | 0.39 |
| Hex | C0 | 9 | 15 | 0 | 5F | 59 | 19 | 164 | 5B | 27 |
| Octal | 300 | 11 | 25 | 0 | 137 | 131 | 31 | 544 | 133 | 47 |
| Binary | 11000000 | 1001 | 10101 | 0 | 1011111 | 1011001 | 11001 | 101100100 | 1011011 | 100111 |
Color Harmonies of #C00915
Complementary color
Monochromatic Colors of #C00915
Black with #C00915
Text Example
Text Example
White with #C00915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00915; }
p { color: rgb(192,9,21); }
H1.HeaderClassName
{
color: #C00915;
}
.AnyTagClassName
{
color: #C00915;
}
</style>
background-color css
<style>
a { background-color: #C00915; }
a { background-color: rgb(192,9,21); }
div.DivClassName
{
background-color: #C00915;
}
.BgClassName
{
background-color: #C00915;
}
</style>
border-color css
<style>
span { border-color: #C00915; }
span { border-color: rgb(192,9,21); }
td.TdClassName
{
border-color: #C00915;
}
.TagClassName
{
border-color: #C00915;
}
</style>