Html Css Color HEX #B42104 Harley Davidson Orange
📋 copy color: '#B42104'red 180 ◦ green 33 ◦ blue 4
Shades of Harley Davidson Orange #B42104
Tints of Harley Davidson Orange #B42104
RGB
CMYK
RGB Variations
Color information
#B42104 (or 0xB42104) is known color: Harley Davidson Orange. HEX triplet: B4, 21 and 04. RGB value is (180,33,4). Sum of RGB (Red+Green+Blue) = 180+33+4=217 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.95% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 180 - color contains mainly: red. Hex color #B42104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42104 is #4BDEFB. Grayscale: #494949. Windows color (decimal): -4972284 or 270772. OLE color: 270772.
HSL color Cylindrical-coordinate representation of color #B42104: hue angle of 9.89º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B42104 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 33 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.29 |
| HSL | 9.89º | 0.96% | 0.36% | - |
| HSV(B) | 9.89º | 0.98% | 0.71% | - |
| XYZ | 19.39 | 10.8 | 1.18 | - |
| YUV | 73.65 | 88.7 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 4 | 0 | 0.82 | 0.98 | 0.29 | 9.89 | 0.96 | 0.36 |
| Hex | B4 | 21 | 4 | 0 | 52 | 62 | 1D | A | 60 | 24 |
| Octal | 264 | 41 | 4 | 0 | 122 | 142 | 35 | 12 | 140 | 44 |
| Binary | 10110100 | 100001 | 100 | 0 | 1010010 | 1100010 | 11101 | 1010 | 1100000 | 100100 |
Color Harmonies of #B42104
Complementary color
Monochromatic Colors of #B42104
Black with #B42104
Text Example
Text Example
White with #B42104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42104; }
p { color: rgb(180,33,4); }
H1.HeaderClassName
{
color: #B42104;
}
.AnyTagClassName
{
color: #B42104;
}
</style>
background-color css
<style>
a { background-color: #B42104; }
a { background-color: rgb(180,33,4); }
div.DivClassName
{
background-color: #B42104;
}
.BgClassName
{
background-color: #B42104;
}
</style>
border-color css
<style>
span { border-color: #B42104; }
span { border-color: rgb(180,33,4); }
td.TdClassName
{
border-color: #B42104;
}
.TagClassName
{
border-color: #B42104;
}
</style>