Html Css Color HEX #D92A04 Harley Davidson Orange
📋 copy color: '#D92A04'red 217 ◦ green 42 ◦ blue 4
Shades of Harley Davidson Orange #D92A04
Tints of Harley Davidson Orange #D92A04
RGB
CMYK
RGB Variations
Color information
#D92A04 (or 0xD92A04) is known color: Harley Davidson Orange. HEX triplet: D9, 2A and 04. RGB value is (217,42,4). Sum of RGB (Red+Green+Blue) = 217+42+4=263 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.51% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92A04 is #26D5FB. Grayscale: #5A5A5A. Windows color (decimal): -2545148 or 273113. OLE color: 273113.
HSL color Cylindrical-coordinate representation of color #D92A04: hue angle of 10.7º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D92A04 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 42 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.15 |
| HSL | 10.7º | 0.96% | 0.43% | - |
| HSV(B) | 10.7º | 0.98% | 0.85% | - |
| XYZ | 29.47 | 16.42 | 1.73 | - |
| YUV | 89.99 | 79.48 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 4 | 0 | 0.81 | 0.98 | 0.15 | 10.7 | 0.96 | 0.43 |
| Hex | D9 | 2A | 4 | 0 | 51 | 62 | F | B | 60 | 2B |
| Octal | 331 | 52 | 4 | 0 | 121 | 142 | 17 | 13 | 140 | 53 |
| Binary | 11011001 | 101010 | 100 | 0 | 1010001 | 1100010 | 1111 | 1011 | 1100000 | 101011 |
Color Harmonies of #D92A04
Complementary color
Monochromatic Colors of #D92A04
Black with #D92A04
Text Example
Text Example
White with #D92A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92A04; }
p { color: rgb(217,42,4); }
H1.HeaderClassName
{
color: #D92A04;
}
.AnyTagClassName
{
color: #D92A04;
}
</style>
background-color css
<style>
a { background-color: #D92A04; }
a { background-color: rgb(217,42,4); }
div.DivClassName
{
background-color: #D92A04;
}
.BgClassName
{
background-color: #D92A04;
}
</style>
border-color css
<style>
span { border-color: #D92A04; }
span { border-color: rgb(217,42,4); }
td.TdClassName
{
border-color: #D92A04;
}
.TagClassName
{
border-color: #D92A04;
}
</style>