Html Css Color HEX #D6361D Harley Davidson Orange
📋 copy color: '#D6361D'red 214 ◦ green 54 ◦ blue 29
Shades of Harley Davidson Orange #D6361D
Tints of Harley Davidson Orange #D6361D
RGB
CMYK
RGB Variations
Color information
#D6361D (or 0xD6361D) is known color: Harley Davidson Orange. HEX triplet: D6, 36 and 1D. RGB value is (214,54,29). Sum of RGB (Red+Green+Blue) = 214+54+29=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D6361D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6361D is #29C9E2. Grayscale: #636363. Windows color (decimal): -2738659 or 1914582. OLE color: 1914582.
HSL color Cylindrical-coordinate representation of color #D6361D: hue angle of 8.11º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6361D is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 29 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.16 |
| HSL | 8.11º | 0.76% | 0.48% | - |
| HSV(B) | 8.11º | 0.86% | 0.84% | - |
| XYZ | 29.27 | 17.02 | 2.91 | - |
| YUV | 98.99 | 88.51 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 29 | 0 | 0.75 | 0.86 | 0.16 | 8.11 | 0.76 | 0.48 |
| Hex | D6 | 36 | 1D | 0 | 4B | 56 | 10 | 8 | 4C | 30 |
| Octal | 326 | 66 | 35 | 0 | 113 | 126 | 20 | 10 | 114 | 60 |
| Binary | 11010110 | 110110 | 11101 | 0 | 1001011 | 1010110 | 10000 | 1000 | 1001100 | 110000 |
Color Harmonies of #D6361D
Complementary color
Monochromatic Colors of #D6361D
Black with #D6361D
Text Example
Text Example
White with #D6361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6361D; }
p { color: rgb(214,54,29); }
H1.HeaderClassName
{
color: #D6361D;
}
.AnyTagClassName
{
color: #D6361D;
}
</style>
background-color css
<style>
a { background-color: #D6361D; }
a { background-color: rgb(214,54,29); }
div.DivClassName
{
background-color: #D6361D;
}
.BgClassName
{
background-color: #D6361D;
}
</style>
border-color css
<style>
span { border-color: #D6361D; }
span { border-color: rgb(214,54,29); }
td.TdClassName
{
border-color: #D6361D;
}
.TagClassName
{
border-color: #D6361D;
}
</style>