Shades of Venetian Red #C70018
Tints of Venetian Red #C70018
RGB
CMYK
RGB Variations
Color information
#C70018 (or 0xC70018) is known color: Venetian Red. HEX triplet: C7, 00 and 18. RGB value is (199,0,24). Sum of RGB (Red+Green+Blue) = 199+0+24=223 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.24% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 199 - color contains mainly: red. Hex color #C70018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70018 is #38FFE7. Grayscale: #3E3E3E. Windows color (decimal): -3735528 or 1573063. OLE color: 1573063.
HSL color Cylindrical-coordinate representation of color #C70018: hue angle of 352.76º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70018 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.88 | 0.22 |
| HSL | 352.76º | 1% | 0.39% | - |
| HSV(B) | 352.76º | 1% | 0.78% | - |
| XYZ | 23.72 | 12.21 | 1.97 | - |
| YUV | 62.24 | 106.43 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 24 | 0 | 1 | 0.88 | 0.22 | 352.76 | 1 | 0.39 |
| Hex | C7 | 0 | 18 | 0 | 64 | 58 | 16 | 161 | 64 | 27 |
| Octal | 307 | 0 | 30 | 0 | 144 | 130 | 26 | 541 | 144 | 47 |
| Binary | 11000111 | 0 | 11000 | 0 | 1100100 | 1011000 | 10110 | 101100001 | 1100100 | 100111 |
Color Harmonies of #C70018
Complementary color
Monochromatic Colors of #C70018
Black with #C70018
Text Example
Text Example
White with #C70018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70018; }
p { color: rgb(199,0,24); }
H1.HeaderClassName
{
color: #C70018;
}
.AnyTagClassName
{
color: #C70018;
}
</style>
background-color css
<style>
a { background-color: #C70018; }
a { background-color: rgb(199,0,24); }
div.DivClassName
{
background-color: #C70018;
}
.BgClassName
{
background-color: #C70018;
}
</style>
border-color css
<style>
span { border-color: #C70018; }
span { border-color: rgb(199,0,24); }
td.TdClassName
{
border-color: #C70018;
}
.TagClassName
{
border-color: #C70018;
}
</style>