Html Css Color HEX #B42607 Harley Davidson Orange
📋 copy color: '#B42607'red 180 ◦ green 38 ◦ blue 7
Shades of Harley Davidson Orange #B42607
Tints of Harley Davidson Orange #B42607
RGB
CMYK
RGB Variations
Color information
#B42607 (or 0xB42607) is known color: Harley Davidson Orange. HEX triplet: B4, 26 and 07. RGB value is (180,38,7). Sum of RGB (Red+Green+Blue) = 180+38+7=225 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 180 - color contains mainly: red. Hex color #B42607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42607 is #4BD9F8. Grayscale: #4D4D4D. Windows color (decimal): -4971001 or 468660. OLE color: 468660.
HSL color Cylindrical-coordinate representation of color #B42607: hue angle of 10.75º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B42607 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 7 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.29 |
| HSL | 10.75º | 0.93% | 0.37% | - |
| HSV(B) | 10.75º | 0.96% | 0.71% | - |
| XYZ | 19.55 | 11.1 | 1.31 | - |
| YUV | 76.92 | 88.54 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 7 | 0 | 0.79 | 0.96 | 0.29 | 10.75 | 0.93 | 0.37 |
| Hex | B4 | 26 | 7 | 0 | 4F | 60 | 1D | B | 5D | 25 |
| Octal | 264 | 46 | 7 | 0 | 117 | 140 | 35 | 13 | 135 | 45 |
| Binary | 10110100 | 100110 | 111 | 0 | 1001111 | 1100000 | 11101 | 1011 | 1011101 | 100101 |
Color Harmonies of #B42607
Complementary color
Monochromatic Colors of #B42607
Black with #B42607
Text Example
Text Example
White with #B42607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42607; }
p { color: rgb(180,38,7); }
H1.HeaderClassName
{
color: #B42607;
}
.AnyTagClassName
{
color: #B42607;
}
</style>
background-color css
<style>
a { background-color: #B42607; }
a { background-color: rgb(180,38,7); }
div.DivClassName
{
background-color: #B42607;
}
.BgClassName
{
background-color: #B42607;
}
</style>
border-color css
<style>
span { border-color: #B42607; }
span { border-color: rgb(180,38,7); }
td.TdClassName
{
border-color: #B42607;
}
.TagClassName
{
border-color: #B42607;
}
</style>