Html Css Color HEX #B22302 Harley Davidson Orange
📋 copy color: '#B22302'red 178 ◦ green 35 ◦ blue 2
Shades of Harley Davidson Orange #B22302
Tints of Harley Davidson Orange #B22302
RGB
CMYK
RGB Variations
Color information
#B22302 (or 0xB22302) is known color: Harley Davidson Orange. HEX triplet: B2, 23 and 02. RGB value is (178,35,2). Sum of RGB (Red+Green+Blue) = 178+35+2=215 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.79% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 178 - color contains mainly: red. Hex color #B22302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22302 is #4DDCFD. Grayscale: #4A4A4A. Windows color (decimal): -5102846 or 140210. OLE color: 140210.
HSL color Cylindrical-coordinate representation of color #B22302: hue angle of 11.25º degrees, saturation: 0.98, 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 #B22302 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 35 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.30 |
| HSL | 11.25º | 0.98% | 0.35% | - |
| HSV(B) | 11.25º | 0.99% | 0.7% | - |
| XYZ | 18.97 | 10.67 | 1.12 | - |
| YUV | 74 | 87.38 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 2 | 0 | 0.80 | 0.99 | 0.30 | 11.25 | 0.98 | 0.35 |
| Hex | B2 | 23 | 2 | 0 | 50 | 63 | 1E | B | 62 | 23 |
| Octal | 262 | 43 | 2 | 0 | 120 | 143 | 36 | 13 | 142 | 43 |
| Binary | 10110010 | 100011 | 10 | 0 | 1010000 | 1100011 | 11110 | 1011 | 1100010 | 100011 |
Color Harmonies of #B22302
Complementary color
Monochromatic Colors of #B22302
Black with #B22302
Text Example
Text Example
White with #B22302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22302; }
p { color: rgb(178,35,2); }
H1.HeaderClassName
{
color: #B22302;
}
.AnyTagClassName
{
color: #B22302;
}
</style>
background-color css
<style>
a { background-color: #B22302; }
a { background-color: rgb(178,35,2); }
div.DivClassName
{
background-color: #B22302;
}
.BgClassName
{
background-color: #B22302;
}
</style>
border-color css
<style>
span { border-color: #B22302; }
span { border-color: rgb(178,35,2); }
td.TdClassName
{
border-color: #B22302;
}
.TagClassName
{
border-color: #B22302;
}
</style>