Html Css Color HEX #BD2C09 Harley Davidson Orange
📋 copy color: '#BD2C09'red 189 ◦ green 44 ◦ blue 9
Shades of Harley Davidson Orange #BD2C09
Tints of Harley Davidson Orange #BD2C09
RGB
CMYK
RGB Variations
Color information
#BD2C09 (or 0xBD2C09) is known color: Harley Davidson Orange. HEX triplet: BD, 2C and 09. RGB value is (189,44,9). Sum of RGB (Red+Green+Blue) = 189+44+9=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2C09 is #42D3F6. Grayscale: #535353. Windows color (decimal): -4379639 or 601277. OLE color: 601277.
HSL color Cylindrical-coordinate representation of color #BD2C09: hue angle of 11.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD2C09 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 9 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.26 |
| HSL | 11.67º | 0.91% | 0.39% | - |
| HSV(B) | 11.67º | 0.95% | 0.74% | - |
| XYZ | 21.94 | 12.64 | 1.54 | - |
| YUV | 83.37 | 86.04 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 9 | 0 | 0.77 | 0.95 | 0.26 | 11.67 | 0.91 | 0.39 |
| Hex | BD | 2C | 9 | 0 | 4D | 5F | 1A | C | 5B | 27 |
| Octal | 275 | 54 | 11 | 0 | 115 | 137 | 32 | 14 | 133 | 47 |
| Binary | 10111101 | 101100 | 1001 | 0 | 1001101 | 1011111 | 11010 | 1100 | 1011011 | 100111 |
Color Harmonies of #BD2C09
Complementary color
Monochromatic Colors of #BD2C09
Black with #BD2C09
Text Example
Text Example
White with #BD2C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C09; }
p { color: rgb(189,44,9); }
H1.HeaderClassName
{
color: #BD2C09;
}
.AnyTagClassName
{
color: #BD2C09;
}
</style>
background-color css
<style>
a { background-color: #BD2C09; }
a { background-color: rgb(189,44,9); }
div.DivClassName
{
background-color: #BD2C09;
}
.BgClassName
{
background-color: #BD2C09;
}
</style>
border-color css
<style>
span { border-color: #BD2C09; }
span { border-color: rgb(189,44,9); }
td.TdClassName
{
border-color: #BD2C09;
}
.TagClassName
{
border-color: #BD2C09;
}
</style>