Shades of Venetian Red #C80324
Tints of Venetian Red #C80324
RGB
CMYK
RGB Variations
Color information
#C80324 (or 0xC80324) is known color: Venetian Red. HEX triplet: C8, 03 and 24. RGB value is (200,3,36). Sum of RGB (Red+Green+Blue) = 200+3+36=239 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.68% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 200 - color contains mainly: red. Hex color #C80324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80324 is #37FCDB. Grayscale: #414141. Windows color (decimal): -3669212 or 2360264. OLE color: 2360264.
HSL color Cylindrical-coordinate representation of color #C80324: hue angle of 349.95º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80324 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 36 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.22 |
| HSL | 349.95º | 0.97% | 0.4% | - |
| HSV(B) | 349.95º | 0.99% | 0.78% | - |
| XYZ | 24.17 | 12.47 | 2.8 | - |
| YUV | 65.67 | 111.27 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 36 | 0 | 0.98 | 0.82 | 0.22 | 349.95 | 0.97 | 0.4 |
| Hex | C8 | 3 | 24 | 0 | 62 | 52 | 16 | 15E | 61 | 28 |
| Octal | 310 | 3 | 44 | 0 | 142 | 122 | 26 | 536 | 141 | 50 |
| Binary | 11001000 | 11 | 100100 | 0 | 1100010 | 1010010 | 10110 | 101011110 | 1100001 | 101000 |
Color Harmonies of #C80324
Complementary color
Monochromatic Colors of #C80324
Black with #C80324
Text Example
Text Example
White with #C80324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80324; }
p { color: rgb(200,3,36); }
H1.HeaderClassName
{
color: #C80324;
}
.AnyTagClassName
{
color: #C80324;
}
</style>
background-color css
<style>
a { background-color: #C80324; }
a { background-color: rgb(200,3,36); }
div.DivClassName
{
background-color: #C80324;
}
.BgClassName
{
background-color: #C80324;
}
</style>
border-color css
<style>
span { border-color: #C80324; }
span { border-color: rgb(200,3,36); }
td.TdClassName
{
border-color: #C80324;
}
.TagClassName
{
border-color: #C80324;
}
</style>