Html Css Color HEX #B32201 Harley Davidson Orange
📋 copy color: '#B32201'red 179 ◦ green 34 ◦ blue 1
Shades of Harley Davidson Orange #B32201
Tints of Harley Davidson Orange #B32201
RGB
CMYK
RGB Variations
Color information
#B32201 (or 0xB32201) is known color: Harley Davidson Orange. HEX triplet: B3, 22 and 01. RGB value is (179,34,1). Sum of RGB (Red+Green+Blue) = 179+34+1=214 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.64% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 179 - color contains mainly: red. Hex color #B32201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32201 is #4CDDFE. Grayscale: #494949. Windows color (decimal): -5037567 or 74419. OLE color: 74419.
HSL color Cylindrical-coordinate representation of color #B32201: hue angle of 11.12º 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 #B32201 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 34 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.30 |
| HSL | 11.12º | 0.99% | 0.35% | - |
| HSV(B) | 11.12º | 0.99% | 0.7% | - |
| XYZ | 19.17 | 10.73 | 1.09 | - |
| YUV | 73.59 | 87.04 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 1 | 0 | 0.81 | 0.99 | 0.30 | 11.12 | 0.99 | 0.35 |
| Hex | B3 | 22 | 1 | 0 | 51 | 63 | 1E | B | 63 | 23 |
| Octal | 263 | 42 | 1 | 0 | 121 | 143 | 36 | 13 | 143 | 43 |
| Binary | 10110011 | 100010 | 1 | 0 | 1010001 | 1100011 | 11110 | 1011 | 1100011 | 100011 |
Color Harmonies of #B32201
Complementary color
Monochromatic Colors of #B32201
Black with #B32201
Text Example
Text Example
White with #B32201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32201; }
p { color: rgb(179,34,1); }
H1.HeaderClassName
{
color: #B32201;
}
.AnyTagClassName
{
color: #B32201;
}
</style>
background-color css
<style>
a { background-color: #B32201; }
a { background-color: rgb(179,34,1); }
div.DivClassName
{
background-color: #B32201;
}
.BgClassName
{
background-color: #B32201;
}
</style>
border-color css
<style>
span { border-color: #B32201; }
span { border-color: rgb(179,34,1); }
td.TdClassName
{
border-color: #B32201;
}
.TagClassName
{
border-color: #B32201;
}
</style>