Html Css Color HEX #D4360C Harley Davidson Orange
📋 copy color: '#D4360C'red 212 ◦ green 54 ◦ blue 12
Shades of Harley Davidson Orange #D4360C
Tints of Harley Davidson Orange #D4360C
RGB
CMYK
RGB Variations
Color information
#D4360C (or 0xD4360C) is known color: Harley Davidson Orange. HEX triplet: D4, 36 and 0C. RGB value is (212,54,12). Sum of RGB (Red+Green+Blue) = 212+54+12=278 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.26% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 212 - color contains mainly: red. Hex color #D4360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4360C is #2BC9F3. Grayscale: #606060. Windows color (decimal): -2869748 or 800468. OLE color: 800468.
HSL color Cylindrical-coordinate representation of color #D4360C: hue angle of 12.6º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4360C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.17 |
| HSL | 12.6º | 0.89% | 0.44% | - |
| HSV(B) | 12.6º | 0.94% | 0.83% | - |
| XYZ | 28.54 | 16.66 | 2.06 | - |
| YUV | 96.45 | 80.35 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 12 | 0 | 0.75 | 0.94 | 0.17 | 12.6 | 0.89 | 0.44 |
| Hex | D4 | 36 | C | 0 | 4B | 5E | 11 | D | 59 | 2C |
| Octal | 324 | 66 | 14 | 0 | 113 | 136 | 21 | 15 | 131 | 54 |
| Binary | 11010100 | 110110 | 1100 | 0 | 1001011 | 1011110 | 10001 | 1101 | 1011001 | 101100 |
Color Harmonies of #D4360C
Complementary color
Monochromatic Colors of #D4360C
Black with #D4360C
Text Example
Text Example
White with #D4360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4360C; }
p { color: rgb(212,54,12); }
H1.HeaderClassName
{
color: #D4360C;
}
.AnyTagClassName
{
color: #D4360C;
}
</style>
background-color css
<style>
a { background-color: #D4360C; }
a { background-color: rgb(212,54,12); }
div.DivClassName
{
background-color: #D4360C;
}
.BgClassName
{
background-color: #D4360C;
}
</style>
border-color css
<style>
span { border-color: #D4360C; }
span { border-color: rgb(212,54,12); }
td.TdClassName
{
border-color: #D4360C;
}
.TagClassName
{
border-color: #D4360C;
}
</style>