Html Css Color HEX #BF1D03 Harley Davidson Orange
📋 copy color: '#BF1D03'red 191 ◦ green 29 ◦ blue 3
Shades of Harley Davidson Orange #BF1D03
Tints of Harley Davidson Orange #BF1D03
RGB
CMYK
RGB Variations
Color information
#BF1D03 (or 0xBF1D03) is known color: Harley Davidson Orange. HEX triplet: BF, 1D and 03. RGB value is (191,29,3). Sum of RGB (Red+Green+Blue) = 191+29+3=223 (29% of max value = 765). Red value is 191 (75% from 255 or 85.65% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1D03 is #40E2FC. Grayscale: #4A4A4A. Windows color (decimal): -4252413 or 204223. OLE color: 204223.
HSL color Cylindrical-coordinate representation of color #BF1D03: hue angle of 8.3º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF1D03 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 29 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.25 |
| HSL | 8.3º | 0.97% | 0.38% | - |
| HSV(B) | 8.3º | 0.98% | 0.75% | - |
| XYZ | 21.94 | 11.96 | 1.24 | - |
| YUV | 74.47 | 87.67 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 29 | 3 | 0 | 0.85 | 0.98 | 0.25 | 8.3 | 0.97 | 0.38 |
| Hex | BF | 1D | 3 | 0 | 55 | 62 | 19 | 8 | 61 | 26 |
| Octal | 277 | 35 | 3 | 0 | 125 | 142 | 31 | 10 | 141 | 46 |
| Binary | 10111111 | 11101 | 11 | 0 | 1010101 | 1100010 | 11001 | 1000 | 1100001 | 100110 |
Color Harmonies of #BF1D03
Complementary color
Monochromatic Colors of #BF1D03
Black with #BF1D03
Text Example
Text Example
White with #BF1D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1D03; }
p { color: rgb(191,29,3); }
H1.HeaderClassName
{
color: #BF1D03;
}
.AnyTagClassName
{
color: #BF1D03;
}
</style>
background-color css
<style>
a { background-color: #BF1D03; }
a { background-color: rgb(191,29,3); }
div.DivClassName
{
background-color: #BF1D03;
}
.BgClassName
{
background-color: #BF1D03;
}
</style>
border-color css
<style>
span { border-color: #BF1D03; }
span { border-color: rgb(191,29,3); }
td.TdClassName
{
border-color: #BF1D03;
}
.TagClassName
{
border-color: #BF1D03;
}
</style>