Html Css Color HEX #BF220A Harley Davidson Orange
📋 copy color: '#BF220A'red 191 ◦ green 34 ◦ blue 10
Shades of Harley Davidson Orange #BF220A
Tints of Harley Davidson Orange #BF220A
RGB
CMYK
RGB Variations
Color information
#BF220A (or 0xBF220A) is known color: Harley Davidson Orange. HEX triplet: BF, 22 and 0A. RGB value is (191,34,10). Sum of RGB (Red+Green+Blue) = 191+34+10=235 (31% of max value = 765). Red value is 191 (75% from 255 or 81.28% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 191 - color contains mainly: red. Hex color #BF220A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF220A is #40DDF5. Grayscale: #4E4E4E. Windows color (decimal): -4251126 or 664255. OLE color: 664255.
HSL color Cylindrical-coordinate representation of color #BF220A: hue angle of 7.96º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF220A is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 10 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.25 |
| HSL | 7.96º | 0.9% | 0.39% | - |
| HSV(B) | 7.96º | 0.95% | 0.75% | - |
| XYZ | 22.11 | 12.24 | 1.48 | - |
| YUV | 78.21 | 89.51 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 10 | 0 | 0.82 | 0.95 | 0.25 | 7.96 | 0.9 | 0.39 |
| Hex | BF | 22 | A | 0 | 52 | 5F | 19 | 8 | 5A | 27 |
| Octal | 277 | 42 | 12 | 0 | 122 | 137 | 31 | 10 | 132 | 47 |
| Binary | 10111111 | 100010 | 1010 | 0 | 1010010 | 1011111 | 11001 | 1000 | 1011010 | 100111 |
Color Harmonies of #BF220A
Complementary color
Monochromatic Colors of #BF220A
Black with #BF220A
Text Example
Text Example
White with #BF220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF220A; }
p { color: rgb(191,34,10); }
H1.HeaderClassName
{
color: #BF220A;
}
.AnyTagClassName
{
color: #BF220A;
}
</style>
background-color css
<style>
a { background-color: #BF220A; }
a { background-color: rgb(191,34,10); }
div.DivClassName
{
background-color: #BF220A;
}
.BgClassName
{
background-color: #BF220A;
}
</style>
border-color css
<style>
span { border-color: #BF220A; }
span { border-color: rgb(191,34,10); }
td.TdClassName
{
border-color: #BF220A;
}
.TagClassName
{
border-color: #BF220A;
}
</style>