Shades of Venetian Red #C90618
Tints of Venetian Red #C90618
RGB
CMYK
RGB Variations
Color information
#C90618 (or 0xC90618) is known color: Venetian Red. HEX triplet: C9, 06 and 18. RGB value is (201,6,24). Sum of RGB (Red+Green+Blue) = 201+6+24=231 (30% of max value = 765). Red value is 201 (78.91% from 255 or 87.01% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 201 - color contains mainly: red. Hex color #C90618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90618 is #36F9E7. Grayscale: #424242. Windows color (decimal): -3602920 or 1574601. OLE color: 1574601.
HSL color Cylindrical-coordinate representation of color #C90618: hue angle of 354.46º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90618 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 24 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.21 |
| HSL | 354.46º | 0.94% | 0.41% | - |
| HSV(B) | 354.46º | 0.97% | 0.79% | - |
| XYZ | 24.32 | 12.61 | 2.02 | - |
| YUV | 66.36 | 104.1 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 24 | 0 | 0.97 | 0.88 | 0.21 | 354.46 | 0.94 | 0.41 |
| Hex | C9 | 6 | 18 | 0 | 61 | 58 | 15 | 162 | 5E | 29 |
| Octal | 311 | 6 | 30 | 0 | 141 | 130 | 25 | 542 | 136 | 51 |
| Binary | 11001001 | 110 | 11000 | 0 | 1100001 | 1011000 | 10101 | 101100010 | 1011110 | 101001 |
Color Harmonies of #C90618
Complementary color
Monochromatic Colors of #C90618
Black with #C90618
Text Example
Text Example
White with #C90618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90618; }
p { color: rgb(201,6,24); }
H1.HeaderClassName
{
color: #C90618;
}
.AnyTagClassName
{
color: #C90618;
}
</style>
background-color css
<style>
a { background-color: #C90618; }
a { background-color: rgb(201,6,24); }
div.DivClassName
{
background-color: #C90618;
}
.BgClassName
{
background-color: #C90618;
}
</style>
border-color css
<style>
span { border-color: #C90618; }
span { border-color: rgb(201,6,24); }
td.TdClassName
{
border-color: #C90618;
}
.TagClassName
{
border-color: #C90618;
}
</style>