Html Css Color HEX #B62401 Harley Davidson Orange
📋 copy color: '#B62401'red 182 ◦ green 36 ◦ blue 1
Shades of Harley Davidson Orange #B62401
Tints of Harley Davidson Orange #B62401
RGB
CMYK
RGB Variations
Color information
#B62401 (or 0xB62401) is known color: Harley Davidson Orange. HEX triplet: B6, 24 and 01. RGB value is (182,36,1). Sum of RGB (Red+Green+Blue) = 182+36+1=219 (29% of max value = 765). Red value is 182 (71.48% from 255 or 83.11% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 182 - color contains mainly: red. Hex color #B62401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62401 is #49DBFE. Grayscale: #4B4B4B. Windows color (decimal): -4840447 or 74934. OLE color: 74934.
HSL color Cylindrical-coordinate representation of color #B62401: hue angle of 11.6º 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 #B62401 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 36 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.29 |
| HSL | 11.6º | 0.99% | 0.36% | - |
| HSV(B) | 11.6º | 0.99% | 0.71% | - |
| XYZ | 19.93 | 11.21 | 1.14 | - |
| YUV | 75.66 | 85.87 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 36 | 1 | 0 | 0.80 | 0.99 | 0.29 | 11.6 | 0.99 | 0.36 |
| Hex | B6 | 24 | 1 | 0 | 50 | 63 | 1D | C | 63 | 24 |
| Octal | 266 | 44 | 1 | 0 | 120 | 143 | 35 | 14 | 143 | 44 |
| Binary | 10110110 | 100100 | 1 | 0 | 1010000 | 1100011 | 11101 | 1100 | 1100011 | 100100 |
Color Harmonies of #B62401
Complementary color
Monochromatic Colors of #B62401
Black with #B62401
Text Example
Text Example
White with #B62401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62401; }
p { color: rgb(182,36,1); }
H1.HeaderClassName
{
color: #B62401;
}
.AnyTagClassName
{
color: #B62401;
}
</style>
background-color css
<style>
a { background-color: #B62401; }
a { background-color: rgb(182,36,1); }
div.DivClassName
{
background-color: #B62401;
}
.BgClassName
{
background-color: #B62401;
}
</style>
border-color css
<style>
span { border-color: #B62401; }
span { border-color: rgb(182,36,1); }
td.TdClassName
{
border-color: #B62401;
}
.TagClassName
{
border-color: #B62401;
}
</style>