Html Css Color HEX #B42501 Harley Davidson Orange
📋 copy color: '#B42501'red 180 ◦ green 37 ◦ blue 1
Shades of Harley Davidson Orange #B42501
Tints of Harley Davidson Orange #B42501
RGB
CMYK
RGB Variations
Color information
#B42501 (or 0xB42501) is known color: Harley Davidson Orange. HEX triplet: B4, 25 and 01. RGB value is (180,37,1). Sum of RGB (Red+Green+Blue) = 180+37+1=218 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.57% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 180 - color contains mainly: red. Hex color #B42501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42501 is #4BDAFE. Grayscale: #4B4B4B. Windows color (decimal): -4971263 or 75188. OLE color: 75188.
HSL color Cylindrical-coordinate representation of color #B42501: hue angle of 12.07º 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 #B42501 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 1 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.29 |
| HSL | 12.07º | 0.99% | 0.35% | - |
| HSV(B) | 12.07º | 0.99% | 0.71% | - |
| XYZ | 19.49 | 11.03 | 1.13 | - |
| YUV | 75.65 | 85.88 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 1 | 0 | 0.79 | 0.99 | 0.29 | 12.07 | 0.99 | 0.35 |
| Hex | B4 | 25 | 1 | 0 | 4F | 63 | 1D | C | 63 | 23 |
| Octal | 264 | 45 | 1 | 0 | 117 | 143 | 35 | 14 | 143 | 43 |
| Binary | 10110100 | 100101 | 1 | 0 | 1001111 | 1100011 | 11101 | 1100 | 1100011 | 100011 |
Color Harmonies of #B42501
Complementary color
Monochromatic Colors of #B42501
Black with #B42501
Text Example
Text Example
White with #B42501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42501; }
p { color: rgb(180,37,1); }
H1.HeaderClassName
{
color: #B42501;
}
.AnyTagClassName
{
color: #B42501;
}
</style>
background-color css
<style>
a { background-color: #B42501; }
a { background-color: rgb(180,37,1); }
div.DivClassName
{
background-color: #B42501;
}
.BgClassName
{
background-color: #B42501;
}
</style>
border-color css
<style>
span { border-color: #B42501; }
span { border-color: rgb(180,37,1); }
td.TdClassName
{
border-color: #B42501;
}
.TagClassName
{
border-color: #B42501;
}
</style>