Html Css Color HEX #D14313 Harley Davidson Orange
📋 copy color: '#D14313'red 209 ◦ green 67 ◦ blue 19
Shades of Harley Davidson Orange #D14313
Tints of Harley Davidson Orange #D14313
RGB
CMYK
RGB Variations
Color information
#D14313 (or 0xD14313) is known color: Harley Davidson Orange. HEX triplet: D1, 43 and 13. RGB value is (209,67,19). Sum of RGB (Red+Green+Blue) = 209+67+19=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D14313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14313 is #2EBCEC. Grayscale: #686868. Windows color (decimal): -3063021 or 1262545. OLE color: 1262545.
HSL color Cylindrical-coordinate representation of color #D14313: hue angle of 15.16º 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 #D14313 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 19 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.18 |
| HSL | 15.16º | 0.83% | 0.45% | - |
| HSV(B) | 15.16º | 0.91% | 0.82% | - |
| XYZ | 28.42 | 17.62 | 2.52 | - |
| YUV | 103.99 | 80.04 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 19 | 0 | 0.68 | 0.91 | 0.18 | 15.16 | 0.83 | 0.45 |
| Hex | D1 | 43 | 13 | 0 | 44 | 5B | 12 | F | 53 | 2D |
| Octal | 321 | 103 | 23 | 0 | 104 | 133 | 22 | 17 | 123 | 55 |
| Binary | 11010001 | 1000011 | 10011 | 0 | 1000100 | 1011011 | 10010 | 1111 | 1010011 | 101101 |
Color Harmonies of #D14313
Complementary color
Monochromatic Colors of #D14313
Black with #D14313
Text Example
Text Example
White with #D14313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14313; }
p { color: rgb(209,67,19); }
H1.HeaderClassName
{
color: #D14313;
}
.AnyTagClassName
{
color: #D14313;
}
</style>
background-color css
<style>
a { background-color: #D14313; }
a { background-color: rgb(209,67,19); }
div.DivClassName
{
background-color: #D14313;
}
.BgClassName
{
background-color: #D14313;
}
</style>
border-color css
<style>
span { border-color: #D14313; }
span { border-color: rgb(209,67,19); }
td.TdClassName
{
border-color: #D14313;
}
.TagClassName
{
border-color: #D14313;
}
</style>