Html Css Color HEX #D14113 Harley Davidson Orange
📋 copy color: '#D14113'red 209 ◦ green 65 ◦ blue 19
Shades of Harley Davidson Orange #D14113
Tints of Harley Davidson Orange #D14113
RGB
CMYK
RGB Variations
Color information
#D14113 (or 0xD14113) is known color: Harley Davidson Orange. HEX triplet: D1, 41 and 13. RGB value is (209,65,19). Sum of RGB (Red+Green+Blue) = 209+65+19=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D14113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14113 is #2EBEEC. Grayscale: #676767. Windows color (decimal): -3063533 or 1262033. OLE color: 1262033.
HSL color Cylindrical-coordinate representation of color #D14113: hue angle of 14.53º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D14113 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 19 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.18 |
| HSL | 14.53º | 0.83% | 0.45% | - |
| HSV(B) | 14.53º | 0.91% | 0.82% | - |
| XYZ | 28.3 | 17.38 | 2.48 | - |
| YUV | 102.81 | 80.71 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 19 | 0 | 0.69 | 0.91 | 0.18 | 14.53 | 0.83 | 0.45 |
| Hex | D1 | 41 | 13 | 0 | 45 | 5B | 12 | F | 53 | 2D |
| Octal | 321 | 101 | 23 | 0 | 105 | 133 | 22 | 17 | 123 | 55 |
| Binary | 11010001 | 1000001 | 10011 | 0 | 1000101 | 1011011 | 10010 | 1111 | 1010011 | 101101 |
Color Harmonies of #D14113
Complementary color
Monochromatic Colors of #D14113
Black with #D14113
Text Example
Text Example
White with #D14113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14113; }
p { color: rgb(209,65,19); }
H1.HeaderClassName
{
color: #D14113;
}
.AnyTagClassName
{
color: #D14113;
}
</style>
background-color css
<style>
a { background-color: #D14113; }
a { background-color: rgb(209,65,19); }
div.DivClassName
{
background-color: #D14113;
}
.BgClassName
{
background-color: #D14113;
}
</style>
border-color css
<style>
span { border-color: #D14113; }
span { border-color: rgb(209,65,19); }
td.TdClassName
{
border-color: #D14113;
}
.TagClassName
{
border-color: #D14113;
}
</style>