Html Css Color HEX #D44113 Harley Davidson Orange
📋 copy color: '#D44113'red 212 ◦ green 65 ◦ blue 19
Shades of Harley Davidson Orange #D44113
Tints of Harley Davidson Orange #D44113
RGB
CMYK
RGB Variations
Color information
#D44113 (or 0xD44113) is known color: Harley Davidson Orange. HEX triplet: D4, 41 and 13. RGB value is (212,65,19). Sum of RGB (Red+Green+Blue) = 212+65+19=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D44113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44113 is #2BBEEC. Grayscale: #686868. Windows color (decimal): -2866925 or 1262036. OLE color: 1262036.
HSL color Cylindrical-coordinate representation of color #D44113: hue angle of 14.3º degrees, saturation: 0.84, 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 #D44113 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 19 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.17 |
| HSL | 14.3º | 0.84% | 0.45% | - |
| HSV(B) | 14.3º | 0.91% | 0.83% | - |
| XYZ | 29.16 | 17.82 | 2.52 | - |
| YUV | 103.71 | 80.2 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 19 | 0 | 0.69 | 0.91 | 0.17 | 14.3 | 0.84 | 0.45 |
| Hex | D4 | 41 | 13 | 0 | 45 | 5B | 11 | E | 54 | 2D |
| Octal | 324 | 101 | 23 | 0 | 105 | 133 | 21 | 16 | 124 | 55 |
| Binary | 11010100 | 1000001 | 10011 | 0 | 1000101 | 1011011 | 10001 | 1110 | 1010100 | 101101 |
Color Harmonies of #D44113
Complementary color
Monochromatic Colors of #D44113
Black with #D44113
Text Example
Text Example
White with #D44113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44113; }
p { color: rgb(212,65,19); }
H1.HeaderClassName
{
color: #D44113;
}
.AnyTagClassName
{
color: #D44113;
}
</style>
background-color css
<style>
a { background-color: #D44113; }
a { background-color: rgb(212,65,19); }
div.DivClassName
{
background-color: #D44113;
}
.BgClassName
{
background-color: #D44113;
}
</style>
border-color css
<style>
span { border-color: #D44113; }
span { border-color: rgb(212,65,19); }
td.TdClassName
{
border-color: #D44113;
}
.TagClassName
{
border-color: #D44113;
}
</style>