Html Css Color HEX #D44115 Harley Davidson Orange
📋 copy color: '#D44115'red 212 ◦ green 65 ◦ blue 21
Shades of Harley Davidson Orange #D44115
Tints of Harley Davidson Orange #D44115
RGB
CMYK
RGB Variations
Color information
#D44115 (or 0xD44115) is known color: Harley Davidson Orange. HEX triplet: D4, 41 and 15. RGB value is (212,65,21). Sum of RGB (Red+Green+Blue) = 212+65+21=298 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.14% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 212 - color contains mainly: red. Hex color #D44115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44115 is #2BBEEA. Grayscale: #686868. Windows color (decimal): -2866923 or 1393108. OLE color: 1393108.
HSL color Cylindrical-coordinate representation of color #D44115: hue angle of 13.82º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D44115 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 21 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.17 |
| HSL | 13.82º | 0.82% | 0.46% | - |
| HSV(B) | 13.82º | 0.9% | 0.83% | - |
| XYZ | 29.18 | 17.83 | 2.61 | - |
| YUV | 103.94 | 81.2 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 21 | 0 | 0.69 | 0.90 | 0.17 | 13.82 | 0.82 | 0.46 |
| Hex | D4 | 41 | 15 | 0 | 45 | 5A | 11 | E | 52 | 2E |
| Octal | 324 | 101 | 25 | 0 | 105 | 132 | 21 | 16 | 122 | 56 |
| Binary | 11010100 | 1000001 | 10101 | 0 | 1000101 | 1011010 | 10001 | 1110 | 1010010 | 101110 |
Color Harmonies of #D44115
Complementary color
Monochromatic Colors of #D44115
Black with #D44115
Text Example
Text Example
White with #D44115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44115; }
p { color: rgb(212,65,21); }
H1.HeaderClassName
{
color: #D44115;
}
.AnyTagClassName
{
color: #D44115;
}
</style>
background-color css
<style>
a { background-color: #D44115; }
a { background-color: rgb(212,65,21); }
div.DivClassName
{
background-color: #D44115;
}
.BgClassName
{
background-color: #D44115;
}
</style>
border-color css
<style>
span { border-color: #D44115; }
span { border-color: rgb(212,65,21); }
td.TdClassName
{
border-color: #D44115;
}
.TagClassName
{
border-color: #D44115;
}
</style>