Shades of Venetian Red #C80226
Tints of Venetian Red #C80226
RGB
CMYK
RGB Variations
Color information
#C80226 (or 0xC80226) is known color: Venetian Red. HEX triplet: C8, 02 and 26. RGB value is (200,2,38). Sum of RGB (Red+Green+Blue) = 200+2+38=240 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.33% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 200 - color contains mainly: red. Hex color #C80226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80226 is #37FDD9. Grayscale: #414141. Windows color (decimal): -3669466 or 2491080. OLE color: 2491080.
HSL color Cylindrical-coordinate representation of color #C80226: hue angle of 349.09º 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 #C80226 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 38 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.22 |
| HSL | 349.09º | 0.98% | 0.4% | - |
| HSV(B) | 349.09º | 0.99% | 0.78% | - |
| XYZ | 24.19 | 12.46 | 2.96 | - |
| YUV | 65.31 | 112.6 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 38 | 0 | 0.99 | 0.81 | 0.22 | 349.09 | 0.98 | 0.4 |
| Hex | C8 | 2 | 26 | 0 | 63 | 51 | 16 | 15D | 62 | 28 |
| Octal | 310 | 2 | 46 | 0 | 143 | 121 | 26 | 535 | 142 | 50 |
| Binary | 11001000 | 10 | 100110 | 0 | 1100011 | 1010001 | 10110 | 101011101 | 1100010 | 101000 |
Color Harmonies of #C80226
Complementary color
Monochromatic Colors of #C80226
Black with #C80226
Text Example
Text Example
White with #C80226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80226; }
p { color: rgb(200,2,38); }
H1.HeaderClassName
{
color: #C80226;
}
.AnyTagClassName
{
color: #C80226;
}
</style>
background-color css
<style>
a { background-color: #C80226; }
a { background-color: rgb(200,2,38); }
div.DivClassName
{
background-color: #C80226;
}
.BgClassName
{
background-color: #C80226;
}
</style>
border-color css
<style>
span { border-color: #C80226; }
span { border-color: rgb(200,2,38); }
td.TdClassName
{
border-color: #C80226;
}
.TagClassName
{
border-color: #C80226;
}
</style>