Html Css Color HEX #B71F00 Harley Davidson Orange
📋 copy color: '#B71F00'red 183 ◦ green 31 ◦ blue 0
Shades of Harley Davidson Orange #B71F00
Tints of Harley Davidson Orange #B71F00
RGB
CMYK
RGB Variations
Color information
#B71F00 (or 0xB71F00) is known color: Harley Davidson Orange. HEX triplet: B7, 1F and 00. RGB value is (183,31,0). Sum of RGB (Red+Green+Blue) = 183+31+0=214 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.51% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71F00 is #48E0FF. Grayscale: #494949. Windows color (decimal): -4776192 or 8119. OLE color: 8119.
HSL color Cylindrical-coordinate representation of color #B71F00: hue angle of 10.16º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B71F00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 31 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.28 |
| HSL | 10.16º | 1% | 0.36% | - |
| HSV(B) | 10.16º | 1% | 0.72% | - |
| XYZ | 20.02 | 11.05 | 1.08 | - |
| YUV | 72.91 | 86.86 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 31 | 0 | 0 | 0.83 | 1 | 0.28 | 10.16 | 1 | 0.36 |
| Hex | B7 | 1F | 0 | 0 | 53 | 64 | 1C | A | 64 | 24 |
| Octal | 267 | 37 | 0 | 0 | 123 | 144 | 34 | 12 | 144 | 44 |
| Binary | 10110111 | 11111 | 0 | 0 | 1010011 | 1100100 | 11100 | 1010 | 1100100 | 100100 |
Color Harmonies of #B71F00
Complementary color
Monochromatic Colors of #B71F00
Black with #B71F00
Text Example
Text Example
White with #B71F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71F00; }
p { color: rgb(183,31,0); }
H1.HeaderClassName
{
color: #B71F00;
}
.AnyTagClassName
{
color: #B71F00;
}
</style>
background-color css
<style>
a { background-color: #B71F00; }
a { background-color: rgb(183,31,0); }
div.DivClassName
{
background-color: #B71F00;
}
.BgClassName
{
background-color: #B71F00;
}
</style>
border-color css
<style>
span { border-color: #B71F00; }
span { border-color: rgb(183,31,0); }
td.TdClassName
{
border-color: #B71F00;
}
.TagClassName
{
border-color: #B71F00;
}
</style>