Html Css Color HEX #D8450B Harley Davidson Orange
📋 copy color: '#D8450B'red 216 ◦ green 69 ◦ blue 11
Shades of Harley Davidson Orange #D8450B
Tints of Harley Davidson Orange #D8450B
RGB
CMYK
RGB Variations
Color information
#D8450B (or 0xD8450B) is known color: Harley Davidson Orange. HEX triplet: D8, 45 and 0B. RGB value is (216,69,11). Sum of RGB (Red+Green+Blue) = 216+69+11=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D8450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8450B is #27BAF4. Grayscale: #6A6A6A. Windows color (decimal): -2603765 or 738776. OLE color: 738776.
HSL color Cylindrical-coordinate representation of color #D8450B: hue angle of 16.98º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8450B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 11 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.15 |
| HSL | 16.98º | 0.9% | 0.45% | - |
| HSV(B) | 16.98º | 0.95% | 0.85% | - |
| XYZ | 30.51 | 18.88 | 2.35 | - |
| YUV | 106.34 | 74.2 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 11 | 0 | 0.68 | 0.95 | 0.15 | 16.98 | 0.9 | 0.45 |
| Hex | D8 | 45 | B | 0 | 44 | 5F | F | 11 | 5A | 2D |
| Octal | 330 | 105 | 13 | 0 | 104 | 137 | 17 | 21 | 132 | 55 |
| Binary | 11011000 | 1000101 | 1011 | 0 | 1000100 | 1011111 | 1111 | 10001 | 1011010 | 101101 |
Color Harmonies of #D8450B
Complementary color
Monochromatic Colors of #D8450B
Black with #D8450B
Text Example
Text Example
White with #D8450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8450B; }
p { color: rgb(216,69,11); }
H1.HeaderClassName
{
color: #D8450B;
}
.AnyTagClassName
{
color: #D8450B;
}
</style>
background-color css
<style>
a { background-color: #D8450B; }
a { background-color: rgb(216,69,11); }
div.DivClassName
{
background-color: #D8450B;
}
.BgClassName
{
background-color: #D8450B;
}
</style>
border-color css
<style>
span { border-color: #D8450B; }
span { border-color: rgb(216,69,11); }
td.TdClassName
{
border-color: #D8450B;
}
.TagClassName
{
border-color: #D8450B;
}
</style>