Html Css Color HEX #BD2412 Harley Davidson Orange
📋 copy color: '#BD2412'red 189 ◦ green 36 ◦ blue 18
Shades of Harley Davidson Orange #BD2412
Tints of Harley Davidson Orange #BD2412
RGB
CMYK
RGB Variations
Color information
#BD2412 (or 0xBD2412) is known color: Harley Davidson Orange. HEX triplet: BD, 24 and 12. RGB value is (189,36,18). Sum of RGB (Red+Green+Blue) = 189+36+18=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2412 is #42DBED. Grayscale: #4F4F4F. Windows color (decimal): -4381678 or 1189053. OLE color: 1189053.
HSL color Cylindrical-coordinate representation of color #BD2412: hue angle of 6.32º 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 #BD2412 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 18 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.26 |
| HSL | 6.32º | 0.83% | 0.41% | - |
| HSV(B) | 6.32º | 0.9% | 0.74% | - |
| XYZ | 21.73 | 12.12 | 1.77 | - |
| YUV | 79.7 | 93.19 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 18 | 0 | 0.81 | 0.90 | 0.26 | 6.32 | 0.83 | 0.41 |
| Hex | BD | 24 | 12 | 0 | 51 | 5A | 1A | 6 | 53 | 29 |
| Octal | 275 | 44 | 22 | 0 | 121 | 132 | 32 | 6 | 123 | 51 |
| Binary | 10111101 | 100100 | 10010 | 0 | 1010001 | 1011010 | 11010 | 110 | 1010011 | 101001 |
Color Harmonies of #BD2412
Complementary color
Monochromatic Colors of #BD2412
Black with #BD2412
Text Example
Text Example
White with #BD2412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2412; }
p { color: rgb(189,36,18); }
H1.HeaderClassName
{
color: #BD2412;
}
.AnyTagClassName
{
color: #BD2412;
}
</style>
background-color css
<style>
a { background-color: #BD2412; }
a { background-color: rgb(189,36,18); }
div.DivClassName
{
background-color: #BD2412;
}
.BgClassName
{
background-color: #BD2412;
}
</style>
border-color css
<style>
span { border-color: #BD2412; }
span { border-color: rgb(189,36,18); }
td.TdClassName
{
border-color: #BD2412;
}
.TagClassName
{
border-color: #BD2412;
}
</style>