Shades of Venetian Red #C00919
Tints of Venetian Red #C00919
RGB
CMYK
RGB Variations
Color information
#C00919 (or 0xC00919) is known color: Venetian Red. HEX triplet: C0, 09 and 19. RGB value is (192,9,25). Sum of RGB (Red+Green+Blue) = 192+9+25=226 (29% of max value = 765). Red value is 192 (75.39% from 255 or 84.96% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 192 - color contains mainly: red. Hex color #C00919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00919 is #3FF6E6. Grayscale: #414141. Windows color (decimal): -4191975 or 1640896. OLE color: 1640896.
HSL color Cylindrical-coordinate representation of color #C00919: hue angle of 354.75º 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 #C00919 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 25 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.25 |
| HSL | 354.75º | 0.91% | 0.39% | - |
| HSV(B) | 354.75º | 0.95% | 0.75% | - |
| XYZ | 22.01 | 11.47 | 1.97 | - |
| YUV | 65.54 | 105.13 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 25 | 0 | 0.95 | 0.87 | 0.25 | 354.75 | 0.91 | 0.39 |
| Hex | C0 | 9 | 19 | 0 | 5F | 57 | 19 | 163 | 5B | 27 |
| Octal | 300 | 11 | 31 | 0 | 137 | 127 | 31 | 543 | 133 | 47 |
| Binary | 11000000 | 1001 | 11001 | 0 | 1011111 | 1010111 | 11001 | 101100011 | 1011011 | 100111 |
Color Harmonies of #C00919
Complementary color
Monochromatic Colors of #C00919
Black with #C00919
Text Example
Text Example
White with #C00919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00919; }
p { color: rgb(192,9,25); }
H1.HeaderClassName
{
color: #C00919;
}
.AnyTagClassName
{
color: #C00919;
}
</style>
background-color css
<style>
a { background-color: #C00919; }
a { background-color: rgb(192,9,25); }
div.DivClassName
{
background-color: #C00919;
}
.BgClassName
{
background-color: #C00919;
}
</style>
border-color css
<style>
span { border-color: #C00919; }
span { border-color: rgb(192,9,25); }
td.TdClassName
{
border-color: #C00919;
}
.TagClassName
{
border-color: #C00919;
}
</style>