Html Css Color HEX #D6380B Harley Davidson Orange
📋 copy color: '#D6380B'red 214 ◦ green 56 ◦ blue 11
Shades of Harley Davidson Orange #D6380B
Tints of Harley Davidson Orange #D6380B
RGB
CMYK
RGB Variations
Color information
#D6380B (or 0xD6380B) is known color: Harley Davidson Orange. HEX triplet: D6, 38 and 0B. RGB value is (214,56,11). Sum of RGB (Red+Green+Blue) = 214+56+11=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D6380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6380B is #29C7F4. Grayscale: #626262. Windows color (decimal): -2738165 or 735446. OLE color: 735446.
HSL color Cylindrical-coordinate representation of color #D6380B: hue angle of 13.3º 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 #D6380B is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 56 | 11 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.16 |
| HSL | 13.3º | 0.9% | 0.44% | - |
| HSV(B) | 13.3º | 0.95% | 0.84% | - |
| XYZ | 29.21 | 17.15 | 2.09 | - |
| YUV | 98.11 | 78.85 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 56 | 11 | 0 | 0.74 | 0.95 | 0.16 | 13.3 | 0.9 | 0.44 |
| Hex | D6 | 38 | B | 0 | 4A | 5F | 10 | D | 5A | 2C |
| Octal | 326 | 70 | 13 | 0 | 112 | 137 | 20 | 15 | 132 | 54 |
| Binary | 11010110 | 111000 | 1011 | 0 | 1001010 | 1011111 | 10000 | 1101 | 1011010 | 101100 |
Color Harmonies of #D6380B
Complementary color
Monochromatic Colors of #D6380B
Black with #D6380B
Text Example
Text Example
White with #D6380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6380B; }
p { color: rgb(214,56,11); }
H1.HeaderClassName
{
color: #D6380B;
}
.AnyTagClassName
{
color: #D6380B;
}
</style>
background-color css
<style>
a { background-color: #D6380B; }
a { background-color: rgb(214,56,11); }
div.DivClassName
{
background-color: #D6380B;
}
.BgClassName
{
background-color: #D6380B;
}
</style>
border-color css
<style>
span { border-color: #D6380B; }
span { border-color: rgb(214,56,11); }
td.TdClassName
{
border-color: #D6380B;
}
.TagClassName
{
border-color: #D6380B;
}
</style>