Html Css Color HEX #D92212 Harley Davidson Orange
📋 copy color: '#D92212'red 217 ◦ green 34 ◦ blue 18
Shades of Harley Davidson Orange #D92212
Tints of Harley Davidson Orange #D92212
RGB
CMYK
RGB Variations
Color information
#D92212 (or 0xD92212) is known color: Harley Davidson Orange. HEX triplet: D9, 22 and 12. RGB value is (217,34,18). Sum of RGB (Red+Green+Blue) = 217+34+18=269 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.67% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 217 - color contains mainly: red. Hex color #D92212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92212 is #26DDED. Grayscale: #575757. Windows color (decimal): -2547182 or 1188569. OLE color: 1188569.
HSL color Cylindrical-coordinate representation of color #D92212: hue angle of 4.82º 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 #D92212 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 18 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.15 |
| HSL | 4.82º | 0.85% | 0.46% | - |
| HSV(B) | 4.82º | 0.92% | 0.85% | - |
| XYZ | 29.3 | 15.94 | 2.1 | - |
| YUV | 86.89 | 89.13 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 18 | 0 | 0.84 | 0.92 | 0.15 | 4.82 | 0.85 | 0.46 |
| Hex | D9 | 22 | 12 | 0 | 54 | 5C | F | 5 | 55 | 2E |
| Octal | 331 | 42 | 22 | 0 | 124 | 134 | 17 | 5 | 125 | 56 |
| Binary | 11011001 | 100010 | 10010 | 0 | 1010100 | 1011100 | 1111 | 101 | 1010101 | 101110 |
Color Harmonies of #D92212
Complementary color
Monochromatic Colors of #D92212
Black with #D92212
Text Example
Text Example
White with #D92212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92212; }
p { color: rgb(217,34,18); }
H1.HeaderClassName
{
color: #D92212;
}
.AnyTagClassName
{
color: #D92212;
}
</style>
background-color css
<style>
a { background-color: #D92212; }
a { background-color: rgb(217,34,18); }
div.DivClassName
{
background-color: #D92212;
}
.BgClassName
{
background-color: #D92212;
}
</style>
border-color css
<style>
span { border-color: #D92212; }
span { border-color: rgb(217,34,18); }
td.TdClassName
{
border-color: #D92212;
}
.TagClassName
{
border-color: #D92212;
}
</style>