Html Css Color HEX #B7240A Harley Davidson Orange
📋 copy color: '#B7240A'red 183 ◦ green 36 ◦ blue 10
Shades of Harley Davidson Orange #B7240A
Tints of Harley Davidson Orange #B7240A
RGB
CMYK
RGB Variations
Color information
#B7240A (or 0xB7240A) is known color: Harley Davidson Orange. HEX triplet: B7, 24 and 0A. RGB value is (183,36,10). Sum of RGB (Red+Green+Blue) = 183+36+10=229 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.91% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 183 - color contains mainly: red. Hex color #B7240A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7240A is #48DBF5. Grayscale: #4D4D4D. Windows color (decimal): -4774902 or 664759. OLE color: 664759.
HSL color Cylindrical-coordinate representation of color #B7240A: hue angle of 9.02º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7240A is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 10 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.28 |
| HSL | 9.02º | 0.9% | 0.38% | - |
| HSV(B) | 9.02º | 0.95% | 0.72% | - |
| XYZ | 20.21 | 11.35 | 1.41 | - |
| YUV | 76.99 | 90.2 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 10 | 0 | 0.80 | 0.95 | 0.28 | 9.02 | 0.9 | 0.38 |
| Hex | B7 | 24 | A | 0 | 50 | 5F | 1C | 9 | 5A | 26 |
| Octal | 267 | 44 | 12 | 0 | 120 | 137 | 34 | 11 | 132 | 46 |
| Binary | 10110111 | 100100 | 1010 | 0 | 1010000 | 1011111 | 11100 | 1001 | 1011010 | 100110 |
Color Harmonies of #B7240A
Complementary color
Monochromatic Colors of #B7240A
Black with #B7240A
Text Example
Text Example
White with #B7240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7240A; }
p { color: rgb(183,36,10); }
H1.HeaderClassName
{
color: #B7240A;
}
.AnyTagClassName
{
color: #B7240A;
}
</style>
background-color css
<style>
a { background-color: #B7240A; }
a { background-color: rgb(183,36,10); }
div.DivClassName
{
background-color: #B7240A;
}
.BgClassName
{
background-color: #B7240A;
}
</style>
border-color css
<style>
span { border-color: #B7240A; }
span { border-color: rgb(183,36,10); }
td.TdClassName
{
border-color: #B7240A;
}
.TagClassName
{
border-color: #B7240A;
}
</style>