Shades of Venetian Red #CF012B
Tints of Venetian Red #CF012B
RGB
CMYK
RGB Variations
Color information
#CF012B (or 0xCF012B) is known color: Venetian Red. HEX triplet: CF, 01 and 2B. RGB value is (207,1,43). Sum of RGB (Red+Green+Blue) = 207+1+43=251 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.47% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 207 - color contains mainly: red. Hex color #CF012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF012B is #30FED4. Grayscale: #434343. Windows color (decimal): -3210965 or 2818511. OLE color: 2818511.
HSL color Cylindrical-coordinate representation of color #CF012B: hue angle of 347.77º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF012B is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 43 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.19 |
| HSL | 347.77º | 0.99% | 0.41% | - |
| HSV(B) | 347.77º | 1% | 0.81% | - |
| XYZ | 26.18 | 13.46 | 3.5 | - |
| YUV | 67.38 | 114.25 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 43 | 0 | 1.00 | 0.79 | 0.19 | 347.77 | 0.99 | 0.41 |
| Hex | CF | 1 | 2B | 0 | 64 | 4F | 13 | 15C | 63 | 29 |
| Octal | 317 | 1 | 53 | 0 | 144 | 117 | 23 | 534 | 143 | 51 |
| Binary | 11001111 | 1 | 101011 | 0 | 1100100 | 1001111 | 10011 | 101011100 | 1100011 | 101001 |
Color Harmonies of #CF012B
Complementary color
Monochromatic Colors of #CF012B
Black with #CF012B
Text Example
Text Example
White with #CF012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF012B; }
p { color: rgb(207,1,43); }
H1.HeaderClassName
{
color: #CF012B;
}
.AnyTagClassName
{
color: #CF012B;
}
</style>
background-color css
<style>
a { background-color: #CF012B; }
a { background-color: rgb(207,1,43); }
div.DivClassName
{
background-color: #CF012B;
}
.BgClassName
{
background-color: #CF012B;
}
</style>
border-color css
<style>
span { border-color: #CF012B; }
span { border-color: rgb(207,1,43); }
td.TdClassName
{
border-color: #CF012B;
}
.TagClassName
{
border-color: #CF012B;
}
</style>