Shades of Venetian Red #C81415
Tints of Venetian Red #C81415
RGB
CMYK
RGB Variations
Color information
#C81415 (or 0xC81415) is known color: Venetian Red. HEX triplet: C8, 14 and 15. RGB value is (200,20,21). Sum of RGB (Red+Green+Blue) = 200+20+21=241 (31% of max value = 765). Red value is 200 (78.52% from 255 or 82.99% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 200 - color contains mainly: red. Hex color #C81415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81415 is #37EBEA. Grayscale: #4A4A4A. Windows color (decimal): -3664875 or 1381576. OLE color: 1381576.
HSL color Cylindrical-coordinate representation of color #C81415: hue angle of 359.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81415 is Cyan = 0, Magento = 0.9, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 21 | - |
| CMYK | 0 | 0.9 | 0.90 | 0.22 |
| HSL | 359.67º | 0.82% | 0.43% | - |
| HSV(B) | 359.67º | 0.9% | 0.78% | - |
| XYZ | 24.2 | 12.83 | 1.91 | - |
| YUV | 73.93 | 98.13 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 21 | 0 | 0.9 | 0.90 | 0.22 | 359.67 | 0.82 | 0.43 |
| Hex | C8 | 14 | 15 | 0 | 5A | 5A | 16 | 168 | 52 | 2B |
| Octal | 310 | 24 | 25 | 0 | 132 | 132 | 26 | 550 | 122 | 53 |
| Binary | 11001000 | 10100 | 10101 | 0 | 1011010 | 1011010 | 10110 | 101101000 | 1010010 | 101011 |
Color Harmonies of #C81415
Complementary color
Monochromatic Colors of #C81415
Black with #C81415
Text Example
Text Example
White with #C81415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81415; }
p { color: rgb(200,20,21); }
H1.HeaderClassName
{
color: #C81415;
}
.AnyTagClassName
{
color: #C81415;
}
</style>
background-color css
<style>
a { background-color: #C81415; }
a { background-color: rgb(200,20,21); }
div.DivClassName
{
background-color: #C81415;
}
.BgClassName
{
background-color: #C81415;
}
</style>
border-color css
<style>
span { border-color: #C81415; }
span { border-color: rgb(200,20,21); }
td.TdClassName
{
border-color: #C81415;
}
.TagClassName
{
border-color: #C81415;
}
</style>