Shades of Venetian Red #CF0421
Tints of Venetian Red #CF0421
RGB
CMYK
RGB Variations
Color information
#CF0421 (or 0xCF0421) is known color: Venetian Red. HEX triplet: CF, 04 and 21. RGB value is (207,4,33). Sum of RGB (Red+Green+Blue) = 207+4+33=244 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.84% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0421 is #30FBDE. Grayscale: #444444. Windows color (decimal): -3210207 or 2163919. OLE color: 2163919.
HSL color Cylindrical-coordinate representation of color #CF0421: hue angle of 351.43º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0421 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 33 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.19 |
| HSL | 351.43º | 0.96% | 0.41% | - |
| HSV(B) | 351.43º | 0.98% | 0.81% | - |
| XYZ | 26.05 | 13.46 | 2.66 | - |
| YUV | 68 | 108.25 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 33 | 0 | 0.98 | 0.84 | 0.19 | 351.43 | 0.96 | 0.41 |
| Hex | CF | 4 | 21 | 0 | 62 | 54 | 13 | 15F | 60 | 29 |
| Octal | 317 | 4 | 41 | 0 | 142 | 124 | 23 | 537 | 140 | 51 |
| Binary | 11001111 | 100 | 100001 | 0 | 1100010 | 1010100 | 10011 | 101011111 | 1100000 | 101001 |
Color Harmonies of #CF0421
Complementary color
Monochromatic Colors of #CF0421
Black with #CF0421
Text Example
Text Example
White with #CF0421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0421; }
p { color: rgb(207,4,33); }
H1.HeaderClassName
{
color: #CF0421;
}
.AnyTagClassName
{
color: #CF0421;
}
</style>
background-color css
<style>
a { background-color: #CF0421; }
a { background-color: rgb(207,4,33); }
div.DivClassName
{
background-color: #CF0421;
}
.BgClassName
{
background-color: #CF0421;
}
</style>
border-color css
<style>
span { border-color: #CF0421; }
span { border-color: rgb(207,4,33); }
td.TdClassName
{
border-color: #CF0421;
}
.TagClassName
{
border-color: #CF0421;
}
</style>