Html Css Color HEX #D1430B Harley Davidson Orange
📋 copy color: '#D1430B'red 209 ◦ green 67 ◦ blue 11
Shades of Harley Davidson Orange #D1430B
Tints of Harley Davidson Orange #D1430B
RGB
CMYK
RGB Variations
Color information
#D1430B (or 0xD1430B) is known color: Harley Davidson Orange. HEX triplet: D1, 43 and 0B. RGB value is (209,67,11). Sum of RGB (Red+Green+Blue) = 209+67+11=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D1430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1430B is #2EBCF4. Grayscale: #676767. Windows color (decimal): -3063029 or 738257. OLE color: 738257.
HSL color Cylindrical-coordinate representation of color #D1430B: hue angle of 16.97º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1430B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 11 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.18 |
| HSL | 16.97º | 0.9% | 0.43% | - |
| HSV(B) | 16.97º | 0.95% | 0.82% | - |
| XYZ | 28.36 | 17.59 | 2.22 | - |
| YUV | 103.07 | 76.04 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 11 | 0 | 0.68 | 0.95 | 0.18 | 16.97 | 0.9 | 0.43 |
| Hex | D1 | 43 | B | 0 | 44 | 5F | 12 | 11 | 5A | 2B |
| Octal | 321 | 103 | 13 | 0 | 104 | 137 | 22 | 21 | 132 | 53 |
| Binary | 11010001 | 1000011 | 1011 | 0 | 1000100 | 1011111 | 10010 | 10001 | 1011010 | 101011 |
Color Harmonies of #D1430B
Complementary color
Monochromatic Colors of #D1430B
Black with #D1430B
Text Example
Text Example
White with #D1430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1430B; }
p { color: rgb(209,67,11); }
H1.HeaderClassName
{
color: #D1430B;
}
.AnyTagClassName
{
color: #D1430B;
}
</style>
background-color css
<style>
a { background-color: #D1430B; }
a { background-color: rgb(209,67,11); }
div.DivClassName
{
background-color: #D1430B;
}
.BgClassName
{
background-color: #D1430B;
}
</style>
border-color css
<style>
span { border-color: #D1430B; }
span { border-color: rgb(209,67,11); }
td.TdClassName
{
border-color: #D1430B;
}
.TagClassName
{
border-color: #D1430B;
}
</style>