Html Css Color HEX #BD1F09 Harley Davidson Orange
📋 copy color: '#BD1F09'red 189 ◦ green 31 ◦ blue 9
Shades of Harley Davidson Orange #BD1F09
Tints of Harley Davidson Orange #BD1F09
RGB
CMYK
RGB Variations
Color information
#BD1F09 (or 0xBD1F09) is known color: Harley Davidson Orange. HEX triplet: BD, 1F and 09. RGB value is (189,31,9). Sum of RGB (Red+Green+Blue) = 189+31+9=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1F09 is #42E0F6. Grayscale: #4B4B4B. Windows color (decimal): -4382967 or 597949. OLE color: 597949.
HSL color Cylindrical-coordinate representation of color #BD1F09: hue angle of 7.33º 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 #BD1F09 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 31 | 9 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.26 |
| HSL | 7.33º | 0.91% | 0.39% | - |
| HSV(B) | 7.33º | 0.95% | 0.74% | - |
| XYZ | 21.53 | 11.82 | 1.41 | - |
| YUV | 75.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 9 | 0 | 0.84 | 0.95 | 0.26 | 7.33 | 0.91 | 0.39 |
| Hex | BD | 1F | 9 | 0 | 54 | 5F | 1A | 7 | 5B | 27 |
| Octal | 275 | 37 | 11 | 0 | 124 | 137 | 32 | 7 | 133 | 47 |
| Binary | 10111101 | 11111 | 1001 | 0 | 1010100 | 1011111 | 11010 | 111 | 1011011 | 100111 |
Color Harmonies of #BD1F09
Complementary color
Monochromatic Colors of #BD1F09
Black with #BD1F09
Text Example
Text Example
White with #BD1F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1F09; }
p { color: rgb(189,31,9); }
H1.HeaderClassName
{
color: #BD1F09;
}
.AnyTagClassName
{
color: #BD1F09;
}
</style>
background-color css
<style>
a { background-color: #BD1F09; }
a { background-color: rgb(189,31,9); }
div.DivClassName
{
background-color: #BD1F09;
}
.BgClassName
{
background-color: #BD1F09;
}
</style>
border-color css
<style>
span { border-color: #BD1F09; }
span { border-color: rgb(189,31,9); }
td.TdClassName
{
border-color: #BD1F09;
}
.TagClassName
{
border-color: #BD1F09;
}
</style>