Shades of Venetian Red #C4030F
Tints of Venetian Red #C4030F
RGB
CMYK
RGB Variations
Color information
#C4030F (or 0xC4030F) is known color: Venetian Red. HEX triplet: C4, 03 and 0F. RGB value is (196,3,15). Sum of RGB (Red+Green+Blue) = 196+3+15=214 (28% of max value = 765). Red value is 196 (76.95% from 255 or 91.59% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 196 - color contains mainly: red. Hex color #C4030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4030F is #3BFCF0. Grayscale: #3E3E3E. Windows color (decimal): -3931377 or 984004. OLE color: 984004.
HSL color Cylindrical-coordinate representation of color #C4030F: hue angle of 356.27º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4030F is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 15 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.23 |
| HSL | 356.27º | 0.97% | 0.39% | - |
| HSV(B) | 356.27º | 0.98% | 0.77% | - |
| XYZ | 22.88 | 11.84 | 1.53 | - |
| YUV | 62.08 | 101.44 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 15 | 0 | 0.98 | 0.92 | 0.23 | 356.27 | 0.97 | 0.39 |
| Hex | C4 | 3 | F | 0 | 62 | 5C | 17 | 164 | 61 | 27 |
| Octal | 304 | 3 | 17 | 0 | 142 | 134 | 27 | 544 | 141 | 47 |
| Binary | 11000100 | 11 | 1111 | 0 | 1100010 | 1011100 | 10111 | 101100100 | 1100001 | 100111 |
Color Harmonies of #C4030F
Complementary color
Monochromatic Colors of #C4030F
Black with #C4030F
Text Example
Text Example
White with #C4030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4030F; }
p { color: rgb(196,3,15); }
H1.HeaderClassName
{
color: #C4030F;
}
.AnyTagClassName
{
color: #C4030F;
}
</style>
background-color css
<style>
a { background-color: #C4030F; }
a { background-color: rgb(196,3,15); }
div.DivClassName
{
background-color: #C4030F;
}
.BgClassName
{
background-color: #C4030F;
}
</style>
border-color css
<style>
span { border-color: #C4030F; }
span { border-color: rgb(196,3,15); }
td.TdClassName
{
border-color: #C4030F;
}
.TagClassName
{
border-color: #C4030F;
}
</style>