Html Css Color HEX #D93D12 Harley Davidson Orange
📋 copy color: '#D93D12'red 217 ◦ green 61 ◦ blue 18
Shades of Harley Davidson Orange #D93D12
Tints of Harley Davidson Orange #D93D12
RGB
CMYK
RGB Variations
Color information
#D93D12 (or 0xD93D12) is known color: Harley Davidson Orange. HEX triplet: D9, 3D and 12. RGB value is (217,61,18). Sum of RGB (Red+Green+Blue) = 217+61+18=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93D12 is #26C2ED. Grayscale: #676767. Windows color (decimal): -2540270 or 1195481. OLE color: 1195481.
HSL color Cylindrical-coordinate representation of color #D93D12: hue angle of 12.96º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D93D12 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 18 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.15 |
| HSL | 12.96º | 0.85% | 0.46% | - |
| HSV(B) | 12.96º | 0.92% | 0.85% | - |
| XYZ | 30.39 | 18.13 | 2.47 | - |
| YUV | 102.74 | 80.18 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 18 | 0 | 0.72 | 0.92 | 0.15 | 12.96 | 0.85 | 0.46 |
| Hex | D9 | 3D | 12 | 0 | 48 | 5C | F | D | 55 | 2E |
| Octal | 331 | 75 | 22 | 0 | 110 | 134 | 17 | 15 | 125 | 56 |
| Binary | 11011001 | 111101 | 10010 | 0 | 1001000 | 1011100 | 1111 | 1101 | 1010101 | 101110 |
Color Harmonies of #D93D12
Complementary color
Monochromatic Colors of #D93D12
Black with #D93D12
Text Example
Text Example
White with #D93D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93D12; }
p { color: rgb(217,61,18); }
H1.HeaderClassName
{
color: #D93D12;
}
.AnyTagClassName
{
color: #D93D12;
}
</style>
background-color css
<style>
a { background-color: #D93D12; }
a { background-color: rgb(217,61,18); }
div.DivClassName
{
background-color: #D93D12;
}
.BgClassName
{
background-color: #D93D12;
}
</style>
border-color css
<style>
span { border-color: #D93D12; }
span { border-color: rgb(217,61,18); }
td.TdClassName
{
border-color: #D93D12;
}
.TagClassName
{
border-color: #D93D12;
}
</style>