Shades of Venetian Red #C8032A
Tints of Venetian Red #C8032A
RGB
CMYK
RGB Variations
Color information
#C8032A (or 0xC8032A) is known color: Venetian Red. HEX triplet: C8, 03 and 2A. RGB value is (200,3,42). Sum of RGB (Red+Green+Blue) = 200+3+42=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C8032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8032A is #37FCD5. Grayscale: #424242. Windows color (decimal): -3669206 or 2753480. OLE color: 2753480.
HSL color Cylindrical-coordinate representation of color #C8032A: hue angle of 348.12º 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 #C8032A is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 42 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.22 |
| HSL | 348.12º | 0.97% | 0.4% | - |
| HSV(B) | 348.12º | 0.99% | 0.78% | - |
| XYZ | 24.27 | 12.51 | 3.33 | - |
| YUV | 66.35 | 114.27 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 42 | 0 | 0.98 | 0.79 | 0.22 | 348.12 | 0.97 | 0.4 |
| Hex | C8 | 3 | 2A | 0 | 62 | 4F | 16 | 15C | 61 | 28 |
| Octal | 310 | 3 | 52 | 0 | 142 | 117 | 26 | 534 | 141 | 50 |
| Binary | 11001000 | 11 | 101010 | 0 | 1100010 | 1001111 | 10110 | 101011100 | 1100001 | 101000 |
Color Harmonies of #C8032A
Complementary color
Monochromatic Colors of #C8032A
Black with #C8032A
Text Example
Text Example
White with #C8032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8032A; }
p { color: rgb(200,3,42); }
H1.HeaderClassName
{
color: #C8032A;
}
.AnyTagClassName
{
color: #C8032A;
}
</style>
background-color css
<style>
a { background-color: #C8032A; }
a { background-color: rgb(200,3,42); }
div.DivClassName
{
background-color: #C8032A;
}
.BgClassName
{
background-color: #C8032A;
}
</style>
border-color css
<style>
span { border-color: #C8032A; }
span { border-color: rgb(200,3,42); }
td.TdClassName
{
border-color: #C8032A;
}
.TagClassName
{
border-color: #C8032A;
}
</style>