Html Css Color HEX #D0450C Harley Davidson Orange
📋 copy color: '#D0450C'red 208 ◦ green 69 ◦ blue 12
Shades of Harley Davidson Orange #D0450C
Tints of Harley Davidson Orange #D0450C
RGB
CMYK
RGB Variations
Color information
#D0450C (or 0xD0450C) is known color: Harley Davidson Orange. HEX triplet: D0, 45 and 0C. RGB value is (208,69,12). Sum of RGB (Red+Green+Blue) = 208+69+12=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D0450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0450C is #2FBAF3. Grayscale: #686868. Windows color (decimal): -3128052 or 804304. OLE color: 804304.
HSL color Cylindrical-coordinate representation of color #D0450C: hue angle of 17.45º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0450C is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 12 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.18 |
| HSL | 17.45º | 0.89% | 0.43% | - |
| HSV(B) | 17.45º | 0.94% | 0.82% | - |
| XYZ | 28.21 | 17.69 | 2.28 | - |
| YUV | 104.06 | 76.05 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 12 | 0 | 0.67 | 0.94 | 0.18 | 17.45 | 0.89 | 0.43 |
| Hex | D0 | 45 | C | 0 | 43 | 5E | 12 | 11 | 59 | 2B |
| Octal | 320 | 105 | 14 | 0 | 103 | 136 | 22 | 21 | 131 | 53 |
| Binary | 11010000 | 1000101 | 1100 | 0 | 1000011 | 1011110 | 10010 | 10001 | 1011001 | 101011 |
Color Harmonies of #D0450C
Complementary color
Monochromatic Colors of #D0450C
Black with #D0450C
Text Example
Text Example
White with #D0450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0450C; }
p { color: rgb(208,69,12); }
H1.HeaderClassName
{
color: #D0450C;
}
.AnyTagClassName
{
color: #D0450C;
}
</style>
background-color css
<style>
a { background-color: #D0450C; }
a { background-color: rgb(208,69,12); }
div.DivClassName
{
background-color: #D0450C;
}
.BgClassName
{
background-color: #D0450C;
}
</style>
border-color css
<style>
span { border-color: #D0450C; }
span { border-color: rgb(208,69,12); }
td.TdClassName
{
border-color: #D0450C;
}
.TagClassName
{
border-color: #D0450C;
}
</style>