Shades of Venetian Red #CF0019
Tints of Venetian Red #CF0019
RGB
CMYK
RGB Variations
Color information
#CF0019 (or 0xCF0019) is known color: Venetian Red. HEX triplet: CF, 00 and 19. RGB value is (207,0,25). Sum of RGB (Red+Green+Blue) = 207+0+25=232 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.22% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0019 is #30FFE6. Grayscale: #404040. Windows color (decimal): -3211239 or 1638607. OLE color: 1638607.
HSL color Cylindrical-coordinate representation of color #CF0019: hue angle of 352.75º 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 #CF0019 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.88 | 0.19 |
| HSL | 352.75º | 1% | 0.41% | - |
| HSV(B) | 352.75º | 1% | 0.81% | - |
| XYZ | 25.91 | 13.34 | 2.13 | - |
| YUV | 64.74 | 105.58 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 25 | 0 | 1 | 0.88 | 0.19 | 352.75 | 1 | 0.41 |
| Hex | CF | 0 | 19 | 0 | 64 | 58 | 13 | 161 | 64 | 29 |
| Octal | 317 | 0 | 31 | 0 | 144 | 130 | 23 | 541 | 144 | 51 |
| Binary | 11001111 | 0 | 11001 | 0 | 1100100 | 1011000 | 10011 | 101100001 | 1100100 | 101001 |
Color Harmonies of #CF0019
Complementary color
Monochromatic Colors of #CF0019
Black with #CF0019
Text Example
Text Example
White with #CF0019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0019; }
p { color: rgb(207,0,25); }
H1.HeaderClassName
{
color: #CF0019;
}
.AnyTagClassName
{
color: #CF0019;
}
</style>
background-color css
<style>
a { background-color: #CF0019; }
a { background-color: rgb(207,0,25); }
div.DivClassName
{
background-color: #CF0019;
}
.BgClassName
{
background-color: #CF0019;
}
</style>
border-color css
<style>
span { border-color: #CF0019; }
span { border-color: rgb(207,0,25); }
td.TdClassName
{
border-color: #CF0019;
}
.TagClassName
{
border-color: #CF0019;
}
</style>