Shades of Venetian Red #C70924
Tints of Venetian Red #C70924
RGB
CMYK
RGB Variations
Color information
#C70924 (or 0xC70924) is known color: Venetian Red. HEX triplet: C7, 09 and 24. RGB value is (199,9,36). Sum of RGB (Red+Green+Blue) = 199+9+36=244 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.56% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 199 - color contains mainly: red. Hex color #C70924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70924 is #38F6DB. Grayscale: #444444. Windows color (decimal): -3733212 or 2361799. OLE color: 2361799.
HSL color Cylindrical-coordinate representation of color #C70924: hue angle of 351.47º 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 #C70924 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 36 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.22 |
| HSL | 351.47º | 0.91% | 0.41% | - |
| HSV(B) | 351.47º | 0.95% | 0.78% | - |
| XYZ | 23.97 | 12.46 | 2.81 | - |
| YUV | 68.89 | 109.45 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 36 | 0 | 0.95 | 0.82 | 0.22 | 351.47 | 0.91 | 0.41 |
| Hex | C7 | 9 | 24 | 0 | 5F | 52 | 16 | 15F | 5B | 29 |
| Octal | 307 | 11 | 44 | 0 | 137 | 122 | 26 | 537 | 133 | 51 |
| Binary | 11000111 | 1001 | 100100 | 0 | 1011111 | 1010010 | 10110 | 101011111 | 1011011 | 101001 |
Color Harmonies of #C70924
Complementary color
Monochromatic Colors of #C70924
Black with #C70924
Text Example
Text Example
White with #C70924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70924; }
p { color: rgb(199,9,36); }
H1.HeaderClassName
{
color: #C70924;
}
.AnyTagClassName
{
color: #C70924;
}
</style>
background-color css
<style>
a { background-color: #C70924; }
a { background-color: rgb(199,9,36); }
div.DivClassName
{
background-color: #C70924;
}
.BgClassName
{
background-color: #C70924;
}
</style>
border-color css
<style>
span { border-color: #C70924; }
span { border-color: rgb(199,9,36); }
td.TdClassName
{
border-color: #C70924;
}
.TagClassName
{
border-color: #C70924;
}
</style>