Html Css Color HEX #BD341C Harley Davidson Orange
📋 copy color: '#BD341C'red 189 ◦ green 52 ◦ blue 28
Shades of Harley Davidson Orange #BD341C
Tints of Harley Davidson Orange #BD341C
RGB
CMYK
RGB Variations
Color information
#BD341C (or 0xBD341C) is known color: Harley Davidson Orange. HEX triplet: BD, 34 and 1C. RGB value is (189,52,28). Sum of RGB (Red+Green+Blue) = 189+52+28=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD341C is #42CBE3. Grayscale: #5A5A5A. Windows color (decimal): -4377572 or 1848509. OLE color: 1848509.
HSL color Cylindrical-coordinate representation of color #BD341C: hue angle of 8.94º 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 #BD341C is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 28 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.26 |
| HSL | 8.94º | 0.74% | 0.43% | - |
| HSV(B) | 8.94º | 0.85% | 0.74% | - |
| XYZ | 22.42 | 13.36 | 2.5 | - |
| YUV | 90.23 | 92.89 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 28 | 0 | 0.72 | 0.85 | 0.26 | 8.94 | 0.74 | 0.43 |
| Hex | BD | 34 | 1C | 0 | 48 | 55 | 1A | 9 | 4A | 2B |
| Octal | 275 | 64 | 34 | 0 | 110 | 125 | 32 | 11 | 112 | 53 |
| Binary | 10111101 | 110100 | 11100 | 0 | 1001000 | 1010101 | 11010 | 1001 | 1001010 | 101011 |
Color Harmonies of #BD341C
Complementary color
Monochromatic Colors of #BD341C
Black with #BD341C
Text Example
Text Example
White with #BD341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD341C; }
p { color: rgb(189,52,28); }
H1.HeaderClassName
{
color: #BD341C;
}
.AnyTagClassName
{
color: #BD341C;
}
</style>
background-color css
<style>
a { background-color: #BD341C; }
a { background-color: rgb(189,52,28); }
div.DivClassName
{
background-color: #BD341C;
}
.BgClassName
{
background-color: #BD341C;
}
</style>
border-color css
<style>
span { border-color: #BD341C; }
span { border-color: rgb(189,52,28); }
td.TdClassName
{
border-color: #BD341C;
}
.TagClassName
{
border-color: #BD341C;
}
</style>