Html Css Color HEX #BD2F12 Harley Davidson Orange
📋 copy color: '#BD2F12'red 189 ◦ green 47 ◦ blue 18
Shades of Harley Davidson Orange #BD2F12
Tints of Harley Davidson Orange #BD2F12
RGB
CMYK
RGB Variations
Color information
#BD2F12 (or 0xBD2F12) is known color: Harley Davidson Orange. HEX triplet: BD, 2F and 12. RGB value is (189,47,18). Sum of RGB (Red+Green+Blue) = 189+47+18=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2F12 is #42D0ED. Grayscale: #565656. Windows color (decimal): -4378862 or 1191869. OLE color: 1191869.
HSL color Cylindrical-coordinate representation of color #BD2F12: hue angle of 10.18º 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 #BD2F12 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 18 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.26 |
| HSL | 10.18º | 0.83% | 0.41% | - |
| HSV(B) | 10.18º | 0.9% | 0.74% | - |
| XYZ | 22.11 | 12.9 | 1.9 | - |
| YUV | 86.15 | 89.54 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 18 | 0 | 0.75 | 0.90 | 0.26 | 10.18 | 0.83 | 0.41 |
| Hex | BD | 2F | 12 | 0 | 4B | 5A | 1A | A | 53 | 29 |
| Octal | 275 | 57 | 22 | 0 | 113 | 132 | 32 | 12 | 123 | 51 |
| Binary | 10111101 | 101111 | 10010 | 0 | 1001011 | 1011010 | 11010 | 1010 | 1010011 | 101001 |
Color Harmonies of #BD2F12
Complementary color
Monochromatic Colors of #BD2F12
Black with #BD2F12
Text Example
Text Example
White with #BD2F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F12; }
p { color: rgb(189,47,18); }
H1.HeaderClassName
{
color: #BD2F12;
}
.AnyTagClassName
{
color: #BD2F12;
}
</style>
background-color css
<style>
a { background-color: #BD2F12; }
a { background-color: rgb(189,47,18); }
div.DivClassName
{
background-color: #BD2F12;
}
.BgClassName
{
background-color: #BD2F12;
}
</style>
border-color css
<style>
span { border-color: #BD2F12; }
span { border-color: rgb(189,47,18); }
td.TdClassName
{
border-color: #BD2F12;
}
.TagClassName
{
border-color: #BD2F12;
}
</style>