Shades of Venetian Red #CF051C
Tints of Venetian Red #CF051C
RGB
CMYK
RGB Variations
Color information
#CF051C (or 0xCF051C) is known color: Venetian Red. HEX triplet: CF, 05 and 1C. RGB value is (207,5,28). Sum of RGB (Red+Green+Blue) = 207+5+28=240 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.25% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 207 - color contains mainly: red. Hex color #CF051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF051C is #30FAE3. Grayscale: #444444. Windows color (decimal): -3209956 or 1836495. OLE color: 1836495.
HSL color Cylindrical-coordinate representation of color #CF051C: hue angle of 353.17º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF051C is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 28 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.19 |
| HSL | 353.17º | 0.95% | 0.42% | - |
| HSV(B) | 353.17º | 0.98% | 0.81% | - |
| XYZ | 26 | 13.46 | 2.33 | - |
| YUV | 68.02 | 105.42 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 28 | 0 | 0.98 | 0.86 | 0.19 | 353.17 | 0.95 | 0.42 |
| Hex | CF | 5 | 1C | 0 | 62 | 56 | 13 | 161 | 5F | 2A |
| Octal | 317 | 5 | 34 | 0 | 142 | 126 | 23 | 541 | 137 | 52 |
| Binary | 11001111 | 101 | 11100 | 0 | 1100010 | 1010110 | 10011 | 101100001 | 1011111 | 101010 |
Color Harmonies of #CF051C
Complementary color
Monochromatic Colors of #CF051C
Black with #CF051C
Text Example
Text Example
White with #CF051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF051C; }
p { color: rgb(207,5,28); }
H1.HeaderClassName
{
color: #CF051C;
}
.AnyTagClassName
{
color: #CF051C;
}
</style>
background-color css
<style>
a { background-color: #CF051C; }
a { background-color: rgb(207,5,28); }
div.DivClassName
{
background-color: #CF051C;
}
.BgClassName
{
background-color: #CF051C;
}
</style>
border-color css
<style>
span { border-color: #CF051C; }
span { border-color: rgb(207,5,28); }
td.TdClassName
{
border-color: #CF051C;
}
.TagClassName
{
border-color: #CF051C;
}
</style>