Shades of Venetian Red #C70918
Tints of Venetian Red #C70918
RGB
CMYK
RGB Variations
Color information
#C70918 (or 0xC70918) is known color: Venetian Red. HEX triplet: C7, 09 and 18. RGB value is (199,9,24). Sum of RGB (Red+Green+Blue) = 199+9+24=232 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.78% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 199 - color contains mainly: red. Hex color #C70918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70918 is #38F6E7. Grayscale: #434343. Windows color (decimal): -3733224 or 1575367. OLE color: 1575367.
HSL color Cylindrical-coordinate representation of color #C70918: hue angle of 355.26º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70918 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 24 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.22 |
| HSL | 355.26º | 0.91% | 0.41% | - |
| HSV(B) | 355.26º | 0.95% | 0.78% | - |
| XYZ | 23.82 | 12.4 | 2 | - |
| YUV | 67.52 | 103.45 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 24 | 0 | 0.95 | 0.88 | 0.22 | 355.26 | 0.91 | 0.41 |
| Hex | C7 | 9 | 18 | 0 | 5F | 58 | 16 | 163 | 5B | 29 |
| Octal | 307 | 11 | 30 | 0 | 137 | 130 | 26 | 543 | 133 | 51 |
| Binary | 11000111 | 1001 | 11000 | 0 | 1011111 | 1011000 | 10110 | 101100011 | 1011011 | 101001 |
Color Harmonies of #C70918
Complementary color
Monochromatic Colors of #C70918
Black with #C70918
Text Example
Text Example
White with #C70918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70918; }
p { color: rgb(199,9,24); }
H1.HeaderClassName
{
color: #C70918;
}
.AnyTagClassName
{
color: #C70918;
}
</style>
background-color css
<style>
a { background-color: #C70918; }
a { background-color: rgb(199,9,24); }
div.DivClassName
{
background-color: #C70918;
}
.BgClassName
{
background-color: #C70918;
}
</style>
border-color css
<style>
span { border-color: #C70918; }
span { border-color: rgb(199,9,24); }
td.TdClassName
{
border-color: #C70918;
}
.TagClassName
{
border-color: #C70918;
}
</style>