Html Css Color HEX #D04512 Harley Davidson Orange
📋 copy color: '#D04512'red 208 ◦ green 69 ◦ blue 18
Shades of Harley Davidson Orange #D04512
Tints of Harley Davidson Orange #D04512
RGB
CMYK
RGB Variations
Color information
#D04512 (or 0xD04512) is known color: Harley Davidson Orange. HEX triplet: D0, 45 and 12. RGB value is (208,69,18). Sum of RGB (Red+Green+Blue) = 208+69+18=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D04512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04512 is #2FBAED. Grayscale: #696969. Windows color (decimal): -3128046 or 1197520. OLE color: 1197520.
HSL color Cylindrical-coordinate representation of color #D04512: hue angle of 16.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D04512 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 18 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.18 |
| HSL | 16.11º | 0.84% | 0.44% | - |
| HSV(B) | 16.11º | 0.91% | 0.82% | - |
| XYZ | 28.25 | 17.71 | 2.5 | - |
| YUV | 104.75 | 79.05 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 18 | 0 | 0.67 | 0.91 | 0.18 | 16.11 | 0.84 | 0.44 |
| Hex | D0 | 45 | 12 | 0 | 43 | 5B | 12 | 10 | 54 | 2C |
| Octal | 320 | 105 | 22 | 0 | 103 | 133 | 22 | 20 | 124 | 54 |
| Binary | 11010000 | 1000101 | 10010 | 0 | 1000011 | 1011011 | 10010 | 10000 | 1010100 | 101100 |
Color Harmonies of #D04512
Complementary color
Monochromatic Colors of #D04512
Black with #D04512
Text Example
Text Example
White with #D04512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04512; }
p { color: rgb(208,69,18); }
H1.HeaderClassName
{
color: #D04512;
}
.AnyTagClassName
{
color: #D04512;
}
</style>
background-color css
<style>
a { background-color: #D04512; }
a { background-color: rgb(208,69,18); }
div.DivClassName
{
background-color: #D04512;
}
.BgClassName
{
background-color: #D04512;
}
</style>
border-color css
<style>
span { border-color: #D04512; }
span { border-color: rgb(208,69,18); }
td.TdClassName
{
border-color: #D04512;
}
.TagClassName
{
border-color: #D04512;
}
</style>