Html Css Color HEX #B32101 Harley Davidson Orange
📋 copy color: '#B32101'red 179 ◦ green 33 ◦ blue 1
Shades of Harley Davidson Orange #B32101
Tints of Harley Davidson Orange #B32101
RGB
CMYK
RGB Variations
Color information
#B32101 (or 0xB32101) is known color: Harley Davidson Orange. HEX triplet: B3, 21 and 01. RGB value is (179,33,1). Sum of RGB (Red+Green+Blue) = 179+33+1=213 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.04% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 179 - color contains mainly: red. Hex color #B32101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32101 is #4CDEFE. Grayscale: #494949. Windows color (decimal): -5037823 or 74163. OLE color: 74163.
HSL color Cylindrical-coordinate representation of color #B32101: hue angle of 10.79º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B32101 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.30 |
| HSL | 10.79º | 0.99% | 0.35% | - |
| HSV(B) | 10.79º | 0.99% | 0.7% | - |
| XYZ | 19.14 | 10.67 | 1.08 | - |
| YUV | 73.01 | 87.37 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 1 | 0 | 0.82 | 0.99 | 0.30 | 10.79 | 0.99 | 0.35 |
| Hex | B3 | 21 | 1 | 0 | 52 | 63 | 1E | B | 63 | 23 |
| Octal | 263 | 41 | 1 | 0 | 122 | 143 | 36 | 13 | 143 | 43 |
| Binary | 10110011 | 100001 | 1 | 0 | 1010010 | 1100011 | 11110 | 1011 | 1100011 | 100011 |
Color Harmonies of #B32101
Complementary color
Monochromatic Colors of #B32101
Black with #B32101
Text Example
Text Example
White with #B32101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32101; }
p { color: rgb(179,33,1); }
H1.HeaderClassName
{
color: #B32101;
}
.AnyTagClassName
{
color: #B32101;
}
</style>
background-color css
<style>
a { background-color: #B32101; }
a { background-color: rgb(179,33,1); }
div.DivClassName
{
background-color: #B32101;
}
.BgClassName
{
background-color: #B32101;
}
</style>
border-color css
<style>
span { border-color: #B32101; }
span { border-color: rgb(179,33,1); }
td.TdClassName
{
border-color: #B32101;
}
.TagClassName
{
border-color: #B32101;
}
</style>