Html Css Color HEX #D04113 Harley Davidson Orange
📋 copy color: '#D04113'red 208 ◦ green 65 ◦ blue 19
Shades of Harley Davidson Orange #D04113
Tints of Harley Davidson Orange #D04113
RGB
CMYK
RGB Variations
Color information
#D04113 (or 0xD04113) is known color: Harley Davidson Orange. HEX triplet: D0, 41 and 13. RGB value is (208,65,19). Sum of RGB (Red+Green+Blue) = 208+65+19=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D04113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04113 is #2FBEEC. Grayscale: #666666. Windows color (decimal): -3129069 or 1262032. OLE color: 1262032.
HSL color Cylindrical-coordinate representation of color #D04113: hue angle of 14.6º 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 #D04113 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 19 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.18 |
| HSL | 14.6º | 0.83% | 0.45% | - |
| HSV(B) | 14.6º | 0.91% | 0.82% | - |
| XYZ | 28.02 | 17.24 | 2.47 | - |
| YUV | 102.51 | 80.88 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 19 | 0 | 0.69 | 0.91 | 0.18 | 14.6 | 0.83 | 0.45 |
| Hex | D0 | 41 | 13 | 0 | 45 | 5B | 12 | F | 53 | 2D |
| Octal | 320 | 101 | 23 | 0 | 105 | 133 | 22 | 17 | 123 | 55 |
| Binary | 11010000 | 1000001 | 10011 | 0 | 1000101 | 1011011 | 10010 | 1111 | 1010011 | 101101 |
Color Harmonies of #D04113
Complementary color
Monochromatic Colors of #D04113
Black with #D04113
Text Example
Text Example
White with #D04113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04113; }
p { color: rgb(208,65,19); }
H1.HeaderClassName
{
color: #D04113;
}
.AnyTagClassName
{
color: #D04113;
}
</style>
background-color css
<style>
a { background-color: #D04113; }
a { background-color: rgb(208,65,19); }
div.DivClassName
{
background-color: #D04113;
}
.BgClassName
{
background-color: #D04113;
}
</style>
border-color css
<style>
span { border-color: #D04113; }
span { border-color: rgb(208,65,19); }
td.TdClassName
{
border-color: #D04113;
}
.TagClassName
{
border-color: #D04113;
}
</style>