Html Css Color HEX #B22404 Harley Davidson Orange
📋 copy color: '#B22404'red 178 ◦ green 36 ◦ blue 4
Shades of Harley Davidson Orange #B22404
Tints of Harley Davidson Orange #B22404
RGB
CMYK
RGB Variations
Color information
#B22404 (or 0xB22404) is known color: Harley Davidson Orange. HEX triplet: B2, 24 and 04. RGB value is (178,36,4). Sum of RGB (Red+Green+Blue) = 178+36+4=218 (28% of max value = 765). Red value is 178 (69.92% from 255 or 81.65% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 178 - color contains mainly: red. Hex color #B22404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22404 is #4DDBFB. Grayscale: #4B4B4B. Windows color (decimal): -5102588 or 271538. OLE color: 271538.
HSL color Cylindrical-coordinate representation of color #B22404: hue angle of 11.03º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B22404 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 36 | 4 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.30 |
| HSL | 11.03º | 0.96% | 0.36% | - |
| HSV(B) | 11.03º | 0.98% | 0.7% | - |
| XYZ | 19.01 | 10.74 | 1.18 | - |
| YUV | 74.81 | 88.04 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 4 | 0 | 0.80 | 0.98 | 0.30 | 11.03 | 0.96 | 0.36 |
| Hex | B2 | 24 | 4 | 0 | 50 | 62 | 1E | B | 60 | 24 |
| Octal | 262 | 44 | 4 | 0 | 120 | 142 | 36 | 13 | 140 | 44 |
| Binary | 10110010 | 100100 | 100 | 0 | 1010000 | 1100010 | 11110 | 1011 | 1100000 | 100100 |
Color Harmonies of #B22404
Complementary color
Monochromatic Colors of #B22404
Black with #B22404
Text Example
Text Example
White with #B22404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22404; }
p { color: rgb(178,36,4); }
H1.HeaderClassName
{
color: #B22404;
}
.AnyTagClassName
{
color: #B22404;
}
</style>
background-color css
<style>
a { background-color: #B22404; }
a { background-color: rgb(178,36,4); }
div.DivClassName
{
background-color: #B22404;
}
.BgClassName
{
background-color: #B22404;
}
</style>
border-color css
<style>
span { border-color: #B22404; }
span { border-color: rgb(178,36,4); }
td.TdClassName
{
border-color: #B22404;
}
.TagClassName
{
border-color: #B22404;
}
</style>