Shades of Venetian Red #CF022A
Tints of Venetian Red #CF022A
RGB
CMYK
RGB Variations
Color information
#CF022A (or 0xCF022A) is known color: Venetian Red. HEX triplet: CF, 02 and 2A. RGB value is (207,2,42). Sum of RGB (Red+Green+Blue) = 207+2+42=251 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.47% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 207 - color contains mainly: red. Hex color #CF022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF022A is #30FDD5. Grayscale: #434343. Windows color (decimal): -3210710 or 2753231. OLE color: 2753231.
HSL color Cylindrical-coordinate representation of color #CF022A: hue angle of 348.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF022A is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 42 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.19 |
| HSL | 348.29º | 0.98% | 0.41% | - |
| HSV(B) | 348.29º | 0.99% | 0.81% | - |
| XYZ | 26.17 | 13.48 | 3.41 | - |
| YUV | 67.86 | 113.42 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 42 | 0 | 0.99 | 0.80 | 0.19 | 348.29 | 0.98 | 0.41 |
| Hex | CF | 2 | 2A | 0 | 63 | 50 | 13 | 15C | 62 | 29 |
| Octal | 317 | 2 | 52 | 0 | 143 | 120 | 23 | 534 | 142 | 51 |
| Binary | 11001111 | 10 | 101010 | 0 | 1100011 | 1010000 | 10011 | 101011100 | 1100010 | 101001 |
Color Harmonies of #CF022A
Complementary color
Monochromatic Colors of #CF022A
Black with #CF022A
Text Example
Text Example
White with #CF022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF022A; }
p { color: rgb(207,2,42); }
H1.HeaderClassName
{
color: #CF022A;
}
.AnyTagClassName
{
color: #CF022A;
}
</style>
background-color css
<style>
a { background-color: #CF022A; }
a { background-color: rgb(207,2,42); }
div.DivClassName
{
background-color: #CF022A;
}
.BgClassName
{
background-color: #CF022A;
}
</style>
border-color css
<style>
span { border-color: #CF022A; }
span { border-color: rgb(207,2,42); }
td.TdClassName
{
border-color: #CF022A;
}
.TagClassName
{
border-color: #CF022A;
}
</style>