Html Css Color HEX #D44004 Harley Davidson Orange
📋 copy color: '#D44004'red 212 ◦ green 64 ◦ blue 4
Shades of Harley Davidson Orange #D44004
Tints of Harley Davidson Orange #D44004
RGB
CMYK
RGB Variations
Color information
#D44004 (or 0xD44004) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 04. RGB value is (212,64,4). Sum of RGB (Red+Green+Blue) = 212+64+4=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D44004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44004 is #2BBFFB. Grayscale: #656565. Windows color (decimal): -2867196 or 278740. OLE color: 278740.
HSL color Cylindrical-coordinate representation of color #D44004: hue angle of 17.31º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D44004 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.17 |
| HSL | 17.31º | 0.96% | 0.42% | - |
| HSV(B) | 17.31º | 0.98% | 0.83% | - |
| XYZ | 29.01 | 17.67 | 2 | - |
| YUV | 101.41 | 73.03 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 4 | 0 | 0.70 | 0.98 | 0.17 | 17.31 | 0.96 | 0.42 |
| Hex | D4 | 40 | 4 | 0 | 46 | 62 | 11 | 11 | 60 | 2A |
| Octal | 324 | 100 | 4 | 0 | 106 | 142 | 21 | 21 | 140 | 52 |
| Binary | 11010100 | 1000000 | 100 | 0 | 1000110 | 1100010 | 10001 | 10001 | 1100000 | 101010 |
Color Harmonies of #D44004
Complementary color
Monochromatic Colors of #D44004
Black with #D44004
Text Example
Text Example
White with #D44004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44004; }
p { color: rgb(212,64,4); }
H1.HeaderClassName
{
color: #D44004;
}
.AnyTagClassName
{
color: #D44004;
}
</style>
background-color css
<style>
a { background-color: #D44004; }
a { background-color: rgb(212,64,4); }
div.DivClassName
{
background-color: #D44004;
}
.BgClassName
{
background-color: #D44004;
}
</style>
border-color css
<style>
span { border-color: #D44004; }
span { border-color: rgb(212,64,4); }
td.TdClassName
{
border-color: #D44004;
}
.TagClassName
{
border-color: #D44004;
}
</style>