Shades of Venetian Red #C1010D
Tints of Venetian Red #C1010D
RGB
CMYK
RGB Variations
Color information
#C1010D (or 0xC1010D) is known color: Venetian Red. HEX triplet: C1, 01 and 0D. RGB value is (193,1,13). Sum of RGB (Red+Green+Blue) = 193+1+13=207 (27% of max value = 765). Red value is 193 (75.78% from 255 or 93.24% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 193 - color contains mainly: red. Hex color #C1010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1010D is #3EFEF2. Grayscale: #3B3B3B. Windows color (decimal): -4128499 or 852417. OLE color: 852417.
HSL color Cylindrical-coordinate representation of color #C1010D: hue angle of 356.25º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1010D is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 1 | 13 | - |
CMYK | 0 | 0.99 | 0.93 | 0.24 |
HSL | 356.25º | 0.99% | 0.38% | - |
HSV(B) | 356.25º | 0.99% | 0.76% | - |
XYZ | 22.08 | 11.39 | 1.42 | - |
YUV | 59.78 | 101.61 | 223.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 1 | 13 | 0 | 0.99 | 0.93 | 0.24 | 356.25 | 0.99 | 0.38 |
Hex | C1 | 1 | D | 0 | 63 | 5D | 18 | 164 | 63 | 26 |
Octal | 301 | 1 | 15 | 0 | 143 | 135 | 30 | 544 | 143 | 46 |
Binary | 11000001 | 1 | 1101 | 0 | 1100011 | 1011101 | 11000 | 101100100 | 1100011 | 100110 |
Color Harmonies of #C1010D
Complementary color
Monochromatic Colors of #C1010D
Black with #C1010D
Text Example
Text Example
White with #C1010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1010D; }
p { color: rgb(193,1,13); }
H1.HeaderClassName
{
color: #C1010D;
}
.AnyTagClassName
{
color: #C1010D;
}
</style>
background-color css
<style>
a { background-color: #C1010D; }
a { background-color: rgb(193,1,13); }
div.DivClassName
{
background-color: #C1010D;
}
.BgClassName
{
background-color: #C1010D;
}
</style>
border-color css
<style>
span { border-color: #C1010D; }
span { border-color: rgb(193,1,13); }
td.TdClassName
{
border-color: #C1010D;
}
.TagClassName
{
border-color: #C1010D;
}
</style>