Shades of Venetian Red #C6021F
Tints of Venetian Red #C6021F
RGB
CMYK
RGB Variations
Color information
#C6021F (or 0xC6021F) is known color: Venetian Red. HEX triplet: C6, 02 and 1F. RGB value is (198,2,31). Sum of RGB (Red+Green+Blue) = 198+2+31=231 (30% of max value = 765). Red value is 198 (77.73% from 255 or 85.71% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 198 - color contains mainly: red. Hex color #C6021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6021F is #39FDE0. Grayscale: #3F3F3F. Windows color (decimal): -3800545 or 2032326. OLE color: 2032326.
HSL color Cylindrical-coordinate representation of color #C6021F: hue angle of 351.12º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6021F is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.22 |
| HSL | 351.12º | 0.98% | 0.39% | - |
| HSV(B) | 351.12º | 0.99% | 0.78% | - |
| XYZ | 23.56 | 12.15 | 2.4 | - |
| YUV | 63.91 | 109.43 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 31 | 0 | 0.99 | 0.84 | 0.22 | 351.12 | 0.98 | 0.39 |
| Hex | C6 | 2 | 1F | 0 | 63 | 54 | 16 | 15F | 62 | 27 |
| Octal | 306 | 2 | 37 | 0 | 143 | 124 | 26 | 537 | 142 | 47 |
| Binary | 11000110 | 10 | 11111 | 0 | 1100011 | 1010100 | 10110 | 101011111 | 1100010 | 100111 |
Color Harmonies of #C6021F
Complementary color
Monochromatic Colors of #C6021F
Black with #C6021F
Text Example
Text Example
White with #C6021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6021F; }
p { color: rgb(198,2,31); }
H1.HeaderClassName
{
color: #C6021F;
}
.AnyTagClassName
{
color: #C6021F;
}
</style>
background-color css
<style>
a { background-color: #C6021F; }
a { background-color: rgb(198,2,31); }
div.DivClassName
{
background-color: #C6021F;
}
.BgClassName
{
background-color: #C6021F;
}
</style>
border-color css
<style>
span { border-color: #C6021F; }
span { border-color: rgb(198,2,31); }
td.TdClassName
{
border-color: #C6021F;
}
.TagClassName
{
border-color: #C6021F;
}
</style>