Html Css Color HEX #B42401 Harley Davidson Orange
📋 copy color: '#B42401'red 180 ◦ green 36 ◦ blue 1
Shades of Harley Davidson Orange #B42401
Tints of Harley Davidson Orange #B42401
RGB
CMYK
RGB Variations
Color information
#B42401 (or 0xB42401) is known color: Harley Davidson Orange. HEX triplet: B4, 24 and 01. RGB value is (180,36,1). Sum of RGB (Red+Green+Blue) = 180+36+1=217 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.95% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 180 - color contains mainly: red. Hex color #B42401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42401 is #4BDBFE. Grayscale: #4B4B4B. Windows color (decimal): -4971519 or 74932. OLE color: 74932.
HSL color Cylindrical-coordinate representation of color #B42401: hue angle of 11.73º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B42401 is Cyan = 0, Magento = 0.8, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 1 | - |
| CMYK | 0 | 0.8 | 0.99 | 0.29 |
| HSL | 11.73º | 0.99% | 0.35% | - |
| HSV(B) | 11.73º | 0.99% | 0.71% | - |
| XYZ | 19.46 | 10.97 | 1.12 | - |
| YUV | 75.07 | 86.21 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 1 | 0 | 0.8 | 0.99 | 0.29 | 11.73 | 0.99 | 0.35 |
| Hex | B4 | 24 | 1 | 0 | 50 | 63 | 1D | C | 63 | 23 |
| Octal | 264 | 44 | 1 | 0 | 120 | 143 | 35 | 14 | 143 | 43 |
| Binary | 10110100 | 100100 | 1 | 0 | 1010000 | 1100011 | 11101 | 1100 | 1100011 | 100011 |
Color Harmonies of #B42401
Complementary color
Monochromatic Colors of #B42401
Black with #B42401
Text Example
Text Example
White with #B42401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42401; }
p { color: rgb(180,36,1); }
H1.HeaderClassName
{
color: #B42401;
}
.AnyTagClassName
{
color: #B42401;
}
</style>
background-color css
<style>
a { background-color: #B42401; }
a { background-color: rgb(180,36,1); }
div.DivClassName
{
background-color: #B42401;
}
.BgClassName
{
background-color: #B42401;
}
</style>
border-color css
<style>
span { border-color: #B42401; }
span { border-color: rgb(180,36,1); }
td.TdClassName
{
border-color: #B42401;
}
.TagClassName
{
border-color: #B42401;
}
</style>