Shades of Venetian Red #C71218
Tints of Venetian Red #C71218
RGB
CMYK
RGB Variations
Color information
#C71218 (or 0xC71218) is known color: Venetian Red. HEX triplet: C7, 12 and 18. RGB value is (199,18,24). Sum of RGB (Red+Green+Blue) = 199+18+24=241 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.57% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 199 - color contains mainly: red. Hex color #C71218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71218 is #38EDE7. Grayscale: #484848. Windows color (decimal): -3730920 or 1577671. OLE color: 1577671.
HSL color Cylindrical-coordinate representation of color #C71218: hue angle of 358.01º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71218 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 24 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.22 |
| HSL | 358.01º | 0.83% | 0.43% | - |
| HSV(B) | 358.01º | 0.91% | 0.78% | - |
| XYZ | 23.93 | 12.64 | 2.04 | - |
| YUV | 72.8 | 100.47 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 24 | 0 | 0.91 | 0.88 | 0.22 | 358.01 | 0.83 | 0.43 |
| Hex | C7 | 12 | 18 | 0 | 5B | 58 | 16 | 166 | 53 | 2B |
| Octal | 307 | 22 | 30 | 0 | 133 | 130 | 26 | 546 | 123 | 53 |
| Binary | 11000111 | 10010 | 11000 | 0 | 1011011 | 1011000 | 10110 | 101100110 | 1010011 | 101011 |
Color Harmonies of #C71218
Complementary color
Monochromatic Colors of #C71218
Black with #C71218
Text Example
Text Example
White with #C71218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71218; }
p { color: rgb(199,18,24); }
H1.HeaderClassName
{
color: #C71218;
}
.AnyTagClassName
{
color: #C71218;
}
</style>
background-color css
<style>
a { background-color: #C71218; }
a { background-color: rgb(199,18,24); }
div.DivClassName
{
background-color: #C71218;
}
.BgClassName
{
background-color: #C71218;
}
</style>
border-color css
<style>
span { border-color: #C71218; }
span { border-color: rgb(199,18,24); }
td.TdClassName
{
border-color: #C71218;
}
.TagClassName
{
border-color: #C71218;
}
</style>