Shades of Venetian Red #C81213
Tints of Venetian Red #C81213
RGB
CMYK
RGB Variations
Color information
#C81213 (or 0xC81213) is known color: Venetian Red. HEX triplet: C8, 12 and 13. RGB value is (200,18,19). Sum of RGB (Red+Green+Blue) = 200+18+19=237 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.39% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 200 - color contains mainly: red. Hex color #C81213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81213 is #37EDEC. Grayscale: #484848. Windows color (decimal): -3665389 or 1249992. OLE color: 1249992.
HSL color Cylindrical-coordinate representation of color #C81213: hue angle of 359.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81213 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 19 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.22 |
| HSL | 359.67º | 0.83% | 0.43% | - |
| HSV(B) | 359.67º | 0.91% | 0.78% | - |
| XYZ | 24.15 | 12.76 | 1.81 | - |
| YUV | 72.53 | 97.8 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 19 | 0 | 0.91 | 0.90 | 0.22 | 359.67 | 0.83 | 0.43 |
| Hex | C8 | 12 | 13 | 0 | 5B | 5A | 16 | 168 | 53 | 2B |
| Octal | 310 | 22 | 23 | 0 | 133 | 132 | 26 | 550 | 123 | 53 |
| Binary | 11001000 | 10010 | 10011 | 0 | 1011011 | 1011010 | 10110 | 101101000 | 1010011 | 101011 |
Color Harmonies of #C81213
Complementary color
Monochromatic Colors of #C81213
Black with #C81213
Text Example
Text Example
White with #C81213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81213; }
p { color: rgb(200,18,19); }
H1.HeaderClassName
{
color: #C81213;
}
.AnyTagClassName
{
color: #C81213;
}
</style>
background-color css
<style>
a { background-color: #C81213; }
a { background-color: rgb(200,18,19); }
div.DivClassName
{
background-color: #C81213;
}
.BgClassName
{
background-color: #C81213;
}
</style>
border-color css
<style>
span { border-color: #C81213; }
span { border-color: rgb(200,18,19); }
td.TdClassName
{
border-color: #C81213;
}
.TagClassName
{
border-color: #C81213;
}
</style>