Shades of Venetian Red #C00927
Tints of Venetian Red #C00927
RGB
CMYK
RGB Variations
Color information
#C00927 (or 0xC00927) is known color: Venetian Red. HEX triplet: C0, 09 and 27. RGB value is (192,9,39). Sum of RGB (Red+Green+Blue) = 192+9+39=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C00927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00927 is #3FF6D8. Grayscale: #434343. Windows color (decimal): -4191961 or 2558400. OLE color: 2558400.
HSL color Cylindrical-coordinate representation of color #C00927: hue angle of 350.16º 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 #C00927 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 39 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.25 |
| HSL | 350.16º | 0.91% | 0.39% | - |
| HSV(B) | 350.16º | 0.95% | 0.75% | - |
| XYZ | 22.2 | 11.55 | 2.98 | - |
| YUV | 67.14 | 112.13 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 39 | 0 | 0.95 | 0.80 | 0.25 | 350.16 | 0.91 | 0.39 |
| Hex | C0 | 9 | 27 | 0 | 5F | 50 | 19 | 15E | 5B | 27 |
| Octal | 300 | 11 | 47 | 0 | 137 | 120 | 31 | 536 | 133 | 47 |
| Binary | 11000000 | 1001 | 100111 | 0 | 1011111 | 1010000 | 11001 | 101011110 | 1011011 | 100111 |
Color Harmonies of #C00927
Complementary color
Monochromatic Colors of #C00927
Black with #C00927
Text Example
Text Example
White with #C00927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00927; }
p { color: rgb(192,9,39); }
H1.HeaderClassName
{
color: #C00927;
}
.AnyTagClassName
{
color: #C00927;
}
</style>
background-color css
<style>
a { background-color: #C00927; }
a { background-color: rgb(192,9,39); }
div.DivClassName
{
background-color: #C00927;
}
.BgClassName
{
background-color: #C00927;
}
</style>
border-color css
<style>
span { border-color: #C00927; }
span { border-color: rgb(192,9,39); }
td.TdClassName
{
border-color: #C00927;
}
.TagClassName
{
border-color: #C00927;
}
</style>