Html Css Color HEX #D92512 Harley Davidson Orange
📋 copy color: '#D92512'red 217 ◦ green 37 ◦ blue 18
Shades of Harley Davidson Orange #D92512
Tints of Harley Davidson Orange #D92512
RGB
CMYK
RGB Variations
Color information
#D92512 (or 0xD92512) is known color: Harley Davidson Orange. HEX triplet: D9, 25 and 12. RGB value is (217,37,18). Sum of RGB (Red+Green+Blue) = 217+37+18=272 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.78% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 217 - color contains mainly: red. Hex color #D92512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92512 is #26DAED. Grayscale: #585858. Windows color (decimal): -2546414 or 1189337. OLE color: 1189337.
HSL color Cylindrical-coordinate representation of color #D92512: hue angle of 5.73º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D92512 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 18 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.15 |
| HSL | 5.73º | 0.85% | 0.46% | - |
| HSV(B) | 5.73º | 0.92% | 0.85% | - |
| XYZ | 29.39 | 16.12 | 2.13 | - |
| YUV | 88.65 | 88.13 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 18 | 0 | 0.83 | 0.92 | 0.15 | 5.73 | 0.85 | 0.46 |
| Hex | D9 | 25 | 12 | 0 | 53 | 5C | F | 6 | 55 | 2E |
| Octal | 331 | 45 | 22 | 0 | 123 | 134 | 17 | 6 | 125 | 56 |
| Binary | 11011001 | 100101 | 10010 | 0 | 1010011 | 1011100 | 1111 | 110 | 1010101 | 101110 |
Color Harmonies of #D92512
Complementary color
Monochromatic Colors of #D92512
Black with #D92512
Text Example
Text Example
White with #D92512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92512; }
p { color: rgb(217,37,18); }
H1.HeaderClassName
{
color: #D92512;
}
.AnyTagClassName
{
color: #D92512;
}
</style>
background-color css
<style>
a { background-color: #D92512; }
a { background-color: rgb(217,37,18); }
div.DivClassName
{
background-color: #D92512;
}
.BgClassName
{
background-color: #D92512;
}
</style>
border-color css
<style>
span { border-color: #D92512; }
span { border-color: rgb(217,37,18); }
td.TdClassName
{
border-color: #D92512;
}
.TagClassName
{
border-color: #D92512;
}
</style>