Html Css Color HEX #B62D14 Harley Davidson Orange
📋 copy color: '#B62D14'red 182 ◦ green 45 ◦ blue 20
Shades of Harley Davidson Orange #B62D14
Tints of Harley Davidson Orange #B62D14
RGB
CMYK
RGB Variations
Color information
#B62D14 (or 0xB62D14) is known color: Harley Davidson Orange. HEX triplet: B6, 2D and 14. RGB value is (182,45,20). Sum of RGB (Red+Green+Blue) = 182+45+20=247 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.68% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62D14 is #49D2EB. Grayscale: #535353. Windows color (decimal): -4838124 or 1322422. OLE color: 1322422.
HSL color Cylindrical-coordinate representation of color #B62D14: hue angle of 9.26º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B62D14 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 45 | 20 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.29 |
| HSL | 9.26º | 0.8% | 0.4% | - |
| HSV(B) | 9.26º | 0.89% | 0.71% | - |
| XYZ | 20.36 | 11.87 | 1.88 | - |
| YUV | 83.11 | 92.39 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 20 | 0 | 0.75 | 0.89 | 0.29 | 9.26 | 0.8 | 0.4 |
| Hex | B6 | 2D | 14 | 0 | 4B | 59 | 1D | 9 | 50 | 28 |
| Octal | 266 | 55 | 24 | 0 | 113 | 131 | 35 | 11 | 120 | 50 |
| Binary | 10110110 | 101101 | 10100 | 0 | 1001011 | 1011001 | 11101 | 1001 | 1010000 | 101000 |
Color Harmonies of #B62D14
Complementary color
Monochromatic Colors of #B62D14
Black with #B62D14
Text Example
Text Example
White with #B62D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62D14; }
p { color: rgb(182,45,20); }
H1.HeaderClassName
{
color: #B62D14;
}
.AnyTagClassName
{
color: #B62D14;
}
</style>
background-color css
<style>
a { background-color: #B62D14; }
a { background-color: rgb(182,45,20); }
div.DivClassName
{
background-color: #B62D14;
}
.BgClassName
{
background-color: #B62D14;
}
</style>
border-color css
<style>
span { border-color: #B62D14; }
span { border-color: rgb(182,45,20); }
td.TdClassName
{
border-color: #B62D14;
}
.TagClassName
{
border-color: #B62D14;
}
</style>