Shades of Venetian Red #C1010F
Tints of Venetian Red #C1010F
RGB
CMYK
RGB Variations
Color information
#C1010F (or 0xC1010F) is known color: Venetian Red. HEX triplet: C1, 01 and 0F. RGB value is (193,1,15). Sum of RGB (Red+Green+Blue) = 193+1+15=209 (27% of max value = 765). Red value is 193 (75.78% from 255 or 92.34% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 193 - color contains mainly: red. Hex color #C1010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1010F is #3EFEF0. Grayscale: #3C3C3C. Windows color (decimal): -4128497 or 983489. OLE color: 983489.
HSL color Cylindrical-coordinate representation of color #C1010F: hue angle of 355.62º 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 #C1010F is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 1 | 15 | - |
CMYK | 0 | 0.99 | 0.92 | 0.24 |
HSL | 355.63º | 0.99% | 0.38% | - |
HSV(B) | 355.63º | 0.99% | 0.76% | - |
XYZ | 22.09 | 11.39 | 1.49 | - |
YUV | 60 | 102.61 | 222.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 1 | 15 | 0 | 0.99 | 0.92 | 0.24 | 355.63 | 0.99 | 0.38 |
Hex | C1 | 1 | F | 0 | 63 | 5C | 18 | 164 | 63 | 26 |
Octal | 301 | 1 | 17 | 0 | 143 | 134 | 30 | 544 | 143 | 46 |
Binary | 11000001 | 1 | 1111 | 0 | 1100011 | 1011100 | 11000 | 101100100 | 1100011 | 100110 |
Color Harmonies of #C1010F
Complementary color
Monochromatic Colors of #C1010F
Black with #C1010F
Text Example
Text Example
White with #C1010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1010F; }
p { color: rgb(193,1,15); }
H1.HeaderClassName
{
color: #C1010F;
}
.AnyTagClassName
{
color: #C1010F;
}
</style>
background-color css
<style>
a { background-color: #C1010F; }
a { background-color: rgb(193,1,15); }
div.DivClassName
{
background-color: #C1010F;
}
.BgClassName
{
background-color: #C1010F;
}
</style>
border-color css
<style>
span { border-color: #C1010F; }
span { border-color: rgb(193,1,15); }
td.TdClassName
{
border-color: #C1010F;
}
.TagClassName
{
border-color: #C1010F;
}
</style>