Html Css Color HEX #D44005 Harley Davidson Orange
📋 copy color: '#D44005'red 212 ◦ green 64 ◦ blue 5
Shades of Harley Davidson Orange #D44005
Tints of Harley Davidson Orange #D44005
RGB
CMYK
RGB Variations
Color information
#D44005 (or 0xD44005) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 05. RGB value is (212,64,5). Sum of RGB (Red+Green+Blue) = 212+64+5=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D44005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44005 is #2BBFFA. Grayscale: #656565. Windows color (decimal): -2867195 or 344276. OLE color: 344276.
HSL color Cylindrical-coordinate representation of color #D44005: hue angle of 17.1º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D44005 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 5 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.17 |
| HSL | 17.1º | 0.95% | 0.43% | - |
| HSV(B) | 17.1º | 0.98% | 0.83% | - |
| XYZ | 29.01 | 17.67 | 2.03 | - |
| YUV | 101.53 | 73.53 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 5 | 0 | 0.70 | 0.98 | 0.17 | 17.1 | 0.95 | 0.43 |
| Hex | D4 | 40 | 5 | 0 | 46 | 62 | 11 | 11 | 5F | 2B |
| Octal | 324 | 100 | 5 | 0 | 106 | 142 | 21 | 21 | 137 | 53 |
| Binary | 11010100 | 1000000 | 101 | 0 | 1000110 | 1100010 | 10001 | 10001 | 1011111 | 101011 |
Color Harmonies of #D44005
Complementary color
Monochromatic Colors of #D44005
Black with #D44005
Text Example
Text Example
White with #D44005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44005; }
p { color: rgb(212,64,5); }
H1.HeaderClassName
{
color: #D44005;
}
.AnyTagClassName
{
color: #D44005;
}
</style>
background-color css
<style>
a { background-color: #D44005; }
a { background-color: rgb(212,64,5); }
div.DivClassName
{
background-color: #D44005;
}
.BgClassName
{
background-color: #D44005;
}
</style>
border-color css
<style>
span { border-color: #D44005; }
span { border-color: rgb(212,64,5); }
td.TdClassName
{
border-color: #D44005;
}
.TagClassName
{
border-color: #D44005;
}
</style>