Html Css Color HEX #D0360C Harley Davidson Orange
📋 copy color: '#D0360C'red 208 ◦ green 54 ◦ blue 12
Shades of Harley Davidson Orange #D0360C
Tints of Harley Davidson Orange #D0360C
RGB
CMYK
RGB Variations
Color information
#D0360C (or 0xD0360C) is known color: Harley Davidson Orange. HEX triplet: D0, 36 and 0C. RGB value is (208,54,12). Sum of RGB (Red+Green+Blue) = 208+54+12=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D0360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0360C is #2FC9F3. Grayscale: #5F5F5F. Windows color (decimal): -3131892 or 800464. OLE color: 800464.
HSL color Cylindrical-coordinate representation of color #D0360C: hue angle of 12.86º 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 #D0360C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.18 |
| HSL | 12.86º | 0.89% | 0.43% | - |
| HSV(B) | 12.86º | 0.94% | 0.82% | - |
| XYZ | 27.4 | 16.07 | 2.01 | - |
| YUV | 95.26 | 81.02 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 12 | 0 | 0.74 | 0.94 | 0.18 | 12.86 | 0.89 | 0.43 |
| Hex | D0 | 36 | C | 0 | 4A | 5E | 12 | D | 59 | 2B |
| Octal | 320 | 66 | 14 | 0 | 112 | 136 | 22 | 15 | 131 | 53 |
| Binary | 11010000 | 110110 | 1100 | 0 | 1001010 | 1011110 | 10010 | 1101 | 1011001 | 101011 |
Color Harmonies of #D0360C
Complementary color
Monochromatic Colors of #D0360C
Black with #D0360C
Text Example
Text Example
White with #D0360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0360C; }
p { color: rgb(208,54,12); }
H1.HeaderClassName
{
color: #D0360C;
}
.AnyTagClassName
{
color: #D0360C;
}
</style>
background-color css
<style>
a { background-color: #D0360C; }
a { background-color: rgb(208,54,12); }
div.DivClassName
{
background-color: #D0360C;
}
.BgClassName
{
background-color: #D0360C;
}
</style>
border-color css
<style>
span { border-color: #D0360C; }
span { border-color: rgb(208,54,12); }
td.TdClassName
{
border-color: #D0360C;
}
.TagClassName
{
border-color: #D0360C;
}
</style>