Shades of Venetian Red #C00928
Tints of Venetian Red #C00928
RGB
CMYK
RGB Variations
Color information
#C00928 (or 0xC00928) is known color: Venetian Red. HEX triplet: C0, 09 and 28. RGB value is (192,9,40). Sum of RGB (Red+Green+Blue) = 192+9+40=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C00928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00928 is #3FF6D7. Grayscale: #434343. Windows color (decimal): -4191960 or 2623936. OLE color: 2623936.
HSL color Cylindrical-coordinate representation of color #C00928: hue angle of 349.84º 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 #C00928 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 40 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.25 |
| HSL | 349.84º | 0.91% | 0.39% | - |
| HSV(B) | 349.84º | 0.95% | 0.75% | - |
| XYZ | 22.22 | 11.56 | 3.07 | - |
| YUV | 67.25 | 112.63 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 40 | 0 | 0.95 | 0.79 | 0.25 | 349.84 | 0.91 | 0.39 |
| Hex | C0 | 9 | 28 | 0 | 5F | 4F | 19 | 15E | 5B | 27 |
| Octal | 300 | 11 | 50 | 0 | 137 | 117 | 31 | 536 | 133 | 47 |
| Binary | 11000000 | 1001 | 101000 | 0 | 1011111 | 1001111 | 11001 | 101011110 | 1011011 | 100111 |
Color Harmonies of #C00928
Complementary color
Monochromatic Colors of #C00928
Black with #C00928
Text Example
Text Example
White with #C00928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00928; }
p { color: rgb(192,9,40); }
H1.HeaderClassName
{
color: #C00928;
}
.AnyTagClassName
{
color: #C00928;
}
</style>
background-color css
<style>
a { background-color: #C00928; }
a { background-color: rgb(192,9,40); }
div.DivClassName
{
background-color: #C00928;
}
.BgClassName
{
background-color: #C00928;
}
</style>
border-color css
<style>
span { border-color: #C00928; }
span { border-color: rgb(192,9,40); }
td.TdClassName
{
border-color: #C00928;
}
.TagClassName
{
border-color: #C00928;
}
</style>