Shades of Venetian Red #CF0309
Tints of Venetian Red #CF0309
RGB
CMYK
RGB Variations
Color information
#CF0309 (or 0xCF0309) is known color: Venetian Red. HEX triplet: CF, 03 and 09. RGB value is (207,3,9). Sum of RGB (Red+Green+Blue) = 207+3+9=219 (29% of max value = 765). Red value is 207 (81.25% from 255 or 94.52% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0309 is #30FCF6. Grayscale: #404040. Windows color (decimal): -3210487 or 590799. OLE color: 590799.
HSL color Cylindrical-coordinate representation of color #CF0309: hue angle of 358.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0309 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.19 |
| HSL | 358.24º | 0.97% | 0.41% | - |
| HSV(B) | 358.24º | 0.99% | 0.81% | - |
| XYZ | 25.81 | 13.35 | 1.47 | - |
| YUV | 64.68 | 96.59 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 9 | 0 | 0.99 | 0.96 | 0.19 | 358.24 | 0.97 | 0.41 |
| Hex | CF | 3 | 9 | 0 | 63 | 60 | 13 | 166 | 61 | 29 |
| Octal | 317 | 3 | 11 | 0 | 143 | 140 | 23 | 546 | 141 | 51 |
| Binary | 11001111 | 11 | 1001 | 0 | 1100011 | 1100000 | 10011 | 101100110 | 1100001 | 101001 |
Color Harmonies of #CF0309
Complementary color
Monochromatic Colors of #CF0309
Black with #CF0309
Text Example
Text Example
White with #CF0309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0309; }
p { color: rgb(207,3,9); }
H1.HeaderClassName
{
color: #CF0309;
}
.AnyTagClassName
{
color: #CF0309;
}
</style>
background-color css
<style>
a { background-color: #CF0309; }
a { background-color: rgb(207,3,9); }
div.DivClassName
{
background-color: #CF0309;
}
.BgClassName
{
background-color: #CF0309;
}
</style>
border-color css
<style>
span { border-color: #CF0309; }
span { border-color: rgb(207,3,9); }
td.TdClassName
{
border-color: #CF0309;
}
.TagClassName
{
border-color: #CF0309;
}
</style>