Shades of Venetian Red #C3001B
Tints of Venetian Red #C3001B
RGB
CMYK
RGB Variations
Color information
#C3001B (or 0xC3001B) is known color: Venetian Red. HEX triplet: C3, 00 and 1B. RGB value is (195,0,27). Sum of RGB (Red+Green+Blue) = 195+0+27=222 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.84% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 195 - color contains mainly: red. Hex color #C3001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3001B is #3CFFE4. Grayscale: #3D3D3D. Windows color (decimal): -3997669 or 1769667. OLE color: 1769667.
HSL color Cylindrical-coordinate representation of color #C3001B: hue angle of 351.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3001B is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.86 | 0.24 |
| HSL | 351.69º | 1% | 0.38% | - |
| HSV(B) | 351.69º | 1% | 0.76% | - |
| XYZ | 22.7 | 11.68 | 2.1 | - |
| YUV | 61.38 | 108.6 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 27 | 0 | 1 | 0.86 | 0.24 | 351.69 | 1 | 0.38 |
| Hex | C3 | 0 | 1B | 0 | 64 | 56 | 18 | 160 | 64 | 26 |
| Octal | 303 | 0 | 33 | 0 | 144 | 126 | 30 | 540 | 144 | 46 |
| Binary | 11000011 | 0 | 11011 | 0 | 1100100 | 1010110 | 11000 | 101100000 | 1100100 | 100110 |
Color Harmonies of #C3001B
Complementary color
Monochromatic Colors of #C3001B
Black with #C3001B
Text Example
Text Example
White with #C3001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3001B; }
p { color: rgb(195,0,27); }
H1.HeaderClassName
{
color: #C3001B;
}
.AnyTagClassName
{
color: #C3001B;
}
</style>
background-color css
<style>
a { background-color: #C3001B; }
a { background-color: rgb(195,0,27); }
div.DivClassName
{
background-color: #C3001B;
}
.BgClassName
{
background-color: #C3001B;
}
</style>
border-color css
<style>
span { border-color: #C3001B; }
span { border-color: rgb(195,0,27); }
td.TdClassName
{
border-color: #C3001B;
}
.TagClassName
{
border-color: #C3001B;
}
</style>