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