Html Css Color HEX #D4400C Harley Davidson Orange
📋 copy color: '#D4400C'red 212 ◦ green 64 ◦ blue 12
Shades of Harley Davidson Orange #D4400C
Tints of Harley Davidson Orange #D4400C
RGB
CMYK
RGB Variations
Color information
#D4400C (or 0xD4400C) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 0C. RGB value is (212,64,12). Sum of RGB (Red+Green+Blue) = 212+64+12=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D4400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4400C is #2BBFF3. Grayscale: #666666. Windows color (decimal): -2867188 or 803028. OLE color: 803028.
HSL color Cylindrical-coordinate representation of color #D4400C: hue angle of 15.6º degrees, saturation: 0.89, 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 #D4400C is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 12 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.17 |
| HSL | 15.6º | 0.89% | 0.44% | - |
| HSV(B) | 15.6º | 0.94% | 0.83% | - |
| XYZ | 29.05 | 17.69 | 2.23 | - |
| YUV | 102.32 | 77.03 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 12 | 0 | 0.70 | 0.94 | 0.17 | 15.6 | 0.89 | 0.44 |
| Hex | D4 | 40 | C | 0 | 46 | 5E | 11 | 10 | 59 | 2C |
| Octal | 324 | 100 | 14 | 0 | 106 | 136 | 21 | 20 | 131 | 54 |
| Binary | 11010100 | 1000000 | 1100 | 0 | 1000110 | 1011110 | 10001 | 10000 | 1011001 | 101100 |
Color Harmonies of #D4400C
Complementary color
Monochromatic Colors of #D4400C
Black with #D4400C
Text Example
Text Example
White with #D4400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4400C; }
p { color: rgb(212,64,12); }
H1.HeaderClassName
{
color: #D4400C;
}
.AnyTagClassName
{
color: #D4400C;
}
</style>
background-color css
<style>
a { background-color: #D4400C; }
a { background-color: rgb(212,64,12); }
div.DivClassName
{
background-color: #D4400C;
}
.BgClassName
{
background-color: #D4400C;
}
</style>
border-color css
<style>
span { border-color: #D4400C; }
span { border-color: rgb(212,64,12); }
td.TdClassName
{
border-color: #D4400C;
}
.TagClassName
{
border-color: #D4400C;
}
</style>