Shades of Venetian Red #C1030E
Tints of Venetian Red #C1030E
RGB
CMYK
RGB Variations
Color information
#C1030E (or 0xC1030E) is known color: Venetian Red. HEX triplet: C1, 03 and 0E. RGB value is (193,3,14). Sum of RGB (Red+Green+Blue) = 193+3+14=210 (27% of max value = 765). Red value is 193 (75.78% from 255 or 91.90% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 193 - color contains mainly: red. Hex color #C1030E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1030E is #3EFCF1. Grayscale: #3D3D3D. Windows color (decimal): -4127986 or 918465. OLE color: 918465.
HSL color Cylindrical-coordinate representation of color #C1030E: hue angle of 356.53º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1030E is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 3 | 14 | - |
CMYK | 0 | 0.98 | 0.93 | 0.24 |
HSL | 356.53º | 0.97% | 0.38% | - |
HSV(B) | 356.53º | 0.98% | 0.76% | - |
XYZ | 22.1 | 11.43 | 1.46 | - |
YUV | 61.06 | 101.45 | 222.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 3 | 14 | 0 | 0.98 | 0.93 | 0.24 | 356.53 | 0.97 | 0.38 |
Hex | C1 | 3 | E | 0 | 62 | 5D | 18 | 165 | 61 | 26 |
Octal | 301 | 3 | 16 | 0 | 142 | 135 | 30 | 545 | 141 | 46 |
Binary | 11000001 | 11 | 1110 | 0 | 1100010 | 1011101 | 11000 | 101100101 | 1100001 | 100110 |
Color Harmonies of #C1030E
Complementary color
Monochromatic Colors of #C1030E
Black with #C1030E
Text Example
Text Example
White with #C1030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1030E; }
p { color: rgb(193,3,14); }
H1.HeaderClassName
{
color: #C1030E;
}
.AnyTagClassName
{
color: #C1030E;
}
</style>
background-color css
<style>
a { background-color: #C1030E; }
a { background-color: rgb(193,3,14); }
div.DivClassName
{
background-color: #C1030E;
}
.BgClassName
{
background-color: #C1030E;
}
</style>
border-color css
<style>
span { border-color: #C1030E; }
span { border-color: rgb(193,3,14); }
td.TdClassName
{
border-color: #C1030E;
}
.TagClassName
{
border-color: #C1030E;
}
</style>