Html Css Color HEX #D13A1B Harley Davidson Orange
📋 copy color: '#D13A1B'red 209 ◦ green 58 ◦ blue 27
Shades of Harley Davidson Orange #D13A1B
Tints of Harley Davidson Orange #D13A1B
RGB
CMYK
RGB Variations
Color information
#D13A1B (or 0xD13A1B) is known color: Harley Davidson Orange. HEX triplet: D1, 3A and 1B. RGB value is (209,58,27). Sum of RGB (Red+Green+Blue) = 209+58+27=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A1B is #2EC5E4. Grayscale: #636363. Windows color (decimal): -3065317 or 1784529. OLE color: 1784529.
HSL color Cylindrical-coordinate representation of color #D13A1B: hue angle of 10.22º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D13A1B is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 27 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.18 |
| HSL | 10.22º | 0.77% | 0.46% | - |
| HSV(B) | 10.22º | 0.87% | 0.82% | - |
| XYZ | 28.01 | 16.66 | 2.78 | - |
| YUV | 99.62 | 87.03 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 27 | 0 | 0.72 | 0.87 | 0.18 | 10.22 | 0.77 | 0.46 |
| Hex | D1 | 3A | 1B | 0 | 48 | 57 | 12 | A | 4D | 2E |
| Octal | 321 | 72 | 33 | 0 | 110 | 127 | 22 | 12 | 115 | 56 |
| Binary | 11010001 | 111010 | 11011 | 0 | 1001000 | 1010111 | 10010 | 1010 | 1001101 | 101110 |
Color Harmonies of #D13A1B
Complementary color
Monochromatic Colors of #D13A1B
Black with #D13A1B
Text Example
Text Example
White with #D13A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13A1B; }
p { color: rgb(209,58,27); }
H1.HeaderClassName
{
color: #D13A1B;
}
.AnyTagClassName
{
color: #D13A1B;
}
</style>
background-color css
<style>
a { background-color: #D13A1B; }
a { background-color: rgb(209,58,27); }
div.DivClassName
{
background-color: #D13A1B;
}
.BgClassName
{
background-color: #D13A1B;
}
</style>
border-color css
<style>
span { border-color: #D13A1B; }
span { border-color: rgb(209,58,27); }
td.TdClassName
{
border-color: #D13A1B;
}
.TagClassName
{
border-color: #D13A1B;
}
</style>