Shades of Venetian Red #C80818
Tints of Venetian Red #C80818
RGB
CMYK
RGB Variations
Color information
#C80818 (or 0xC80818) is known color: Venetian Red. HEX triplet: C8, 08 and 18. RGB value is (200,8,24). Sum of RGB (Red+Green+Blue) = 200+8+24=232 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.21% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 200 - color contains mainly: red. Hex color #C80818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80818 is #37F7E7. Grayscale: #434343. Windows color (decimal): -3667944 or 1575112. OLE color: 1575112.
HSL color Cylindrical-coordinate representation of color #C80818: hue angle of 355º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80818 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 24 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.22 |
| HSL | 355º | 0.92% | 0.41% | - |
| HSV(B) | 355º | 0.96% | 0.78% | - |
| XYZ | 24.07 | 12.52 | 2.01 | - |
| YUV | 67.23 | 103.61 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 24 | 0 | 0.96 | 0.88 | 0.22 | 355 | 0.92 | 0.41 |
| Hex | C8 | 8 | 18 | 0 | 60 | 58 | 16 | 163 | 5C | 29 |
| Octal | 310 | 10 | 30 | 0 | 140 | 130 | 26 | 543 | 134 | 51 |
| Binary | 11001000 | 1000 | 11000 | 0 | 1100000 | 1011000 | 10110 | 101100011 | 1011100 | 101001 |
Color Harmonies of #C80818
Complementary color
Monochromatic Colors of #C80818
Black with #C80818
Text Example
Text Example
White with #C80818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80818; }
p { color: rgb(200,8,24); }
H1.HeaderClassName
{
color: #C80818;
}
.AnyTagClassName
{
color: #C80818;
}
</style>
background-color css
<style>
a { background-color: #C80818; }
a { background-color: rgb(200,8,24); }
div.DivClassName
{
background-color: #C80818;
}
.BgClassName
{
background-color: #C80818;
}
</style>
border-color css
<style>
span { border-color: #C80818; }
span { border-color: rgb(200,8,24); }
td.TdClassName
{
border-color: #C80818;
}
.TagClassName
{
border-color: #C80818;
}
</style>