Html Css Color HEX #D4360D Harley Davidson Orange
📋 copy color: '#D4360D'red 212 ◦ green 54 ◦ blue 13
Shades of Harley Davidson Orange #D4360D
Tints of Harley Davidson Orange #D4360D
RGB
CMYK
RGB Variations
Color information
#D4360D (or 0xD4360D) is known color: Harley Davidson Orange. HEX triplet: D4, 36 and 0D. RGB value is (212,54,13). Sum of RGB (Red+Green+Blue) = 212+54+13=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D4360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4360D is #2BC9F2. Grayscale: #606060. Windows color (decimal): -2869747 or 866004. OLE color: 866004.
HSL color Cylindrical-coordinate representation of color #D4360D: hue angle of 12.36º degrees, saturation: 0.88, 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 #D4360D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.17 |
| HSL | 12.36º | 0.88% | 0.44% | - |
| HSV(B) | 12.36º | 0.94% | 0.83% | - |
| XYZ | 28.54 | 16.66 | 2.09 | - |
| YUV | 96.57 | 80.85 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 13 | 0 | 0.75 | 0.94 | 0.17 | 12.36 | 0.88 | 0.44 |
| Hex | D4 | 36 | D | 0 | 4B | 5E | 11 | C | 58 | 2C |
| Octal | 324 | 66 | 15 | 0 | 113 | 136 | 21 | 14 | 130 | 54 |
| Binary | 11010100 | 110110 | 1101 | 0 | 1001011 | 1011110 | 10001 | 1100 | 1011000 | 101100 |
Color Harmonies of #D4360D
Complementary color
Monochromatic Colors of #D4360D
Black with #D4360D
Text Example
Text Example
White with #D4360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4360D; }
p { color: rgb(212,54,13); }
H1.HeaderClassName
{
color: #D4360D;
}
.AnyTagClassName
{
color: #D4360D;
}
</style>
background-color css
<style>
a { background-color: #D4360D; }
a { background-color: rgb(212,54,13); }
div.DivClassName
{
background-color: #D4360D;
}
.BgClassName
{
background-color: #D4360D;
}
</style>
border-color css
<style>
span { border-color: #D4360D; }
span { border-color: rgb(212,54,13); }
td.TdClassName
{
border-color: #D4360D;
}
.TagClassName
{
border-color: #D4360D;
}
</style>