Html Css Color HEX #D44819 Harley Davidson Orange
📋 copy color: '#D44819'red 212 ◦ green 72 ◦ blue 25
Shades of Harley Davidson Orange #D44819
Tints of Harley Davidson Orange #D44819
RGB
CMYK
RGB Variations
Color information
#D44819 (or 0xD44819) is known color: Harley Davidson Orange. HEX triplet: D4, 48 and 19. RGB value is (212,72,25). Sum of RGB (Red+Green+Blue) = 212+72+25=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D44819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44819 is #2BB7E6. Grayscale: #6C6C6C. Windows color (decimal): -2865127 or 1657044. OLE color: 1657044.
HSL color Cylindrical-coordinate representation of color #D44819: hue angle of 15.08º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D44819 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 25 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.17 |
| HSL | 15.08º | 0.79% | 0.46% | - |
| HSV(B) | 15.08º | 0.88% | 0.83% | - |
| XYZ | 29.64 | 18.7 | 2.97 | - |
| YUV | 108.5 | 80.88 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 25 | 0 | 0.66 | 0.88 | 0.17 | 15.08 | 0.79 | 0.46 |
| Hex | D4 | 48 | 19 | 0 | 42 | 58 | 11 | F | 4F | 2E |
| Octal | 324 | 110 | 31 | 0 | 102 | 130 | 21 | 17 | 117 | 56 |
| Binary | 11010100 | 1001000 | 11001 | 0 | 1000010 | 1011000 | 10001 | 1111 | 1001111 | 101110 |
Color Harmonies of #D44819
Complementary color
Monochromatic Colors of #D44819
Black with #D44819
Text Example
Text Example
White with #D44819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44819; }
p { color: rgb(212,72,25); }
H1.HeaderClassName
{
color: #D44819;
}
.AnyTagClassName
{
color: #D44819;
}
</style>
background-color css
<style>
a { background-color: #D44819; }
a { background-color: rgb(212,72,25); }
div.DivClassName
{
background-color: #D44819;
}
.BgClassName
{
background-color: #D44819;
}
</style>
border-color css
<style>
span { border-color: #D44819; }
span { border-color: rgb(212,72,25); }
td.TdClassName
{
border-color: #D44819;
}
.TagClassName
{
border-color: #D44819;
}
</style>