Html Css Color HEX #B62201 Harley Davidson Orange
📋 copy color: '#B62201'red 182 ◦ green 34 ◦ blue 1
Shades of Harley Davidson Orange #B62201
Tints of Harley Davidson Orange #B62201
RGB
CMYK
RGB Variations
Color information
#B62201 (or 0xB62201) is known color: Harley Davidson Orange. HEX triplet: B6, 22 and 01. RGB value is (182,34,1). Sum of RGB (Red+Green+Blue) = 182+34+1=217 (28% of max value = 765). Red value is 182 (71.48% from 255 or 83.87% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 182 - color contains mainly: red. Hex color #B62201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62201 is #49DDFE. Grayscale: #4A4A4A. Windows color (decimal): -4840959 or 74422. OLE color: 74422.
HSL color Cylindrical-coordinate representation of color #B62201: hue angle of 10.94º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B62201 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 34 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.29 |
| HSL | 10.94º | 0.99% | 0.36% | - |
| HSV(B) | 10.94º | 0.99% | 0.71% | - |
| XYZ | 19.87 | 11.09 | 1.12 | - |
| YUV | 74.49 | 86.53 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 34 | 1 | 0 | 0.81 | 0.99 | 0.29 | 10.94 | 0.99 | 0.36 |
| Hex | B6 | 22 | 1 | 0 | 51 | 63 | 1D | B | 63 | 24 |
| Octal | 266 | 42 | 1 | 0 | 121 | 143 | 35 | 13 | 143 | 44 |
| Binary | 10110110 | 100010 | 1 | 0 | 1010001 | 1100011 | 11101 | 1011 | 1100011 | 100100 |
Color Harmonies of #B62201
Complementary color
Monochromatic Colors of #B62201
Black with #B62201
Text Example
Text Example
White with #B62201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62201; }
p { color: rgb(182,34,1); }
H1.HeaderClassName
{
color: #B62201;
}
.AnyTagClassName
{
color: #B62201;
}
</style>
background-color css
<style>
a { background-color: #B62201; }
a { background-color: rgb(182,34,1); }
div.DivClassName
{
background-color: #B62201;
}
.BgClassName
{
background-color: #B62201;
}
</style>
border-color css
<style>
span { border-color: #B62201; }
span { border-color: rgb(182,34,1); }
td.TdClassName
{
border-color: #B62201;
}
.TagClassName
{
border-color: #B62201;
}
</style>