Html Css Color HEX #D1330A Harley Davidson Orange
📋 copy color: '#D1330A'red 209 ◦ green 51 ◦ blue 10
Shades of Harley Davidson Orange #D1330A
Tints of Harley Davidson Orange #D1330A
RGB
CMYK
RGB Variations
Color information
#D1330A (or 0xD1330A) is known color: Harley Davidson Orange. HEX triplet: D1, 33 and 0A. RGB value is (209,51,10). Sum of RGB (Red+Green+Blue) = 209+51+10=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D1330A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1330A is #2ECCF5. Grayscale: #5D5D5D. Windows color (decimal): -3067126 or 668625. OLE color: 668625.
HSL color Cylindrical-coordinate representation of color #D1330A: hue angle of 12.36º degrees, saturation: 0.91, 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 #D1330A is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 10 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.18 |
| HSL | 12.36º | 0.91% | 0.43% | - |
| HSV(B) | 12.36º | 0.95% | 0.82% | - |
| XYZ | 27.53 | 15.94 | 1.91 | - |
| YUV | 93.57 | 80.85 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 10 | 0 | 0.76 | 0.95 | 0.18 | 12.36 | 0.91 | 0.43 |
| Hex | D1 | 33 | A | 0 | 4C | 5F | 12 | C | 5B | 2B |
| Octal | 321 | 63 | 12 | 0 | 114 | 137 | 22 | 14 | 133 | 53 |
| Binary | 11010001 | 110011 | 1010 | 0 | 1001100 | 1011111 | 10010 | 1100 | 1011011 | 101011 |
Color Harmonies of #D1330A
Complementary color
Monochromatic Colors of #D1330A
Black with #D1330A
Text Example
Text Example
White with #D1330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1330A; }
p { color: rgb(209,51,10); }
H1.HeaderClassName
{
color: #D1330A;
}
.AnyTagClassName
{
color: #D1330A;
}
</style>
background-color css
<style>
a { background-color: #D1330A; }
a { background-color: rgb(209,51,10); }
div.DivClassName
{
background-color: #D1330A;
}
.BgClassName
{
background-color: #D1330A;
}
</style>
border-color css
<style>
span { border-color: #D1330A; }
span { border-color: rgb(209,51,10); }
td.TdClassName
{
border-color: #D1330A;
}
.TagClassName
{
border-color: #D1330A;
}
</style>