Shades of Venetian Red #CF081A
Tints of Venetian Red #CF081A
RGB
CMYK
RGB Variations
Color information
#CF081A (or 0xCF081A) is known color: Venetian Red. HEX triplet: CF, 08 and 1A. RGB value is (207,8,26). Sum of RGB (Red+Green+Blue) = 207+8+26=241 (31% of max value = 765). Red value is 207 (81.25% from 255 or 85.89% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 207 - color contains mainly: red. Hex color #CF081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF081A is #30F7E5. Grayscale: #454545. Windows color (decimal): -3209190 or 1706191. OLE color: 1706191.
HSL color Cylindrical-coordinate representation of color #CF081A: hue angle of 354.57º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF081A is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 26 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.19 |
| HSL | 354.57º | 0.93% | 0.42% | - |
| HSV(B) | 354.57º | 0.96% | 0.81% | - |
| XYZ | 26.01 | 13.51 | 2.22 | - |
| YUV | 69.55 | 103.43 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 26 | 0 | 0.96 | 0.87 | 0.19 | 354.57 | 0.93 | 0.42 |
| Hex | CF | 8 | 1A | 0 | 60 | 57 | 13 | 163 | 5D | 2A |
| Octal | 317 | 10 | 32 | 0 | 140 | 127 | 23 | 543 | 135 | 52 |
| Binary | 11001111 | 1000 | 11010 | 0 | 1100000 | 1010111 | 10011 | 101100011 | 1011101 | 101010 |
Color Harmonies of #CF081A
Complementary color
Monochromatic Colors of #CF081A
Black with #CF081A
Text Example
Text Example
White with #CF081A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF081A; }
p { color: rgb(207,8,26); }
H1.HeaderClassName
{
color: #CF081A;
}
.AnyTagClassName
{
color: #CF081A;
}
</style>
background-color css
<style>
a { background-color: #CF081A; }
a { background-color: rgb(207,8,26); }
div.DivClassName
{
background-color: #CF081A;
}
.BgClassName
{
background-color: #CF081A;
}
</style>
border-color css
<style>
span { border-color: #CF081A; }
span { border-color: rgb(207,8,26); }
td.TdClassName
{
border-color: #CF081A;
}
.TagClassName
{
border-color: #CF081A;
}
</style>