Html Css Color HEX #D44514 Harley Davidson Orange
📋 copy color: '#D44514'red 212 ◦ green 69 ◦ blue 20
Shades of Harley Davidson Orange #D44514
Tints of Harley Davidson Orange #D44514
RGB
CMYK
RGB Variations
Color information
#D44514 (or 0xD44514) is known color: Harley Davidson Orange. HEX triplet: D4, 45 and 14. RGB value is (212,69,20). Sum of RGB (Red+Green+Blue) = 212+69+20=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D44514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44514 is #2BBAEB. Grayscale: #6A6A6A. Windows color (decimal): -2865900 or 1328596. OLE color: 1328596.
HSL color Cylindrical-coordinate representation of color #D44514: hue angle of 15.31º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D44514 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 20 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.17 |
| HSL | 15.31º | 0.83% | 0.45% | - |
| HSV(B) | 15.31º | 0.91% | 0.83% | - |
| XYZ | 29.41 | 18.3 | 2.64 | - |
| YUV | 106.17 | 79.38 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 20 | 0 | 0.67 | 0.91 | 0.17 | 15.31 | 0.83 | 0.45 |
| Hex | D4 | 45 | 14 | 0 | 43 | 5B | 11 | F | 53 | 2D |
| Octal | 324 | 105 | 24 | 0 | 103 | 133 | 21 | 17 | 123 | 55 |
| Binary | 11010100 | 1000101 | 10100 | 0 | 1000011 | 1011011 | 10001 | 1111 | 1010011 | 101101 |
Color Harmonies of #D44514
Complementary color
Monochromatic Colors of #D44514
Black with #D44514
Text Example
Text Example
White with #D44514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44514; }
p { color: rgb(212,69,20); }
H1.HeaderClassName
{
color: #D44514;
}
.AnyTagClassName
{
color: #D44514;
}
</style>
background-color css
<style>
a { background-color: #D44514; }
a { background-color: rgb(212,69,20); }
div.DivClassName
{
background-color: #D44514;
}
.BgClassName
{
background-color: #D44514;
}
</style>
border-color css
<style>
span { border-color: #D44514; }
span { border-color: rgb(212,69,20); }
td.TdClassName
{
border-color: #D44514;
}
.TagClassName
{
border-color: #D44514;
}
</style>