Shades of Venetian Red #C30809
Tints of Venetian Red #C30809
RGB
CMYK
RGB Variations
Color information
#C30809 (or 0xC30809) is known color: Venetian Red. HEX triplet: C3, 08 and 09. RGB value is (195,8,9). Sum of RGB (Red+Green+Blue) = 195+8+9=212 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.98% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 195 - color contains mainly: red. Hex color #C30809 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30809 is #3CF7F6. Grayscale: #404040. Windows color (decimal): -3995639 or 592067. OLE color: 592067.
HSL color Cylindrical-coordinate representation of color #C30809: hue angle of 359.68º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30809 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 9 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.24 |
| HSL | 359.68º | 0.92% | 0.4% | - |
| HSV(B) | 359.68º | 0.96% | 0.76% | - |
| XYZ | 22.64 | 11.8 | 1.34 | - |
| YUV | 64.03 | 96.95 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 9 | 0 | 0.96 | 0.95 | 0.24 | 359.68 | 0.92 | 0.4 |
| Hex | C3 | 8 | 9 | 0 | 60 | 5F | 18 | 168 | 5C | 28 |
| Octal | 303 | 10 | 11 | 0 | 140 | 137 | 30 | 550 | 134 | 50 |
| Binary | 11000011 | 1000 | 1001 | 0 | 1100000 | 1011111 | 11000 | 101101000 | 1011100 | 101000 |
Color Harmonies of #C30809
Complementary color
Monochromatic Colors of #C30809
Black with #C30809
Text Example
Text Example
White with #C30809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30809; }
p { color: rgb(195,8,9); }
H1.HeaderClassName
{
color: #C30809;
}
.AnyTagClassName
{
color: #C30809;
}
</style>
background-color css
<style>
a { background-color: #C30809; }
a { background-color: rgb(195,8,9); }
div.DivClassName
{
background-color: #C30809;
}
.BgClassName
{
background-color: #C30809;
}
</style>
border-color css
<style>
span { border-color: #C30809; }
span { border-color: rgb(195,8,9); }
td.TdClassName
{
border-color: #C30809;
}
.TagClassName
{
border-color: #C30809;
}
</style>