Shades of Venetian Red #CF0A19
Tints of Venetian Red #CF0A19
RGB
CMYK
RGB Variations
Color information
#CF0A19 (or 0xCF0A19) is known color: Venetian Red. HEX triplet: CF, 0A and 19. RGB value is (207,10,25). Sum of RGB (Red+Green+Blue) = 207+10+25=242 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.54% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0A19 is #30F5E6. Grayscale: #464646. Windows color (decimal): -3208679 or 1641167. OLE color: 1641167.
HSL color Cylindrical-coordinate representation of color #CF0A19: hue angle of 355.43º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0A19 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 25 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.19 |
| HSL | 355.43º | 0.91% | 0.43% | - |
| HSV(B) | 355.43º | 0.95% | 0.81% | - |
| XYZ | 26.02 | 13.55 | 2.16 | - |
| YUV | 70.61 | 102.27 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 25 | 0 | 0.95 | 0.88 | 0.19 | 355.43 | 0.91 | 0.43 |
| Hex | CF | A | 19 | 0 | 5F | 58 | 13 | 163 | 5B | 2B |
| Octal | 317 | 12 | 31 | 0 | 137 | 130 | 23 | 543 | 133 | 53 |
| Binary | 11001111 | 1010 | 11001 | 0 | 1011111 | 1011000 | 10011 | 101100011 | 1011011 | 101011 |
Color Harmonies of #CF0A19
Complementary color
Monochromatic Colors of #CF0A19
Black with #CF0A19
Text Example
Text Example
White with #CF0A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0A19; }
p { color: rgb(207,10,25); }
H1.HeaderClassName
{
color: #CF0A19;
}
.AnyTagClassName
{
color: #CF0A19;
}
</style>
background-color css
<style>
a { background-color: #CF0A19; }
a { background-color: rgb(207,10,25); }
div.DivClassName
{
background-color: #CF0A19;
}
.BgClassName
{
background-color: #CF0A19;
}
</style>
border-color css
<style>
span { border-color: #CF0A19; }
span { border-color: rgb(207,10,25); }
td.TdClassName
{
border-color: #CF0A19;
}
.TagClassName
{
border-color: #CF0A19;
}
</style>