Shades of Venetian Red #C40025
Tints of Venetian Red #C40025
RGB
CMYK
RGB Variations
Color information
#C40025 (or 0xC40025) is known color: Venetian Red. HEX triplet: C4, 00 and 25. RGB value is (196,0,37). Sum of RGB (Red+Green+Blue) = 196+0+37=233 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.12% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 196 - color contains mainly: red. Hex color #C40025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40025 is #3BFFDA. Grayscale: #3E3E3E. Windows color (decimal): -3932123 or 2425028. OLE color: 2425028.
HSL color Cylindrical-coordinate representation of color #C40025: hue angle of 348.67º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40025 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.81 | 0.23 |
| HSL | 348.67º | 1% | 0.38% | - |
| HSV(B) | 348.67º | 1% | 0.77% | - |
| XYZ | 23.1 | 11.87 | 2.82 | - |
| YUV | 62.82 | 113.43 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 37 | 0 | 1 | 0.81 | 0.23 | 348.67 | 1 | 0.38 |
| Hex | C4 | 0 | 25 | 0 | 64 | 51 | 17 | 15D | 64 | 26 |
| Octal | 304 | 0 | 45 | 0 | 144 | 121 | 27 | 535 | 144 | 46 |
| Binary | 11000100 | 0 | 100101 | 0 | 1100100 | 1010001 | 10111 | 101011101 | 1100100 | 100110 |
Color Harmonies of #C40025
Complementary color
Monochromatic Colors of #C40025
Black with #C40025
Text Example
Text Example
White with #C40025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40025; }
p { color: rgb(196,0,37); }
H1.HeaderClassName
{
color: #C40025;
}
.AnyTagClassName
{
color: #C40025;
}
</style>
background-color css
<style>
a { background-color: #C40025; }
a { background-color: rgb(196,0,37); }
div.DivClassName
{
background-color: #C40025;
}
.BgClassName
{
background-color: #C40025;
}
</style>
border-color css
<style>
span { border-color: #C40025; }
span { border-color: rgb(196,0,37); }
td.TdClassName
{
border-color: #C40025;
}
.TagClassName
{
border-color: #C40025;
}
</style>