Html Css Color HEX #B42201 Harley Davidson Orange
📋 copy color: '#B42201'red 180 ◦ green 34 ◦ blue 1
Shades of Harley Davidson Orange #B42201
Tints of Harley Davidson Orange #B42201
RGB
CMYK
RGB Variations
Color information
#B42201 (or 0xB42201) is known color: Harley Davidson Orange. HEX triplet: B4, 22 and 01. RGB value is (180,34,1). Sum of RGB (Red+Green+Blue) = 180+34+1=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B42201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42201 is #4BDDFE. Grayscale: #4A4A4A. Windows color (decimal): -4972031 or 74420. OLE color: 74420.
HSL color Cylindrical-coordinate representation of color #B42201: hue angle of 11.06º 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 #B42201 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 34 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.29 |
| HSL | 11.06º | 0.99% | 0.35% | - |
| HSV(B) | 11.06º | 0.99% | 0.71% | - |
| XYZ | 19.4 | 10.85 | 1.1 | - |
| YUV | 73.89 | 86.87 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 1 | 0 | 0.81 | 0.99 | 0.29 | 11.06 | 0.99 | 0.35 |
| Hex | B4 | 22 | 1 | 0 | 51 | 63 | 1D | B | 63 | 23 |
| Octal | 264 | 42 | 1 | 0 | 121 | 143 | 35 | 13 | 143 | 43 |
| Binary | 10110100 | 100010 | 1 | 0 | 1010001 | 1100011 | 11101 | 1011 | 1100011 | 100011 |
Color Harmonies of #B42201
Complementary color
Monochromatic Colors of #B42201
Black with #B42201
Text Example
Text Example
White with #B42201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42201; }
p { color: rgb(180,34,1); }
H1.HeaderClassName
{
color: #B42201;
}
.AnyTagClassName
{
color: #B42201;
}
</style>
background-color css
<style>
a { background-color: #B42201; }
a { background-color: rgb(180,34,1); }
div.DivClassName
{
background-color: #B42201;
}
.BgClassName
{
background-color: #B42201;
}
</style>
border-color css
<style>
span { border-color: #B42201; }
span { border-color: rgb(180,34,1); }
td.TdClassName
{
border-color: #B42201;
}
.TagClassName
{
border-color: #B42201;
}
</style>