Html Css Color HEX #D44210 Harley Davidson Orange
📋 copy color: '#D44210'red 212 ◦ green 66 ◦ blue 16
Shades of Harley Davidson Orange #D44210
Tints of Harley Davidson Orange #D44210
RGB
CMYK
RGB Variations
Color information
#D44210 (or 0xD44210) is known color: Harley Davidson Orange. HEX triplet: D4, 42 and 10. RGB value is (212,66,16). Sum of RGB (Red+Green+Blue) = 212+66+16=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D44210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44210 is #2BBDEF. Grayscale: #686868. Windows color (decimal): -2866672 or 1065684. OLE color: 1065684.
HSL color Cylindrical-coordinate representation of color #D44210: hue angle of 15.31º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D44210 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 16 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.17 |
| HSL | 15.31º | 0.86% | 0.45% | - |
| HSV(B) | 15.31º | 0.92% | 0.83% | - |
| XYZ | 29.19 | 17.93 | 2.41 | - |
| YUV | 103.95 | 78.37 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 16 | 0 | 0.69 | 0.92 | 0.17 | 15.31 | 0.86 | 0.45 |
| Hex | D4 | 42 | 10 | 0 | 45 | 5C | 11 | F | 56 | 2D |
| Octal | 324 | 102 | 20 | 0 | 105 | 134 | 21 | 17 | 126 | 55 |
| Binary | 11010100 | 1000010 | 10000 | 0 | 1000101 | 1011100 | 10001 | 1111 | 1010110 | 101101 |
Color Harmonies of #D44210
Complementary color
Monochromatic Colors of #D44210
Black with #D44210
Text Example
Text Example
White with #D44210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44210; }
p { color: rgb(212,66,16); }
H1.HeaderClassName
{
color: #D44210;
}
.AnyTagClassName
{
color: #D44210;
}
</style>
background-color css
<style>
a { background-color: #D44210; }
a { background-color: rgb(212,66,16); }
div.DivClassName
{
background-color: #D44210;
}
.BgClassName
{
background-color: #D44210;
}
</style>
border-color css
<style>
span { border-color: #D44210; }
span { border-color: rgb(212,66,16); }
td.TdClassName
{
border-color: #D44210;
}
.TagClassName
{
border-color: #D44210;
}
</style>