Shades of Venetian Red #C1001D
Tints of Venetian Red #C1001D
RGB
CMYK
RGB Variations
Color information
#C1001D (or 0xC1001D) is known color: Venetian Red. HEX triplet: C1, 00 and 1D. RGB value is (193,0,29). Sum of RGB (Red+Green+Blue) = 193+0+29=222 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.94% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 193 - color contains mainly: red. Hex color #C1001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1001D is #3EFFE2. Grayscale: #3D3D3D. Windows color (decimal): -4128739 or 1900737. OLE color: 1900737.
HSL color Cylindrical-coordinate representation of color #C1001D: hue angle of 350.98º 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 #C1001D is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.85 | 0.24 |
| HSL | 350.98º | 1% | 0.38% | - |
| HSV(B) | 350.98º | 1% | 0.76% | - |
| XYZ | 22.21 | 11.43 | 2.2 | - |
| YUV | 61.01 | 109.94 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 29 | 0 | 1 | 0.85 | 0.24 | 350.98 | 1 | 0.38 |
| Hex | C1 | 0 | 1D | 0 | 64 | 55 | 18 | 15F | 64 | 26 |
| Octal | 301 | 0 | 35 | 0 | 144 | 125 | 30 | 537 | 144 | 46 |
| Binary | 11000001 | 0 | 11101 | 0 | 1100100 | 1010101 | 11000 | 101011111 | 1100100 | 100110 |
Color Harmonies of #C1001D
Complementary color
Monochromatic Colors of #C1001D
Black with #C1001D
Text Example
Text Example
White with #C1001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1001D; }
p { color: rgb(193,0,29); }
H1.HeaderClassName
{
color: #C1001D;
}
.AnyTagClassName
{
color: #C1001D;
}
</style>
background-color css
<style>
a { background-color: #C1001D; }
a { background-color: rgb(193,0,29); }
div.DivClassName
{
background-color: #C1001D;
}
.BgClassName
{
background-color: #C1001D;
}
</style>
border-color css
<style>
span { border-color: #C1001D; }
span { border-color: rgb(193,0,29); }
td.TdClassName
{
border-color: #C1001D;
}
.TagClassName
{
border-color: #C1001D;
}
</style>