Html Css Color HEX #BD2E13 Harley Davidson Orange
📋 copy color: '#BD2E13'red 189 ◦ green 46 ◦ blue 19
Shades of Harley Davidson Orange #BD2E13
Tints of Harley Davidson Orange #BD2E13
RGB
CMYK
RGB Variations
Color information
#BD2E13 (or 0xBD2E13) is known color: Harley Davidson Orange. HEX triplet: BD, 2E and 13. RGB value is (189,46,19). Sum of RGB (Red+Green+Blue) = 189+46+19=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2E13 is #42D1EC. Grayscale: #555555. Windows color (decimal): -4379117 or 1257149. OLE color: 1257149.
HSL color Cylindrical-coordinate representation of color #BD2E13: hue angle of 9.53º degrees, saturation: 0.82, 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 #BD2E13 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 19 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.26 |
| HSL | 9.53º | 0.82% | 0.41% | - |
| HSV(B) | 9.53º | 0.9% | 0.74% | - |
| XYZ | 22.08 | 12.82 | 1.93 | - |
| YUV | 85.68 | 90.38 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 19 | 0 | 0.76 | 0.90 | 0.26 | 9.53 | 0.82 | 0.41 |
| Hex | BD | 2E | 13 | 0 | 4C | 5A | 1A | A | 52 | 29 |
| Octal | 275 | 56 | 23 | 0 | 114 | 132 | 32 | 12 | 122 | 51 |
| Binary | 10111101 | 101110 | 10011 | 0 | 1001100 | 1011010 | 11010 | 1010 | 1010010 | 101001 |
Color Harmonies of #BD2E13
Complementary color
Monochromatic Colors of #BD2E13
Black with #BD2E13
Text Example
Text Example
White with #BD2E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E13; }
p { color: rgb(189,46,19); }
H1.HeaderClassName
{
color: #BD2E13;
}
.AnyTagClassName
{
color: #BD2E13;
}
</style>
background-color css
<style>
a { background-color: #BD2E13; }
a { background-color: rgb(189,46,19); }
div.DivClassName
{
background-color: #BD2E13;
}
.BgClassName
{
background-color: #BD2E13;
}
</style>
border-color css
<style>
span { border-color: #BD2E13; }
span { border-color: rgb(189,46,19); }
td.TdClassName
{
border-color: #BD2E13;
}
.TagClassName
{
border-color: #BD2E13;
}
</style>