Html Css Color HEX #B7250C Harley Davidson Orange
📋 copy color: '#B7250C'red 183 ◦ green 37 ◦ blue 12
Shades of Harley Davidson Orange #B7250C
Tints of Harley Davidson Orange #B7250C
RGB
CMYK
RGB Variations
Color information
#B7250C (or 0xB7250C) is known color: Harley Davidson Orange. HEX triplet: B7, 25 and 0C. RGB value is (183,37,12). Sum of RGB (Red+Green+Blue) = 183+37+12=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B7250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7250C is #48DAF3. Grayscale: #4E4E4E. Windows color (decimal): -4774644 or 796087. OLE color: 796087.
HSL color Cylindrical-coordinate representation of color #B7250C: hue angle of 8.77º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7250C is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 12 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.28 |
| HSL | 8.77º | 0.88% | 0.38% | - |
| HSV(B) | 8.77º | 0.93% | 0.72% | - |
| XYZ | 20.26 | 11.42 | 1.48 | - |
| YUV | 77.8 | 90.87 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 12 | 0 | 0.80 | 0.93 | 0.28 | 8.77 | 0.88 | 0.38 |
| Hex | B7 | 25 | C | 0 | 50 | 5D | 1C | 9 | 58 | 26 |
| Octal | 267 | 45 | 14 | 0 | 120 | 135 | 34 | 11 | 130 | 46 |
| Binary | 10110111 | 100101 | 1100 | 0 | 1010000 | 1011101 | 11100 | 1001 | 1011000 | 100110 |
Color Harmonies of #B7250C
Complementary color
Monochromatic Colors of #B7250C
Black with #B7250C
Text Example
Text Example
White with #B7250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7250C; }
p { color: rgb(183,37,12); }
H1.HeaderClassName
{
color: #B7250C;
}
.AnyTagClassName
{
color: #B7250C;
}
</style>
background-color css
<style>
a { background-color: #B7250C; }
a { background-color: rgb(183,37,12); }
div.DivClassName
{
background-color: #B7250C;
}
.BgClassName
{
background-color: #B7250C;
}
</style>
border-color css
<style>
span { border-color: #B7250C; }
span { border-color: rgb(183,37,12); }
td.TdClassName
{
border-color: #B7250C;
}
.TagClassName
{
border-color: #B7250C;
}
</style>