Shades of Venetian Red #C40825
Tints of Venetian Red #C40825
RGB
CMYK
RGB Variations
Color information
#C40825 (or 0xC40825) is known color: Venetian Red. HEX triplet: C4, 08 and 25. RGB value is (196,8,37). Sum of RGB (Red+Green+Blue) = 196+8+37=241 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.33% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 196 - color contains mainly: red. Hex color #C40825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40825 is #3BF7DA. Grayscale: #434343. Windows color (decimal): -3930075 or 2427076. OLE color: 2427076.
HSL color Cylindrical-coordinate representation of color #C40825: hue angle of 350.74º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40825 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 37 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.23 |
| HSL | 350.74º | 0.92% | 0.4% | - |
| HSV(B) | 350.74º | 0.96% | 0.77% | - |
| XYZ | 23.19 | 12.04 | 2.85 | - |
| YUV | 67.52 | 110.78 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 37 | 0 | 0.96 | 0.81 | 0.23 | 350.74 | 0.92 | 0.4 |
| Hex | C4 | 8 | 25 | 0 | 60 | 51 | 17 | 15F | 5C | 28 |
| Octal | 304 | 10 | 45 | 0 | 140 | 121 | 27 | 537 | 134 | 50 |
| Binary | 11000100 | 1000 | 100101 | 0 | 1100000 | 1010001 | 10111 | 101011111 | 1011100 | 101000 |
Color Harmonies of #C40825
Complementary color
Monochromatic Colors of #C40825
Black with #C40825
Text Example
Text Example
White with #C40825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40825; }
p { color: rgb(196,8,37); }
H1.HeaderClassName
{
color: #C40825;
}
.AnyTagClassName
{
color: #C40825;
}
</style>
background-color css
<style>
a { background-color: #C40825; }
a { background-color: rgb(196,8,37); }
div.DivClassName
{
background-color: #C40825;
}
.BgClassName
{
background-color: #C40825;
}
</style>
border-color css
<style>
span { border-color: #C40825; }
span { border-color: rgb(196,8,37); }
td.TdClassName
{
border-color: #C40825;
}
.TagClassName
{
border-color: #C40825;
}
</style>