Shades of Venetian Red #C90103
Tints of Venetian Red #C90103
RGB
CMYK
RGB Variations
Color information
#C90103 (or 0xC90103) is known color: Venetian Red. HEX triplet: C9, 01 and 03. RGB value is (201,1,3). Sum of RGB (Red+Green+Blue) = 201+1+3=205 (27% of max value = 765). Red value is 201 (78.91% from 255 or 98.05% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 201 - color contains mainly: red. Hex color #C90103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90103 is #36FEFC. Grayscale: #3D3D3D. Windows color (decimal): -3604221 or 197065. OLE color: 197065.
HSL color Cylindrical-coordinate representation of color #C90103: hue angle of 359.4º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 3 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.21 |
| HSL | 359.4º | 0.99% | 0.4% | - |
| HSV(B) | 359.4º | 1% | 0.79% | - |
| XYZ | 24.11 | 12.45 | 1.22 | - |
| YUV | 61.03 | 95.26 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 3 | 0 | 1.00 | 0.99 | 0.21 | 359.4 | 0.99 | 0.4 |
| Hex | C9 | 1 | 3 | 0 | 64 | 63 | 15 | 167 | 63 | 28 |
| Octal | 311 | 1 | 3 | 0 | 144 | 143 | 25 | 547 | 143 | 50 |
| Binary | 11001001 | 1 | 11 | 0 | 1100100 | 1100011 | 10101 | 101100111 | 1100011 | 101000 |
Color Harmonies of #C90103
Complementary color
Monochromatic Colors of #C90103
Black with #C90103
Text Example
Text Example
White with #C90103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90103; }
p { color: rgb(201,1,3); }
H1.HeaderClassName
{
color: #C90103;
}
.AnyTagClassName
{
color: #C90103;
}
</style>
background-color css
<style>
a { background-color: #C90103; }
a { background-color: rgb(201,1,3); }
div.DivClassName
{
background-color: #C90103;
}
.BgClassName
{
background-color: #C90103;
}
</style>
border-color css
<style>
span { border-color: #C90103; }
span { border-color: rgb(201,1,3); }
td.TdClassName
{
border-color: #C90103;
}
.TagClassName
{
border-color: #C90103;
}
</style>