Html Css Color HEX #B22203 Harley Davidson Orange
📋 copy color: '#B22203'red 178 ◦ green 34 ◦ blue 3
Shades of Harley Davidson Orange #B22203
Tints of Harley Davidson Orange #B22203
RGB
CMYK
RGB Variations
Color information
#B22203 (or 0xB22203) is known color: Harley Davidson Orange. HEX triplet: B2, 22 and 03. RGB value is (178,34,3). Sum of RGB (Red+Green+Blue) = 178+34+3=215 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.79% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 178 - color contains mainly: red. Hex color #B22203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22203 is #4DDDFC. Grayscale: #494949. Windows color (decimal): -5103101 or 205490. OLE color: 205490.
HSL color Cylindrical-coordinate representation of color #B22203: hue angle of 10.63º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B22203 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 34 | 3 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.30 |
| HSL | 10.63º | 0.97% | 0.35% | - |
| HSV(B) | 10.63º | 0.98% | 0.7% | - |
| XYZ | 18.95 | 10.62 | 1.14 | - |
| YUV | 73.52 | 88.21 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 34 | 3 | 0 | 0.81 | 0.98 | 0.30 | 10.63 | 0.97 | 0.35 |
| Hex | B2 | 22 | 3 | 0 | 51 | 62 | 1E | B | 61 | 23 |
| Octal | 262 | 42 | 3 | 0 | 121 | 142 | 36 | 13 | 141 | 43 |
| Binary | 10110010 | 100010 | 11 | 0 | 1010001 | 1100010 | 11110 | 1011 | 1100001 | 100011 |
Color Harmonies of #B22203
Complementary color
Monochromatic Colors of #B22203
Black with #B22203
Text Example
Text Example
White with #B22203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22203; }
p { color: rgb(178,34,3); }
H1.HeaderClassName
{
color: #B22203;
}
.AnyTagClassName
{
color: #B22203;
}
</style>
background-color css
<style>
a { background-color: #B22203; }
a { background-color: rgb(178,34,3); }
div.DivClassName
{
background-color: #B22203;
}
.BgClassName
{
background-color: #B22203;
}
</style>
border-color css
<style>
span { border-color: #B22203; }
span { border-color: rgb(178,34,3); }
td.TdClassName
{
border-color: #B22203;
}
.TagClassName
{
border-color: #B22203;
}
</style>