Html Css Color HEX #D44007 Harley Davidson Orange
📋 copy color: '#D44007'red 212 ◦ green 64 ◦ blue 7
Shades of Harley Davidson Orange #D44007
Tints of Harley Davidson Orange #D44007
RGB
CMYK
RGB Variations
Color information
#D44007 (or 0xD44007) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 07. RGB value is (212,64,7). Sum of RGB (Red+Green+Blue) = 212+64+7=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D44007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44007 is #2BBFF8. Grayscale: #666666. Windows color (decimal): -2867193 or 475348. OLE color: 475348.
HSL color Cylindrical-coordinate representation of color #D44007: hue angle of 16.68º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D44007 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 7 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.17 |
| HSL | 16.68º | 0.94% | 0.43% | - |
| HSV(B) | 16.68º | 0.97% | 0.83% | - |
| XYZ | 29.02 | 17.68 | 2.08 | - |
| YUV | 101.75 | 74.53 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 7 | 0 | 0.70 | 0.97 | 0.17 | 16.68 | 0.94 | 0.43 |
| Hex | D4 | 40 | 7 | 0 | 46 | 61 | 11 | 11 | 5E | 2B |
| Octal | 324 | 100 | 7 | 0 | 106 | 141 | 21 | 21 | 136 | 53 |
| Binary | 11010100 | 1000000 | 111 | 0 | 1000110 | 1100001 | 10001 | 10001 | 1011110 | 101011 |
Color Harmonies of #D44007
Complementary color
Monochromatic Colors of #D44007
Black with #D44007
Text Example
Text Example
White with #D44007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44007; }
p { color: rgb(212,64,7); }
H1.HeaderClassName
{
color: #D44007;
}
.AnyTagClassName
{
color: #D44007;
}
</style>
background-color css
<style>
a { background-color: #D44007; }
a { background-color: rgb(212,64,7); }
div.DivClassName
{
background-color: #D44007;
}
.BgClassName
{
background-color: #D44007;
}
</style>
border-color css
<style>
span { border-color: #D44007; }
span { border-color: rgb(212,64,7); }
td.TdClassName
{
border-color: #D44007;
}
.TagClassName
{
border-color: #D44007;
}
</style>