Html Css Color HEX #D44014 Harley Davidson Orange
📋 copy color: '#D44014'red 212 ◦ green 64 ◦ blue 20
Shades of Harley Davidson Orange #D44014
Tints of Harley Davidson Orange #D44014
RGB
CMYK
RGB Variations
Color information
#D44014 (or 0xD44014) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 14. RGB value is (212,64,20). Sum of RGB (Red+Green+Blue) = 212+64+20=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D44014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44014 is #2BBFEB. Grayscale: #676767. Windows color (decimal): -2867180 or 1327316. OLE color: 1327316.
HSL color Cylindrical-coordinate representation of color #D44014: hue angle of 13.75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D44014 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 20 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.17 |
| HSL | 13.75º | 0.83% | 0.45% | - |
| HSV(B) | 13.75º | 0.91% | 0.83% | - |
| XYZ | 29.11 | 17.71 | 2.55 | - |
| YUV | 103.24 | 81.03 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 20 | 0 | 0.70 | 0.91 | 0.17 | 13.75 | 0.83 | 0.45 |
| Hex | D4 | 40 | 14 | 0 | 46 | 5B | 11 | E | 53 | 2D |
| Octal | 324 | 100 | 24 | 0 | 106 | 133 | 21 | 16 | 123 | 55 |
| Binary | 11010100 | 1000000 | 10100 | 0 | 1000110 | 1011011 | 10001 | 1110 | 1010011 | 101101 |
Color Harmonies of #D44014
Complementary color
Monochromatic Colors of #D44014
Black with #D44014
Text Example
Text Example
White with #D44014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44014; }
p { color: rgb(212,64,20); }
H1.HeaderClassName
{
color: #D44014;
}
.AnyTagClassName
{
color: #D44014;
}
</style>
background-color css
<style>
a { background-color: #D44014; }
a { background-color: rgb(212,64,20); }
div.DivClassName
{
background-color: #D44014;
}
.BgClassName
{
background-color: #D44014;
}
</style>
border-color css
<style>
span { border-color: #D44014; }
span { border-color: rgb(212,64,20); }
td.TdClassName
{
border-color: #D44014;
}
.TagClassName
{
border-color: #D44014;
}
</style>