Html Css Color HEX #D4400A Harley Davidson Orange
📋 copy color: '#D4400A'red 212 ◦ green 64 ◦ blue 10
Shades of Harley Davidson Orange #D4400A
Tints of Harley Davidson Orange #D4400A
RGB
CMYK
RGB Variations
Color information
#D4400A (or 0xD4400A) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 0A. RGB value is (212,64,10). Sum of RGB (Red+Green+Blue) = 212+64+10=286 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.13% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 212 - color contains mainly: red. Hex color #D4400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4400A is #2BBFF5. Grayscale: #666666. Windows color (decimal): -2867190 or 671956. OLE color: 671956.
HSL color Cylindrical-coordinate representation of color #D4400A: hue angle of 16.04º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4400A is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 10 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.17 |
| HSL | 16.04º | 0.91% | 0.44% | - |
| HSV(B) | 16.04º | 0.95% | 0.83% | - |
| XYZ | 29.04 | 17.69 | 2.17 | - |
| YUV | 102.1 | 76.03 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 10 | 0 | 0.70 | 0.95 | 0.17 | 16.04 | 0.91 | 0.44 |
| Hex | D4 | 40 | A | 0 | 46 | 5F | 11 | 10 | 5B | 2C |
| Octal | 324 | 100 | 12 | 0 | 106 | 137 | 21 | 20 | 133 | 54 |
| Binary | 11010100 | 1000000 | 1010 | 0 | 1000110 | 1011111 | 10001 | 10000 | 1011011 | 101100 |
Color Harmonies of #D4400A
Complementary color
Monochromatic Colors of #D4400A
Black with #D4400A
Text Example
Text Example
White with #D4400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4400A; }
p { color: rgb(212,64,10); }
H1.HeaderClassName
{
color: #D4400A;
}
.AnyTagClassName
{
color: #D4400A;
}
</style>
background-color css
<style>
a { background-color: #D4400A; }
a { background-color: rgb(212,64,10); }
div.DivClassName
{
background-color: #D4400A;
}
.BgClassName
{
background-color: #D4400A;
}
</style>
border-color css
<style>
span { border-color: #D4400A; }
span { border-color: rgb(212,64,10); }
td.TdClassName
{
border-color: #D4400A;
}
.TagClassName
{
border-color: #D4400A;
}
</style>