Html Css Color HEX #D6320B Harley Davidson Orange
📋 copy color: '#D6320B'red 214 ◦ green 50 ◦ blue 11
Shades of Harley Davidson Orange #D6320B
Tints of Harley Davidson Orange #D6320B
RGB
CMYK
RGB Variations
Color information
#D6320B (or 0xD6320B) is known color: Harley Davidson Orange. HEX triplet: D6, 32 and 0B. RGB value is (214,50,11). Sum of RGB (Red+Green+Blue) = 214+50+11=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D6320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6320B is #29CDF4. Grayscale: #5E5E5E. Windows color (decimal): -2739701 or 733910. OLE color: 733910.
HSL color Cylindrical-coordinate representation of color #D6320B: hue angle of 11.53º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6320B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.16 |
| HSL | 11.53º | 0.9% | 0.44% | - |
| HSV(B) | 11.53º | 0.95% | 0.84% | - |
| XYZ | 28.93 | 16.6 | 2 | - |
| YUV | 94.59 | 80.83 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 11 | 0 | 0.77 | 0.95 | 0.16 | 11.53 | 0.9 | 0.44 |
| Hex | D6 | 32 | B | 0 | 4D | 5F | 10 | C | 5A | 2C |
| Octal | 326 | 62 | 13 | 0 | 115 | 137 | 20 | 14 | 132 | 54 |
| Binary | 11010110 | 110010 | 1011 | 0 | 1001101 | 1011111 | 10000 | 1100 | 1011010 | 101100 |
Color Harmonies of #D6320B
Complementary color
Monochromatic Colors of #D6320B
Black with #D6320B
Text Example
Text Example
White with #D6320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6320B; }
p { color: rgb(214,50,11); }
H1.HeaderClassName
{
color: #D6320B;
}
.AnyTagClassName
{
color: #D6320B;
}
</style>
background-color css
<style>
a { background-color: #D6320B; }
a { background-color: rgb(214,50,11); }
div.DivClassName
{
background-color: #D6320B;
}
.BgClassName
{
background-color: #D6320B;
}
</style>
border-color css
<style>
span { border-color: #D6320B; }
span { border-color: rgb(214,50,11); }
td.TdClassName
{
border-color: #D6320B;
}
.TagClassName
{
border-color: #D6320B;
}
</style>