Shades of Venetian Red #C8021C
Tints of Venetian Red #C8021C
RGB
CMYK
RGB Variations
Color information
#C8021C (or 0xC8021C) is known color: Venetian Red. HEX triplet: C8, 02 and 1C. RGB value is (200,2,28). Sum of RGB (Red+Green+Blue) = 200+2+28=230 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.96% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 200 - color contains mainly: red. Hex color #C8021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8021C is #37FDE3. Grayscale: #404040. Windows color (decimal): -3669476 or 1835720. OLE color: 1835720.
HSL color Cylindrical-coordinate representation of color #C8021C: hue angle of 352.12º degrees, saturation: 0.98, 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 #C8021C is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.22 |
| HSL | 352.12º | 0.98% | 0.4% | - |
| HSV(B) | 352.12º | 0.99% | 0.78% | - |
| XYZ | 24.05 | 12.41 | 2.23 | - |
| YUV | 64.17 | 107.6 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 28 | 0 | 0.99 | 0.86 | 0.22 | 352.12 | 0.98 | 0.4 |
| Hex | C8 | 2 | 1C | 0 | 63 | 56 | 16 | 160 | 62 | 28 |
| Octal | 310 | 2 | 34 | 0 | 143 | 126 | 26 | 540 | 142 | 50 |
| Binary | 11001000 | 10 | 11100 | 0 | 1100011 | 1010110 | 10110 | 101100000 | 1100010 | 101000 |
Color Harmonies of #C8021C
Complementary color
Monochromatic Colors of #C8021C
Black with #C8021C
Text Example
Text Example
White with #C8021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8021C; }
p { color: rgb(200,2,28); }
H1.HeaderClassName
{
color: #C8021C;
}
.AnyTagClassName
{
color: #C8021C;
}
</style>
background-color css
<style>
a { background-color: #C8021C; }
a { background-color: rgb(200,2,28); }
div.DivClassName
{
background-color: #C8021C;
}
.BgClassName
{
background-color: #C8021C;
}
</style>
border-color css
<style>
span { border-color: #C8021C; }
span { border-color: rgb(200,2,28); }
td.TdClassName
{
border-color: #C8021C;
}
.TagClassName
{
border-color: #C8021C;
}
</style>