Shades of Venetian Red #CF002A
Tints of Venetian Red #CF002A
RGB
CMYK
RGB Variations
Color information
#CF002A (or 0xCF002A) is known color: Venetian Red. HEX triplet: CF, 00 and 2A. RGB value is (207,0,42). Sum of RGB (Red+Green+Blue) = 207+0+42=249 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.13% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 207 - color contains mainly: red. Hex color #CF002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF002A is #30FFD5. Grayscale: #424242. Windows color (decimal): -3211222 or 2752719. OLE color: 2752719.
HSL color Cylindrical-coordinate representation of color #CF002A: hue angle of 347.83º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF002A is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.80 | 0.19 |
| HSL | 347.83º | 1% | 0.41% | - |
| HSV(B) | 347.83º | 1% | 0.81% | - |
| XYZ | 26.15 | 13.43 | 3.4 | - |
| YUV | 66.68 | 114.08 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 42 | 0 | 1 | 0.80 | 0.19 | 347.83 | 1 | 0.41 |
| Hex | CF | 0 | 2A | 0 | 64 | 50 | 13 | 15C | 64 | 29 |
| Octal | 317 | 0 | 52 | 0 | 144 | 120 | 23 | 534 | 144 | 51 |
| Binary | 11001111 | 0 | 101010 | 0 | 1100100 | 1010000 | 10011 | 101011100 | 1100100 | 101001 |
Color Harmonies of #CF002A
Complementary color
Monochromatic Colors of #CF002A
Black with #CF002A
Text Example
Text Example
White with #CF002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF002A; }
p { color: rgb(207,0,42); }
H1.HeaderClassName
{
color: #CF002A;
}
.AnyTagClassName
{
color: #CF002A;
}
</style>
background-color css
<style>
a { background-color: #CF002A; }
a { background-color: rgb(207,0,42); }
div.DivClassName
{
background-color: #CF002A;
}
.BgClassName
{
background-color: #CF002A;
}
</style>
border-color css
<style>
span { border-color: #CF002A; }
span { border-color: rgb(207,0,42); }
td.TdClassName
{
border-color: #CF002A;
}
.TagClassName
{
border-color: #CF002A;
}
</style>