Html Css Color HEX #B42001 Harley Davidson Orange
📋 copy color: '#B42001'red 180 ◦ green 32 ◦ blue 1
Shades of Harley Davidson Orange #B42001
Tints of Harley Davidson Orange #B42001
RGB
CMYK
RGB Variations
Color information
#B42001 (or 0xB42001) is known color: Harley Davidson Orange. HEX triplet: B4, 20 and 01. RGB value is (180,32,1). Sum of RGB (Red+Green+Blue) = 180+32+1=213 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.51% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 180 - color contains mainly: red. Hex color #B42001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42001 is #4BDFFE. Grayscale: #484848. Windows color (decimal): -4972543 or 73908. OLE color: 73908.
HSL color Cylindrical-coordinate representation of color #B42001: hue angle of 10.39º 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 #B42001 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 32 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.29 |
| HSL | 10.39º | 0.99% | 0.35% | - |
| HSV(B) | 10.39º | 0.99% | 0.71% | - |
| XYZ | 19.34 | 10.74 | 1.08 | - |
| YUV | 72.72 | 87.53 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 1 | 0 | 0.82 | 0.99 | 0.29 | 10.39 | 0.99 | 0.35 |
| Hex | B4 | 20 | 1 | 0 | 52 | 63 | 1D | A | 63 | 23 |
| Octal | 264 | 40 | 1 | 0 | 122 | 143 | 35 | 12 | 143 | 43 |
| Binary | 10110100 | 100000 | 1 | 0 | 1010010 | 1100011 | 11101 | 1010 | 1100011 | 100011 |
Color Harmonies of #B42001
Complementary color
Monochromatic Colors of #B42001
Black with #B42001
Text Example
Text Example
White with #B42001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42001; }
p { color: rgb(180,32,1); }
H1.HeaderClassName
{
color: #B42001;
}
.AnyTagClassName
{
color: #B42001;
}
</style>
background-color css
<style>
a { background-color: #B42001; }
a { background-color: rgb(180,32,1); }
div.DivClassName
{
background-color: #B42001;
}
.BgClassName
{
background-color: #B42001;
}
</style>
border-color css
<style>
span { border-color: #B42001; }
span { border-color: rgb(180,32,1); }
td.TdClassName
{
border-color: #B42001;
}
.TagClassName
{
border-color: #B42001;
}
</style>