Html Css Color HEX #D8430B Harley Davidson Orange
📋 copy color: '#D8430B'red 216 ◦ green 67 ◦ blue 11
Shades of Harley Davidson Orange #D8430B
Tints of Harley Davidson Orange #D8430B
RGB
CMYK
RGB Variations
Color information
#D8430B (or 0xD8430B) is known color: Harley Davidson Orange. HEX triplet: D8, 43 and 0B. RGB value is (216,67,11). Sum of RGB (Red+Green+Blue) = 216+67+11=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D8430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8430B is #27BCF4. Grayscale: #696969. Windows color (decimal): -2604277 or 738264. OLE color: 738264.
HSL color Cylindrical-coordinate representation of color #D8430B: hue angle of 16.39º 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 #D8430B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 11 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.15 |
| HSL | 16.39º | 0.9% | 0.45% | - |
| HSV(B) | 16.39º | 0.95% | 0.85% | - |
| XYZ | 30.39 | 18.64 | 2.31 | - |
| YUV | 105.17 | 74.86 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 11 | 0 | 0.69 | 0.95 | 0.15 | 16.39 | 0.9 | 0.45 |
| Hex | D8 | 43 | B | 0 | 45 | 5F | F | 10 | 5A | 2D |
| Octal | 330 | 103 | 13 | 0 | 105 | 137 | 17 | 20 | 132 | 55 |
| Binary | 11011000 | 1000011 | 1011 | 0 | 1000101 | 1011111 | 1111 | 10000 | 1011010 | 101101 |
Color Harmonies of #D8430B
Complementary color
Monochromatic Colors of #D8430B
Black with #D8430B
Text Example
Text Example
White with #D8430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8430B; }
p { color: rgb(216,67,11); }
H1.HeaderClassName
{
color: #D8430B;
}
.AnyTagClassName
{
color: #D8430B;
}
</style>
background-color css
<style>
a { background-color: #D8430B; }
a { background-color: rgb(216,67,11); }
div.DivClassName
{
background-color: #D8430B;
}
.BgClassName
{
background-color: #D8430B;
}
</style>
border-color css
<style>
span { border-color: #D8430B; }
span { border-color: rgb(216,67,11); }
td.TdClassName
{
border-color: #D8430B;
}
.TagClassName
{
border-color: #D8430B;
}
</style>