Html Css Color HEX #BD2D12 Harley Davidson Orange
📋 copy color: '#BD2D12'red 189 ◦ green 45 ◦ blue 18
Shades of Harley Davidson Orange #BD2D12
Tints of Harley Davidson Orange #BD2D12
RGB
CMYK
RGB Variations
Color information
#BD2D12 (or 0xBD2D12) is known color: Harley Davidson Orange. HEX triplet: BD, 2D and 12. RGB value is (189,45,18). Sum of RGB (Red+Green+Blue) = 189+45+18=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2D12 is #42D2ED. Grayscale: #555555. Windows color (decimal): -4379374 or 1191357. OLE color: 1191357.
HSL color Cylindrical-coordinate representation of color #BD2D12: hue angle of 9.47º 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 #BD2D12 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 18 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.26 |
| HSL | 9.47º | 0.83% | 0.41% | - |
| HSV(B) | 9.47º | 0.9% | 0.74% | - |
| XYZ | 22.03 | 12.74 | 1.87 | - |
| YUV | 84.98 | 90.21 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 18 | 0 | 0.76 | 0.90 | 0.26 | 9.47 | 0.83 | 0.41 |
| Hex | BD | 2D | 12 | 0 | 4C | 5A | 1A | 9 | 53 | 29 |
| Octal | 275 | 55 | 22 | 0 | 114 | 132 | 32 | 11 | 123 | 51 |
| Binary | 10111101 | 101101 | 10010 | 0 | 1001100 | 1011010 | 11010 | 1001 | 1010011 | 101001 |
Color Harmonies of #BD2D12
Complementary color
Monochromatic Colors of #BD2D12
Black with #BD2D12
Text Example
Text Example
White with #BD2D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D12; }
p { color: rgb(189,45,18); }
H1.HeaderClassName
{
color: #BD2D12;
}
.AnyTagClassName
{
color: #BD2D12;
}
</style>
background-color css
<style>
a { background-color: #BD2D12; }
a { background-color: rgb(189,45,18); }
div.DivClassName
{
background-color: #BD2D12;
}
.BgClassName
{
background-color: #BD2D12;
}
</style>
border-color css
<style>
span { border-color: #BD2D12; }
span { border-color: rgb(189,45,18); }
td.TdClassName
{
border-color: #BD2D12;
}
.TagClassName
{
border-color: #BD2D12;
}
</style>