Html Css Color HEX #D4400D Harley Davidson Orange
📋 copy color: '#D4400D'red 212 ◦ green 64 ◦ blue 13
Shades of Harley Davidson Orange #D4400D
Tints of Harley Davidson Orange #D4400D
RGB
CMYK
RGB Variations
Color information
#D4400D (or 0xD4400D) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 0D. RGB value is (212,64,13). Sum of RGB (Red+Green+Blue) = 212+64+13=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D4400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4400D is #2BBFF2. Grayscale: #666666. Windows color (decimal): -2867187 or 868564. OLE color: 868564.
HSL color Cylindrical-coordinate representation of color #D4400D: hue angle of 15.38º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4400D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 13 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.17 |
| HSL | 15.38º | 0.88% | 0.44% | - |
| HSV(B) | 15.38º | 0.94% | 0.83% | - |
| XYZ | 29.06 | 17.69 | 2.26 | - |
| YUV | 102.44 | 77.53 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 13 | 0 | 0.70 | 0.94 | 0.17 | 15.38 | 0.88 | 0.44 |
| Hex | D4 | 40 | D | 0 | 46 | 5E | 11 | F | 58 | 2C |
| Octal | 324 | 100 | 15 | 0 | 106 | 136 | 21 | 17 | 130 | 54 |
| Binary | 11010100 | 1000000 | 1101 | 0 | 1000110 | 1011110 | 10001 | 1111 | 1011000 | 101100 |
Color Harmonies of #D4400D
Complementary color
Monochromatic Colors of #D4400D
Black with #D4400D
Text Example
Text Example
White with #D4400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4400D; }
p { color: rgb(212,64,13); }
H1.HeaderClassName
{
color: #D4400D;
}
.AnyTagClassName
{
color: #D4400D;
}
</style>
background-color css
<style>
a { background-color: #D4400D; }
a { background-color: rgb(212,64,13); }
div.DivClassName
{
background-color: #D4400D;
}
.BgClassName
{
background-color: #D4400D;
}
</style>
border-color css
<style>
span { border-color: #D4400D; }
span { border-color: rgb(212,64,13); }
td.TdClassName
{
border-color: #D4400D;
}
.TagClassName
{
border-color: #D4400D;
}
</style>