Shades of Venetian Red #C80924
Tints of Venetian Red #C80924
RGB
CMYK
RGB Variations
Color information
#C80924 (or 0xC80924) is known color: Venetian Red. HEX triplet: C8, 09 and 24. RGB value is (200,9,36). Sum of RGB (Red+Green+Blue) = 200+9+36=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C80924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80924 is #37F6DB. Grayscale: #454545. Windows color (decimal): -3667676 or 2361800. OLE color: 2361800.
HSL color Cylindrical-coordinate representation of color #C80924: hue angle of 351.52º 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 #C80924 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 36 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.22 |
| HSL | 351.52º | 0.91% | 0.41% | - |
| HSV(B) | 351.52º | 0.96% | 0.78% | - |
| XYZ | 24.24 | 12.6 | 2.82 | - |
| YUV | 69.19 | 109.28 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 36 | 0 | 0.96 | 0.82 | 0.22 | 351.52 | 0.91 | 0.41 |
| Hex | C8 | 9 | 24 | 0 | 60 | 52 | 16 | 160 | 5B | 29 |
| Octal | 310 | 11 | 44 | 0 | 140 | 122 | 26 | 540 | 133 | 51 |
| Binary | 11001000 | 1001 | 100100 | 0 | 1100000 | 1010010 | 10110 | 101100000 | 1011011 | 101001 |
Color Harmonies of #C80924
Complementary color
Monochromatic Colors of #C80924
Black with #C80924
Text Example
Text Example
White with #C80924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80924; }
p { color: rgb(200,9,36); }
H1.HeaderClassName
{
color: #C80924;
}
.AnyTagClassName
{
color: #C80924;
}
</style>
background-color css
<style>
a { background-color: #C80924; }
a { background-color: rgb(200,9,36); }
div.DivClassName
{
background-color: #C80924;
}
.BgClassName
{
background-color: #C80924;
}
</style>
border-color css
<style>
span { border-color: #C80924; }
span { border-color: rgb(200,9,36); }
td.TdClassName
{
border-color: #C80924;
}
.TagClassName
{
border-color: #C80924;
}
</style>