Html Css Color HEX #D44107 Harley Davidson Orange
📋 copy color: '#D44107'red 212 ◦ green 65 ◦ blue 7
Shades of Harley Davidson Orange #D44107
Tints of Harley Davidson Orange #D44107
RGB
CMYK
RGB Variations
Color information
#D44107 (or 0xD44107) is known color: Harley Davidson Orange. HEX triplet: D4, 41 and 07. RGB value is (212,65,7). Sum of RGB (Red+Green+Blue) = 212+65+7=284 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.65% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 212 - color contains mainly: red. Hex color #D44107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44107 is #2BBEF8. Grayscale: #666666. Windows color (decimal): -2866937 or 475604. OLE color: 475604.
HSL color Cylindrical-coordinate representation of color #D44107: hue angle of 16.98º 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 #D44107 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 7 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.17 |
| HSL | 16.98º | 0.94% | 0.43% | - |
| HSV(B) | 16.98º | 0.97% | 0.83% | - |
| XYZ | 29.08 | 17.79 | 2.1 | - |
| YUV | 102.34 | 74.2 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 7 | 0 | 0.69 | 0.97 | 0.17 | 16.98 | 0.94 | 0.43 |
| Hex | D4 | 41 | 7 | 0 | 45 | 61 | 11 | 11 | 5E | 2B |
| Octal | 324 | 101 | 7 | 0 | 105 | 141 | 21 | 21 | 136 | 53 |
| Binary | 11010100 | 1000001 | 111 | 0 | 1000101 | 1100001 | 10001 | 10001 | 1011110 | 101011 |
Color Harmonies of #D44107
Complementary color
Monochromatic Colors of #D44107
Black with #D44107
Text Example
Text Example
White with #D44107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44107; }
p { color: rgb(212,65,7); }
H1.HeaderClassName
{
color: #D44107;
}
.AnyTagClassName
{
color: #D44107;
}
</style>
background-color css
<style>
a { background-color: #D44107; }
a { background-color: rgb(212,65,7); }
div.DivClassName
{
background-color: #D44107;
}
.BgClassName
{
background-color: #D44107;
}
</style>
border-color css
<style>
span { border-color: #D44107; }
span { border-color: rgb(212,65,7); }
td.TdClassName
{
border-color: #D44107;
}
.TagClassName
{
border-color: #D44107;
}
</style>