Shades of Venetian Red #C30618
Tints of Venetian Red #C30618
RGB
CMYK
RGB Variations
Color information
#C30618 (or 0xC30618) is known color: Venetian Red. HEX triplet: C3, 06 and 18. RGB value is (195,6,24). Sum of RGB (Red+Green+Blue) = 195+6+24=225 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.67% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 195 - color contains mainly: red. Hex color #C30618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30618 is #3CF9E7. Grayscale: #404040. Windows color (decimal): -3996136 or 1574595. OLE color: 1574595.
HSL color Cylindrical-coordinate representation of color #C30618: hue angle of 354.29º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30618 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 24 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.24 |
| HSL | 354.29º | 0.94% | 0.39% | - |
| HSV(B) | 354.29º | 0.97% | 0.76% | - |
| XYZ | 22.74 | 11.8 | 1.94 | - |
| YUV | 64.56 | 105.12 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 24 | 0 | 0.97 | 0.88 | 0.24 | 354.29 | 0.94 | 0.39 |
| Hex | C3 | 6 | 18 | 0 | 61 | 58 | 18 | 162 | 5E | 27 |
| Octal | 303 | 6 | 30 | 0 | 141 | 130 | 30 | 542 | 136 | 47 |
| Binary | 11000011 | 110 | 11000 | 0 | 1100001 | 1011000 | 11000 | 101100010 | 1011110 | 100111 |
Color Harmonies of #C30618
Complementary color
Monochromatic Colors of #C30618
Black with #C30618
Text Example
Text Example
White with #C30618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30618; }
p { color: rgb(195,6,24); }
H1.HeaderClassName
{
color: #C30618;
}
.AnyTagClassName
{
color: #C30618;
}
</style>
background-color css
<style>
a { background-color: #C30618; }
a { background-color: rgb(195,6,24); }
div.DivClassName
{
background-color: #C30618;
}
.BgClassName
{
background-color: #C30618;
}
</style>
border-color css
<style>
span { border-color: #C30618; }
span { border-color: rgb(195,6,24); }
td.TdClassName
{
border-color: #C30618;
}
.TagClassName
{
border-color: #C30618;
}
</style>