Shades of Venetian Red #C3001D
Tints of Venetian Red #C3001D
RGB
CMYK
RGB Variations
Color information
#C3001D (or 0xC3001D) is known color: Venetian Red. HEX triplet: C3, 00 and 1D. RGB value is (195,0,29). Sum of RGB (Red+Green+Blue) = 195+0+29=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C3001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3001D is #3CFFE2. Grayscale: #3D3D3D. Windows color (decimal): -3997667 or 1900739. OLE color: 1900739.
HSL color Cylindrical-coordinate representation of color #C3001D: hue angle of 351.08º 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 #C3001D is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.85 | 0.24 |
| HSL | 351.08º | 1% | 0.38% | - |
| HSV(B) | 351.08º | 1% | 0.76% | - |
| XYZ | 22.73 | 11.69 | 2.22 | - |
| YUV | 61.61 | 109.6 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 29 | 0 | 1 | 0.85 | 0.24 | 351.08 | 1 | 0.38 |
| Hex | C3 | 0 | 1D | 0 | 64 | 55 | 18 | 15F | 64 | 26 |
| Octal | 303 | 0 | 35 | 0 | 144 | 125 | 30 | 537 | 144 | 46 |
| Binary | 11000011 | 0 | 11101 | 0 | 1100100 | 1010101 | 11000 | 101011111 | 1100100 | 100110 |
Color Harmonies of #C3001D
Complementary color
Monochromatic Colors of #C3001D
Black with #C3001D
Text Example
Text Example
White with #C3001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3001D; }
p { color: rgb(195,0,29); }
H1.HeaderClassName
{
color: #C3001D;
}
.AnyTagClassName
{
color: #C3001D;
}
</style>
background-color css
<style>
a { background-color: #C3001D; }
a { background-color: rgb(195,0,29); }
div.DivClassName
{
background-color: #C3001D;
}
.BgClassName
{
background-color: #C3001D;
}
</style>
border-color css
<style>
span { border-color: #C3001D; }
span { border-color: rgb(195,0,29); }
td.TdClassName
{
border-color: #C3001D;
}
.TagClassName
{
border-color: #C3001D;
}
</style>