Html Css Color HEX #D1350B Harley Davidson Orange
📋 copy color: '#D1350B'red 209 ◦ green 53 ◦ blue 11
Shades of Harley Davidson Orange #D1350B
Tints of Harley Davidson Orange #D1350B
RGB
CMYK
RGB Variations
Color information
#D1350B (or 0xD1350B) is known color: Harley Davidson Orange. HEX triplet: D1, 35 and 0B. RGB value is (209,53,11). Sum of RGB (Red+Green+Blue) = 209+53+11=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D1350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1350B is #2ECAF4. Grayscale: #5F5F5F. Windows color (decimal): -3066613 or 734673. OLE color: 734673.
HSL color Cylindrical-coordinate representation of color #D1350B: hue angle of 12.73º 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 #D1350B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.18 |
| HSL | 12.73º | 0.9% | 0.43% | - |
| HSV(B) | 12.73º | 0.95% | 0.82% | - |
| XYZ | 27.63 | 16.13 | 1.97 | - |
| YUV | 94.86 | 80.68 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 11 | 0 | 0.75 | 0.95 | 0.18 | 12.73 | 0.9 | 0.43 |
| Hex | D1 | 35 | B | 0 | 4B | 5F | 12 | D | 5A | 2B |
| Octal | 321 | 65 | 13 | 0 | 113 | 137 | 22 | 15 | 132 | 53 |
| Binary | 11010001 | 110101 | 1011 | 0 | 1001011 | 1011111 | 10010 | 1101 | 1011010 | 101011 |
Color Harmonies of #D1350B
Complementary color
Monochromatic Colors of #D1350B
Black with #D1350B
Text Example
Text Example
White with #D1350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1350B; }
p { color: rgb(209,53,11); }
H1.HeaderClassName
{
color: #D1350B;
}
.AnyTagClassName
{
color: #D1350B;
}
</style>
background-color css
<style>
a { background-color: #D1350B; }
a { background-color: rgb(209,53,11); }
div.DivClassName
{
background-color: #D1350B;
}
.BgClassName
{
background-color: #D1350B;
}
</style>
border-color css
<style>
span { border-color: #D1350B; }
span { border-color: rgb(209,53,11); }
td.TdClassName
{
border-color: #D1350B;
}
.TagClassName
{
border-color: #D1350B;
}
</style>