Shades of Venetian Red #C00918
Tints of Venetian Red #C00918
RGB
CMYK
RGB Variations
Color information
#C00918 (or 0xC00918) is known color: Venetian Red. HEX triplet: C0, 09 and 18. RGB value is (192,9,24). Sum of RGB (Red+Green+Blue) = 192+9+24=225 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.33% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 192 - color contains mainly: red. Hex color #C00918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00918 is #3FF6E7. Grayscale: #414141. Windows color (decimal): -4191976 or 1575360. OLE color: 1575360.
HSL color Cylindrical-coordinate representation of color #C00918: hue angle of 355.08º 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 #C00918 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 24 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.25 |
| HSL | 355.08º | 0.91% | 0.39% | - |
| HSV(B) | 355.08º | 0.95% | 0.75% | - |
| XYZ | 22 | 11.47 | 1.92 | - |
| YUV | 65.43 | 104.63 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 24 | 0 | 0.95 | 0.88 | 0.25 | 355.08 | 0.91 | 0.39 |
| Hex | C0 | 9 | 18 | 0 | 5F | 58 | 19 | 163 | 5B | 27 |
| Octal | 300 | 11 | 30 | 0 | 137 | 130 | 31 | 543 | 133 | 47 |
| Binary | 11000000 | 1001 | 11000 | 0 | 1011111 | 1011000 | 11001 | 101100011 | 1011011 | 100111 |
Color Harmonies of #C00918
Complementary color
Monochromatic Colors of #C00918
Black with #C00918
Text Example
Text Example
White with #C00918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00918; }
p { color: rgb(192,9,24); }
H1.HeaderClassName
{
color: #C00918;
}
.AnyTagClassName
{
color: #C00918;
}
</style>
background-color css
<style>
a { background-color: #C00918; }
a { background-color: rgb(192,9,24); }
div.DivClassName
{
background-color: #C00918;
}
.BgClassName
{
background-color: #C00918;
}
</style>
border-color css
<style>
span { border-color: #C00918; }
span { border-color: rgb(192,9,24); }
td.TdClassName
{
border-color: #C00918;
}
.TagClassName
{
border-color: #C00918;
}
</style>