Html Css Color HEX #BF2303 Harley Davidson Orange
📋 copy color: '#BF2303'red 191 ◦ green 35 ◦ blue 3
Shades of Harley Davidson Orange #BF2303
Tints of Harley Davidson Orange #BF2303
RGB
CMYK
RGB Variations
Color information
#BF2303 (or 0xBF2303) is known color: Harley Davidson Orange. HEX triplet: BF, 23 and 03. RGB value is (191,35,3). Sum of RGB (Red+Green+Blue) = 191+35+3=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2303 is #40DCFC. Grayscale: #4E4E4E. Windows color (decimal): -4250877 or 205759. OLE color: 205759.
HSL color Cylindrical-coordinate representation of color #BF2303: hue angle of 10.21º 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 #BF2303 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 35 | 3 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.25 |
| HSL | 10.21º | 0.97% | 0.38% | - |
| HSV(B) | 10.21º | 0.98% | 0.75% | - |
| XYZ | 22.1 | 12.29 | 1.29 | - |
| YUV | 78 | 85.68 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 3 | 0 | 0.82 | 0.98 | 0.25 | 10.21 | 0.97 | 0.38 |
| Hex | BF | 23 | 3 | 0 | 52 | 62 | 19 | A | 61 | 26 |
| Octal | 277 | 43 | 3 | 0 | 122 | 142 | 31 | 12 | 141 | 46 |
| Binary | 10111111 | 100011 | 11 | 0 | 1010010 | 1100010 | 11001 | 1010 | 1100001 | 100110 |
Color Harmonies of #BF2303
Complementary color
Monochromatic Colors of #BF2303
Black with #BF2303
Text Example
Text Example
White with #BF2303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2303; }
p { color: rgb(191,35,3); }
H1.HeaderClassName
{
color: #BF2303;
}
.AnyTagClassName
{
color: #BF2303;
}
</style>
background-color css
<style>
a { background-color: #BF2303; }
a { background-color: rgb(191,35,3); }
div.DivClassName
{
background-color: #BF2303;
}
.BgClassName
{
background-color: #BF2303;
}
</style>
border-color css
<style>
span { border-color: #BF2303; }
span { border-color: rgb(191,35,3); }
td.TdClassName
{
border-color: #BF2303;
}
.TagClassName
{
border-color: #BF2303;
}
</style>