Html Css Color HEX #BD301C Harley Davidson Orange
📋 copy color: '#BD301C'red 189 ◦ green 48 ◦ blue 28
Shades of Harley Davidson Orange #BD301C
Tints of Harley Davidson Orange #BD301C
RGB
CMYK
RGB Variations
Color information
#BD301C (or 0xBD301C) is known color: Harley Davidson Orange. HEX triplet: BD, 30 and 1C. RGB value is (189,48,28). Sum of RGB (Red+Green+Blue) = 189+48+28=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD301C is #42CFE3. Grayscale: #585858. Windows color (decimal): -4378596 or 1847485. OLE color: 1847485.
HSL color Cylindrical-coordinate representation of color #BD301C: hue angle of 7.45º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD301C is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 28 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.26 |
| HSL | 7.45º | 0.74% | 0.43% | - |
| HSV(B) | 7.45º | 0.85% | 0.74% | - |
| XYZ | 22.25 | 13.02 | 2.44 | - |
| YUV | 87.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 28 | 0 | 0.75 | 0.85 | 0.26 | 7.45 | 0.74 | 0.43 |
| Hex | BD | 30 | 1C | 0 | 4B | 55 | 1A | 7 | 4A | 2B |
| Octal | 275 | 60 | 34 | 0 | 113 | 125 | 32 | 7 | 112 | 53 |
| Binary | 10111101 | 110000 | 11100 | 0 | 1001011 | 1010101 | 11010 | 111 | 1001010 | 101011 |
Color Harmonies of #BD301C
Complementary color
Monochromatic Colors of #BD301C
Black with #BD301C
Text Example
Text Example
White with #BD301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD301C; }
p { color: rgb(189,48,28); }
H1.HeaderClassName
{
color: #BD301C;
}
.AnyTagClassName
{
color: #BD301C;
}
</style>
background-color css
<style>
a { background-color: #BD301C; }
a { background-color: rgb(189,48,28); }
div.DivClassName
{
background-color: #BD301C;
}
.BgClassName
{
background-color: #BD301C;
}
</style>
border-color css
<style>
span { border-color: #BD301C; }
span { border-color: rgb(189,48,28); }
td.TdClassName
{
border-color: #BD301C;
}
.TagClassName
{
border-color: #BD301C;
}
</style>