Shades of Venetian Red #BF0717
Tints of Venetian Red #BF0717
RGB
CMYK
RGB Variations
Color information
#BF0717 (or 0xBF0717) is known color: Venetian Red. HEX triplet: BF, 07 and 17. RGB value is (191,7,23). Sum of RGB (Red+Green+Blue) = 191+7+23=221 (29% of max value = 765). Red value is 191 (75% from 255 or 86.43% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0717 is #40F8E8. Grayscale: #3F3F3F. Windows color (decimal): -4258025 or 1509311. OLE color: 1509311.
HSL color Cylindrical-coordinate representation of color #BF0717: hue angle of 354.78º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0717 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 7 | 23 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.25 |
| HSL | 354.78º | 0.93% | 0.39% | - |
| HSV(B) | 354.78º | 0.96% | 0.75% | - |
| XYZ | 21.72 | 11.29 | 1.85 | - |
| YUV | 63.84 | 104.96 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 23 | 0 | 0.96 | 0.88 | 0.25 | 354.78 | 0.93 | 0.39 |
| Hex | BF | 7 | 17 | 0 | 60 | 58 | 19 | 163 | 5D | 27 |
| Octal | 277 | 7 | 27 | 0 | 140 | 130 | 31 | 543 | 135 | 47 |
| Binary | 10111111 | 111 | 10111 | 0 | 1100000 | 1011000 | 11001 | 101100011 | 1011101 | 100111 |
Color Harmonies of #BF0717
Complementary color
Monochromatic Colors of #BF0717
Black with #BF0717
Text Example
Text Example
White with #BF0717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0717; }
p { color: rgb(191,7,23); }
H1.HeaderClassName
{
color: #BF0717;
}
.AnyTagClassName
{
color: #BF0717;
}
</style>
background-color css
<style>
a { background-color: #BF0717; }
a { background-color: rgb(191,7,23); }
div.DivClassName
{
background-color: #BF0717;
}
.BgClassName
{
background-color: #BF0717;
}
</style>
border-color css
<style>
span { border-color: #BF0717; }
span { border-color: rgb(191,7,23); }
td.TdClassName
{
border-color: #BF0717;
}
.TagClassName
{
border-color: #BF0717;
}
</style>