Shades of Venetian Red #C4011F
Tints of Venetian Red #C4011F
RGB
CMYK
RGB Variations
Color information
#C4011F (or 0xC4011F) is known color: Venetian Red. HEX triplet: C4, 01 and 1F. RGB value is (196,1,31). Sum of RGB (Red+Green+Blue) = 196+1+31=228 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.96% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 196 - color contains mainly: red. Hex color #C4011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4011F is #3BFEE0. Grayscale: #3E3E3E. Windows color (decimal): -3931873 or 2032068. OLE color: 2032068.
HSL color Cylindrical-coordinate representation of color #C4011F: hue angle of 350.77º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4011F is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.23 |
| HSL | 350.77º | 0.99% | 0.39% | - |
| HSV(B) | 350.77º | 0.99% | 0.77% | - |
| XYZ | 23.02 | 11.86 | 2.37 | - |
| YUV | 62.73 | 110.1 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 31 | 0 | 0.99 | 0.84 | 0.23 | 350.77 | 0.99 | 0.39 |
| Hex | C4 | 1 | 1F | 0 | 63 | 54 | 17 | 15F | 63 | 27 |
| Octal | 304 | 1 | 37 | 0 | 143 | 124 | 27 | 537 | 143 | 47 |
| Binary | 11000100 | 1 | 11111 | 0 | 1100011 | 1010100 | 10111 | 101011111 | 1100011 | 100111 |
Color Harmonies of #C4011F
Complementary color
Monochromatic Colors of #C4011F
Black with #C4011F
Text Example
Text Example
White with #C4011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4011F; }
p { color: rgb(196,1,31); }
H1.HeaderClassName
{
color: #C4011F;
}
.AnyTagClassName
{
color: #C4011F;
}
</style>
background-color css
<style>
a { background-color: #C4011F; }
a { background-color: rgb(196,1,31); }
div.DivClassName
{
background-color: #C4011F;
}
.BgClassName
{
background-color: #C4011F;
}
</style>
border-color css
<style>
span { border-color: #C4011F; }
span { border-color: rgb(196,1,31); }
td.TdClassName
{
border-color: #C4011F;
}
.TagClassName
{
border-color: #C4011F;
}
</style>