Html Css Color HEX #D92A00 Harley Davidson Orange
📋 copy color: '#D92A00'red 217 ◦ green 42 ◦ blue 0
Shades of Harley Davidson Orange #D92A00
Tints of Harley Davidson Orange #D92A00
RGB
CMYK
RGB Variations
Color information
#D92A00 (or 0xD92A00) is known color: Harley Davidson Orange. HEX triplet: D9, 2A and 00. RGB value is (217,42,0). Sum of RGB (Red+Green+Blue) = 217+42+0=259 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.78% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92A00 is #26D5FF. Grayscale: #595959. Windows color (decimal): -2545152 or 10969. OLE color: 10969.
HSL color Cylindrical-coordinate representation of color #D92A00: hue angle of 11.61º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D92A00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 42 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.15 |
| HSL | 11.61º | 1% | 0.43% | - |
| HSV(B) | 11.61º | 1% | 0.85% | - |
| XYZ | 29.44 | 16.41 | 1.62 | - |
| YUV | 89.54 | 77.48 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 0 | 0 | 0.81 | 1 | 0.15 | 11.61 | 1 | 0.43 |
| Hex | D9 | 2A | 0 | 0 | 51 | 64 | F | C | 64 | 2B |
| Octal | 331 | 52 | 0 | 0 | 121 | 144 | 17 | 14 | 144 | 53 |
| Binary | 11011001 | 101010 | 0 | 0 | 1010001 | 1100100 | 1111 | 1100 | 1100100 | 101011 |
Color Harmonies of #D92A00
Complementary color
Monochromatic Colors of #D92A00
Black with #D92A00
Text Example
Text Example
White with #D92A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92A00; }
p { color: rgb(217,42,0); }
H1.HeaderClassName
{
color: #D92A00;
}
.AnyTagClassName
{
color: #D92A00;
}
</style>
background-color css
<style>
a { background-color: #D92A00; }
a { background-color: rgb(217,42,0); }
div.DivClassName
{
background-color: #D92A00;
}
.BgClassName
{
background-color: #D92A00;
}
</style>
border-color css
<style>
span { border-color: #D92A00; }
span { border-color: rgb(217,42,0); }
td.TdClassName
{
border-color: #D92A00;
}
.TagClassName
{
border-color: #D92A00;
}
</style>