Html Css Color HEX #D44104 Harley Davidson Orange
📋 copy color: '#D44104'red 212 ◦ green 65 ◦ blue 4
Shades of Harley Davidson Orange #D44104
Tints of Harley Davidson Orange #D44104
RGB
CMYK
RGB Variations
Color information
#D44104 (or 0xD44104) is known color: Harley Davidson Orange. HEX triplet: D4, 41 and 04. RGB value is (212,65,4). Sum of RGB (Red+Green+Blue) = 212+65+4=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D44104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44104 is #2BBEFB. Grayscale: #666666. Windows color (decimal): -2866940 or 278996. OLE color: 278996.
HSL color Cylindrical-coordinate representation of color #D44104: hue angle of 17.6º 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 #D44104 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.17 |
| HSL | 17.6º | 0.96% | 0.42% | - |
| HSV(B) | 17.6º | 0.98% | 0.83% | - |
| XYZ | 29.06 | 17.79 | 2.02 | - |
| YUV | 102 | 72.7 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 4 | 0 | 0.69 | 0.98 | 0.17 | 17.6 | 0.96 | 0.42 |
| Hex | D4 | 41 | 4 | 0 | 45 | 62 | 11 | 12 | 60 | 2A |
| Octal | 324 | 101 | 4 | 0 | 105 | 142 | 21 | 22 | 140 | 52 |
| Binary | 11010100 | 1000001 | 100 | 0 | 1000101 | 1100010 | 10001 | 10010 | 1100000 | 101010 |
Color Harmonies of #D44104
Complementary color
Monochromatic Colors of #D44104
Black with #D44104
Text Example
Text Example
White with #D44104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44104; }
p { color: rgb(212,65,4); }
H1.HeaderClassName
{
color: #D44104;
}
.AnyTagClassName
{
color: #D44104;
}
</style>
background-color css
<style>
a { background-color: #D44104; }
a { background-color: rgb(212,65,4); }
div.DivClassName
{
background-color: #D44104;
}
.BgClassName
{
background-color: #D44104;
}
</style>
border-color css
<style>
span { border-color: #D44104; }
span { border-color: rgb(212,65,4); }
td.TdClassName
{
border-color: #D44104;
}
.TagClassName
{
border-color: #D44104;
}
</style>