Shades of Venetian Red #CF0919
Tints of Venetian Red #CF0919
RGB
CMYK
RGB Variations
Color information
#CF0919 (or 0xCF0919) is known color: Venetian Red. HEX triplet: CF, 09 and 19. RGB value is (207,9,25). Sum of RGB (Red+Green+Blue) = 207+9+25=241 (31% of max value = 765). Red value is 207 (81.25% from 255 or 85.89% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0919 is #30F6E6. Grayscale: #464646. Windows color (decimal): -3208935 or 1640911. OLE color: 1640911.
HSL color Cylindrical-coordinate representation of color #CF0919: hue angle of 355.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0919 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 25 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.19 |
| HSL | 355.15º | 0.92% | 0.42% | - |
| HSV(B) | 355.15º | 0.96% | 0.81% | - |
| XYZ | 26.01 | 13.53 | 2.16 | - |
| YUV | 70.03 | 102.6 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 25 | 0 | 0.96 | 0.88 | 0.19 | 355.15 | 0.92 | 0.42 |
| Hex | CF | 9 | 19 | 0 | 60 | 58 | 13 | 163 | 5C | 2A |
| Octal | 317 | 11 | 31 | 0 | 140 | 130 | 23 | 543 | 134 | 52 |
| Binary | 11001111 | 1001 | 11001 | 0 | 1100000 | 1011000 | 10011 | 101100011 | 1011100 | 101010 |
Color Harmonies of #CF0919
Complementary color
Monochromatic Colors of #CF0919
Black with #CF0919
Text Example
Text Example
White with #CF0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0919; }
p { color: rgb(207,9,25); }
H1.HeaderClassName
{
color: #CF0919;
}
.AnyTagClassName
{
color: #CF0919;
}
</style>
background-color css
<style>
a { background-color: #CF0919; }
a { background-color: rgb(207,9,25); }
div.DivClassName
{
background-color: #CF0919;
}
.BgClassName
{
background-color: #CF0919;
}
</style>
border-color css
<style>
span { border-color: #CF0919; }
span { border-color: rgb(207,9,25); }
td.TdClassName
{
border-color: #CF0919;
}
.TagClassName
{
border-color: #CF0919;
}
</style>