Shades of Venetian Red #BF0207
Tints of Venetian Red #BF0207
RGB
CMYK
RGB Variations
Color information
#BF0207 (or 0xBF0207) is known color: Venetian Red. HEX triplet: BF, 02 and 07. RGB value is (191,2,7). Sum of RGB (Red+Green+Blue) = 191+2+7=200 (26% of max value = 765). Red value is 191 (75% from 255 or 95.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0207 is #40FDF8. Grayscale: #3B3B3B. Windows color (decimal): -4259321 or 459455. OLE color: 459455.
HSL color Cylindrical-coordinate representation of color #BF0207: hue angle of 358.41º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0207 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 7 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.25 |
| HSL | 358.41º | 0.98% | 0.38% | - |
| HSV(B) | 358.41º | 0.99% | 0.75% | - |
| XYZ | 21.55 | 11.14 | 1.21 | - |
| YUV | 59.08 | 98.62 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 7 | 0 | 0.99 | 0.96 | 0.25 | 358.41 | 0.98 | 0.38 |
| Hex | BF | 2 | 7 | 0 | 63 | 60 | 19 | 166 | 62 | 26 |
| Octal | 277 | 2 | 7 | 0 | 143 | 140 | 31 | 546 | 142 | 46 |
| Binary | 10111111 | 10 | 111 | 0 | 1100011 | 1100000 | 11001 | 101100110 | 1100010 | 100110 |
Color Harmonies of #BF0207
Complementary color
Monochromatic Colors of #BF0207
Black with #BF0207
Text Example
Text Example
White with #BF0207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0207; }
p { color: rgb(191,2,7); }
H1.HeaderClassName
{
color: #BF0207;
}
.AnyTagClassName
{
color: #BF0207;
}
</style>
background-color css
<style>
a { background-color: #BF0207; }
a { background-color: rgb(191,2,7); }
div.DivClassName
{
background-color: #BF0207;
}
.BgClassName
{
background-color: #BF0207;
}
</style>
border-color css
<style>
span { border-color: #BF0207; }
span { border-color: rgb(191,2,7); }
td.TdClassName
{
border-color: #BF0207;
}
.TagClassName
{
border-color: #BF0207;
}
</style>