Html Css Color HEX #D0340C Harley Davidson Orange
📋 copy color: '#D0340C'red 208 ◦ green 52 ◦ blue 12
Shades of Harley Davidson Orange #D0340C
Tints of Harley Davidson Orange #D0340C
RGB
CMYK
RGB Variations
Color information
#D0340C (or 0xD0340C) is known color: Harley Davidson Orange. HEX triplet: D0, 34 and 0C. RGB value is (208,52,12). Sum of RGB (Red+Green+Blue) = 208+52+12=272 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.47% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 208 - color contains mainly: red. Hex color #D0340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0340C is #2FCBF3. Grayscale: #5E5E5E. Windows color (decimal): -3132404 or 799952. OLE color: 799952.
HSL color Cylindrical-coordinate representation of color #D0340C: hue angle of 12.24º 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 #D0340C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.18 |
| HSL | 12.24º | 0.89% | 0.43% | - |
| HSV(B) | 12.24º | 0.94% | 0.82% | - |
| XYZ | 27.31 | 15.89 | 1.98 | - |
| YUV | 94.08 | 81.68 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 12 | 0 | 0.75 | 0.94 | 0.18 | 12.24 | 0.89 | 0.43 |
| Hex | D0 | 34 | C | 0 | 4B | 5E | 12 | C | 59 | 2B |
| Octal | 320 | 64 | 14 | 0 | 113 | 136 | 22 | 14 | 131 | 53 |
| Binary | 11010000 | 110100 | 1100 | 0 | 1001011 | 1011110 | 10010 | 1100 | 1011001 | 101011 |
Color Harmonies of #D0340C
Complementary color
Monochromatic Colors of #D0340C
Black with #D0340C
Text Example
Text Example
White with #D0340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0340C; }
p { color: rgb(208,52,12); }
H1.HeaderClassName
{
color: #D0340C;
}
.AnyTagClassName
{
color: #D0340C;
}
</style>
background-color css
<style>
a { background-color: #D0340C; }
a { background-color: rgb(208,52,12); }
div.DivClassName
{
background-color: #D0340C;
}
.BgClassName
{
background-color: #D0340C;
}
</style>
border-color css
<style>
span { border-color: #D0340C; }
span { border-color: rgb(208,52,12); }
td.TdClassName
{
border-color: #D0340C;
}
.TagClassName
{
border-color: #D0340C;
}
</style>