Html Css Color HEX #B22100 Harley Davidson Orange
📋 copy color: '#B22100'red 178 ◦ green 33 ◦ blue 0
Shades of Harley Davidson Orange #B22100
Tints of Harley Davidson Orange #B22100
RGB
CMYK
RGB Variations
Color information
#B22100 (or 0xB22100) is known color: Harley Davidson Orange. HEX triplet: B2, 21 and 00. RGB value is (178,33,0). Sum of RGB (Red+Green+Blue) = 178+33+0=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B22100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22100 is #4DDEFF. Grayscale: #484848. Windows color (decimal): -5103360 or 8626. OLE color: 8626.
HSL color Cylindrical-coordinate representation of color #B22100: hue angle of 11.12º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B22100 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 33 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.30 |
| HSL | 11.12º | 1% | 0.35% | - |
| HSV(B) | 11.12º | 1% | 0.7% | - |
| XYZ | 18.9 | 10.55 | 1.04 | - |
| YUV | 72.59 | 87.04 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 0 | 0 | 0.81 | 1 | 0.30 | 11.12 | 1 | 0.35 |
| Hex | B2 | 21 | 0 | 0 | 51 | 64 | 1E | B | 64 | 23 |
| Octal | 262 | 41 | 0 | 0 | 121 | 144 | 36 | 13 | 144 | 43 |
| Binary | 10110010 | 100001 | 0 | 0 | 1010001 | 1100100 | 11110 | 1011 | 1100100 | 100011 |
Color Harmonies of #B22100
Complementary color
Monochromatic Colors of #B22100
Black with #B22100
Text Example
Text Example
White with #B22100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22100; }
p { color: rgb(178,33,0); }
H1.HeaderClassName
{
color: #B22100;
}
.AnyTagClassName
{
color: #B22100;
}
</style>
background-color css
<style>
a { background-color: #B22100; }
a { background-color: rgb(178,33,0); }
div.DivClassName
{
background-color: #B22100;
}
.BgClassName
{
background-color: #B22100;
}
</style>
border-color css
<style>
span { border-color: #B22100; }
span { border-color: rgb(178,33,0); }
td.TdClassName
{
border-color: #B22100;
}
.TagClassName
{
border-color: #B22100;
}
</style>