Shades of Venetian Red #CF0419
Tints of Venetian Red #CF0419
RGB
CMYK
RGB Variations
Color information
#CF0419 (or 0xCF0419) is known color: Venetian Red. HEX triplet: CF, 04 and 19. RGB value is (207,4,25). Sum of RGB (Red+Green+Blue) = 207+4+25=236 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.71% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0419 is #30FBE6. Grayscale: #434343. Windows color (decimal): -3210215 or 1639631. OLE color: 1639631.
HSL color Cylindrical-coordinate representation of color #CF0419: hue angle of 353.79º 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 #CF0419 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 25 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.19 |
| HSL | 353.79º | 0.96% | 0.41% | - |
| HSV(B) | 353.79º | 0.98% | 0.81% | - |
| XYZ | 25.95 | 13.42 | 2.14 | - |
| YUV | 67.09 | 104.25 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 25 | 0 | 0.98 | 0.88 | 0.19 | 353.79 | 0.96 | 0.41 |
| Hex | CF | 4 | 19 | 0 | 62 | 58 | 13 | 162 | 60 | 29 |
| Octal | 317 | 4 | 31 | 0 | 142 | 130 | 23 | 542 | 140 | 51 |
| Binary | 11001111 | 100 | 11001 | 0 | 1100010 | 1011000 | 10011 | 101100010 | 1100000 | 101001 |
Color Harmonies of #CF0419
Complementary color
Monochromatic Colors of #CF0419
Black with #CF0419
Text Example
Text Example
White with #CF0419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0419; }
p { color: rgb(207,4,25); }
H1.HeaderClassName
{
color: #CF0419;
}
.AnyTagClassName
{
color: #CF0419;
}
</style>
background-color css
<style>
a { background-color: #CF0419; }
a { background-color: rgb(207,4,25); }
div.DivClassName
{
background-color: #CF0419;
}
.BgClassName
{
background-color: #CF0419;
}
</style>
border-color css
<style>
span { border-color: #CF0419; }
span { border-color: rgb(207,4,25); }
td.TdClassName
{
border-color: #CF0419;
}
.TagClassName
{
border-color: #CF0419;
}
</style>