Shades of Venetian Red #C40018
Tints of Venetian Red #C40018
RGB
CMYK
RGB Variations
Color information
#C40018 (or 0xC40018) is known color: Venetian Red. HEX triplet: C4, 00 and 18. RGB value is (196,0,24). Sum of RGB (Red+Green+Blue) = 196+0+24=220 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.09% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 196 - color contains mainly: red. Hex color #C40018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40018 is #3BFFE7. Grayscale: #3D3D3D. Windows color (decimal): -3932136 or 1573060. OLE color: 1573060.
HSL color Cylindrical-coordinate representation of color #C40018: hue angle of 352.65º 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 #C40018 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.88 | 0.23 |
| HSL | 352.65º | 1% | 0.38% | - |
| HSV(B) | 352.65º | 1% | 0.77% | - |
| XYZ | 22.93 | 11.8 | 1.93 | - |
| YUV | 61.34 | 106.93 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 24 | 0 | 1 | 0.88 | 0.23 | 352.65 | 1 | 0.38 |
| Hex | C4 | 0 | 18 | 0 | 64 | 58 | 17 | 161 | 64 | 26 |
| Octal | 304 | 0 | 30 | 0 | 144 | 130 | 27 | 541 | 144 | 46 |
| Binary | 11000100 | 0 | 11000 | 0 | 1100100 | 1011000 | 10111 | 101100001 | 1100100 | 100110 |
Color Harmonies of #C40018
Complementary color
Monochromatic Colors of #C40018
Black with #C40018
Text Example
Text Example
White with #C40018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40018; }
p { color: rgb(196,0,24); }
H1.HeaderClassName
{
color: #C40018;
}
.AnyTagClassName
{
color: #C40018;
}
</style>
background-color css
<style>
a { background-color: #C40018; }
a { background-color: rgb(196,0,24); }
div.DivClassName
{
background-color: #C40018;
}
.BgClassName
{
background-color: #C40018;
}
</style>
border-color css
<style>
span { border-color: #C40018; }
span { border-color: rgb(196,0,24); }
td.TdClassName
{
border-color: #C40018;
}
.TagClassName
{
border-color: #C40018;
}
</style>