Shades of Venetian Red #C10918
Tints of Venetian Red #C10918
RGB
CMYK
RGB Variations
Color information
#C10918 (or 0xC10918) is known color: Venetian Red. HEX triplet: C1, 09 and 18. RGB value is (193,9,24). Sum of RGB (Red+Green+Blue) = 193+9+24=226 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.40% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 193 - color contains mainly: red. Hex color #C10918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10918 is #3EF6E7. Grayscale: #414141. Windows color (decimal): -4126440 or 1575361. OLE color: 1575361.
HSL color Cylindrical-coordinate representation of color #C10918: hue angle of 355.11º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10918 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 24 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.24 |
| HSL | 355.11º | 0.91% | 0.4% | - |
| HSV(B) | 355.11º | 0.95% | 0.76% | - |
| XYZ | 22.25 | 11.6 | 1.93 | - |
| YUV | 65.73 | 104.46 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 24 | 0 | 0.95 | 0.88 | 0.24 | 355.11 | 0.91 | 0.4 |
| Hex | C1 | 9 | 18 | 0 | 5F | 58 | 18 | 163 | 5B | 28 |
| Octal | 301 | 11 | 30 | 0 | 137 | 130 | 30 | 543 | 133 | 50 |
| Binary | 11000001 | 1001 | 11000 | 0 | 1011111 | 1011000 | 11000 | 101100011 | 1011011 | 101000 |
Color Harmonies of #C10918
Complementary color
Monochromatic Colors of #C10918
Black with #C10918
Text Example
Text Example
White with #C10918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10918; }
p { color: rgb(193,9,24); }
H1.HeaderClassName
{
color: #C10918;
}
.AnyTagClassName
{
color: #C10918;
}
</style>
background-color css
<style>
a { background-color: #C10918; }
a { background-color: rgb(193,9,24); }
div.DivClassName
{
background-color: #C10918;
}
.BgClassName
{
background-color: #C10918;
}
</style>
border-color css
<style>
span { border-color: #C10918; }
span { border-color: rgb(193,9,24); }
td.TdClassName
{
border-color: #C10918;
}
.TagClassName
{
border-color: #C10918;
}
</style>