Html Css Color HEX #B42301 Harley Davidson Orange
📋 copy color: '#B42301'red 180 ◦ green 35 ◦ blue 1
Shades of Harley Davidson Orange #B42301
Tints of Harley Davidson Orange #B42301
RGB
CMYK
RGB Variations
Color information
#B42301 (or 0xB42301) is known color: Harley Davidson Orange. HEX triplet: B4, 23 and 01. RGB value is (180,35,1). Sum of RGB (Red+Green+Blue) = 180+35+1=216 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.33% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 180 - color contains mainly: red. Hex color #B42301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42301 is #4BDCFE. Grayscale: #4A4A4A. Windows color (decimal): -4971775 or 74676. OLE color: 74676.
HSL color Cylindrical-coordinate representation of color #B42301: hue angle of 11.4º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B42301 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.29 |
| HSL | 11.4º | 0.99% | 0.35% | - |
| HSV(B) | 11.4º | 0.99% | 0.71% | - |
| XYZ | 19.43 | 10.91 | 1.11 | - |
| YUV | 74.48 | 86.54 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 1 | 0 | 0.81 | 0.99 | 0.29 | 11.4 | 0.99 | 0.35 |
| Hex | B4 | 23 | 1 | 0 | 51 | 63 | 1D | B | 63 | 23 |
| Octal | 264 | 43 | 1 | 0 | 121 | 143 | 35 | 13 | 143 | 43 |
| Binary | 10110100 | 100011 | 1 | 0 | 1010001 | 1100011 | 11101 | 1011 | 1100011 | 100011 |
Color Harmonies of #B42301
Complementary color
Monochromatic Colors of #B42301
Black with #B42301
Text Example
Text Example
White with #B42301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42301; }
p { color: rgb(180,35,1); }
H1.HeaderClassName
{
color: #B42301;
}
.AnyTagClassName
{
color: #B42301;
}
</style>
background-color css
<style>
a { background-color: #B42301; }
a { background-color: rgb(180,35,1); }
div.DivClassName
{
background-color: #B42301;
}
.BgClassName
{
background-color: #B42301;
}
</style>
border-color css
<style>
span { border-color: #B42301; }
span { border-color: rgb(180,35,1); }
td.TdClassName
{
border-color: #B42301;
}
.TagClassName
{
border-color: #B42301;
}
</style>