Html Css Color HEX #BD2912 Harley Davidson Orange
📋 copy color: '#BD2912'red 189 ◦ green 41 ◦ blue 18
Shades of Harley Davidson Orange #BD2912
Tints of Harley Davidson Orange #BD2912
RGB
CMYK
RGB Variations
Color information
#BD2912 (or 0xBD2912) is known color: Harley Davidson Orange. HEX triplet: BD, 29 and 12. RGB value is (189,41,18). Sum of RGB (Red+Green+Blue) = 189+41+18=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2912 is #42D6ED. Grayscale: #525252. Windows color (decimal): -4380398 or 1190333. OLE color: 1190333.
HSL color Cylindrical-coordinate representation of color #BD2912: hue angle of 8.07º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD2912 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 18 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.26 |
| HSL | 8.07º | 0.83% | 0.41% | - |
| HSV(B) | 8.07º | 0.9% | 0.74% | - |
| XYZ | 21.89 | 12.45 | 1.82 | - |
| YUV | 82.63 | 91.53 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 18 | 0 | 0.78 | 0.90 | 0.26 | 8.07 | 0.83 | 0.41 |
| Hex | BD | 29 | 12 | 0 | 4E | 5A | 1A | 8 | 53 | 29 |
| Octal | 275 | 51 | 22 | 0 | 116 | 132 | 32 | 10 | 123 | 51 |
| Binary | 10111101 | 101001 | 10010 | 0 | 1001110 | 1011010 | 11010 | 1000 | 1010011 | 101001 |
Color Harmonies of #BD2912
Complementary color
Monochromatic Colors of #BD2912
Black with #BD2912
Text Example
Text Example
White with #BD2912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2912; }
p { color: rgb(189,41,18); }
H1.HeaderClassName
{
color: #BD2912;
}
.AnyTagClassName
{
color: #BD2912;
}
</style>
background-color css
<style>
a { background-color: #BD2912; }
a { background-color: rgb(189,41,18); }
div.DivClassName
{
background-color: #BD2912;
}
.BgClassName
{
background-color: #BD2912;
}
</style>
border-color css
<style>
span { border-color: #BD2912; }
span { border-color: rgb(189,41,18); }
td.TdClassName
{
border-color: #BD2912;
}
.TagClassName
{
border-color: #BD2912;
}
</style>