Html Css Color HEX #B42408 Harley Davidson Orange
📋 copy color: '#B42408'red 180 ◦ green 36 ◦ blue 8
Shades of Harley Davidson Orange #B42408
Tints of Harley Davidson Orange #B42408
RGB
CMYK
RGB Variations
Color information
#B42408 (or 0xB42408) is known color: Harley Davidson Orange. HEX triplet: B4, 24 and 08. RGB value is (180,36,8). Sum of RGB (Red+Green+Blue) = 180+36+8=224 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.36% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 180 - color contains mainly: red. Hex color #B42408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42408 is #4BDBF7. Grayscale: #4C4C4C. Windows color (decimal): -4971512 or 533684. OLE color: 533684.
HSL color Cylindrical-coordinate representation of color #B42408: hue angle of 9.77º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B42408 is Cyan = 0, Magento = 0.8, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 8 | - |
| CMYK | 0 | 0.8 | 0.96 | 0.29 |
| HSL | 9.77º | 0.91% | 0.37% | - |
| HSV(B) | 9.77º | 0.96% | 0.71% | - |
| XYZ | 19.5 | 10.98 | 1.32 | - |
| YUV | 75.86 | 89.71 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 8 | 0 | 0.8 | 0.96 | 0.29 | 9.77 | 0.91 | 0.37 |
| Hex | B4 | 24 | 8 | 0 | 50 | 60 | 1D | A | 5B | 25 |
| Octal | 264 | 44 | 10 | 0 | 120 | 140 | 35 | 12 | 133 | 45 |
| Binary | 10110100 | 100100 | 1000 | 0 | 1010000 | 1100000 | 11101 | 1010 | 1011011 | 100101 |
Color Harmonies of #B42408
Complementary color
Monochromatic Colors of #B42408
Black with #B42408
Text Example
Text Example
White with #B42408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42408; }
p { color: rgb(180,36,8); }
H1.HeaderClassName
{
color: #B42408;
}
.AnyTagClassName
{
color: #B42408;
}
</style>
background-color css
<style>
a { background-color: #B42408; }
a { background-color: rgb(180,36,8); }
div.DivClassName
{
background-color: #B42408;
}
.BgClassName
{
background-color: #B42408;
}
</style>
border-color css
<style>
span { border-color: #B42408; }
span { border-color: rgb(180,36,8); }
td.TdClassName
{
border-color: #B42408;
}
.TagClassName
{
border-color: #B42408;
}
</style>