Html Css Color HEX #D13612 Harley Davidson Orange
📋 copy color: '#D13612'red 209 ◦ green 54 ◦ blue 18
Shades of Harley Davidson Orange #D13612
Tints of Harley Davidson Orange #D13612
RGB
CMYK
RGB Variations
Color information
#D13612 (or 0xD13612) is known color: Harley Davidson Orange. HEX triplet: D1, 36 and 12. RGB value is (209,54,18). Sum of RGB (Red+Green+Blue) = 209+54+18=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D13612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13612 is #2EC9ED. Grayscale: #606060. Windows color (decimal): -3066350 or 1193681. OLE color: 1193681.
HSL color Cylindrical-coordinate representation of color #D13612: hue angle of 11.31º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D13612 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 18 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.18 |
| HSL | 11.31º | 0.84% | 0.45% | - |
| HSV(B) | 11.31º | 0.91% | 0.82% | - |
| XYZ | 27.72 | 16.24 | 2.25 | - |
| YUV | 96.24 | 83.85 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 18 | 0 | 0.74 | 0.91 | 0.18 | 11.31 | 0.84 | 0.45 |
| Hex | D1 | 36 | 12 | 0 | 4A | 5B | 12 | B | 54 | 2D |
| Octal | 321 | 66 | 22 | 0 | 112 | 133 | 22 | 13 | 124 | 55 |
| Binary | 11010001 | 110110 | 10010 | 0 | 1001010 | 1011011 | 10010 | 1011 | 1010100 | 101101 |
Color Harmonies of #D13612
Complementary color
Monochromatic Colors of #D13612
Black with #D13612
Text Example
Text Example
White with #D13612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13612; }
p { color: rgb(209,54,18); }
H1.HeaderClassName
{
color: #D13612;
}
.AnyTagClassName
{
color: #D13612;
}
</style>
background-color css
<style>
a { background-color: #D13612; }
a { background-color: rgb(209,54,18); }
div.DivClassName
{
background-color: #D13612;
}
.BgClassName
{
background-color: #D13612;
}
</style>
border-color css
<style>
span { border-color: #D13612; }
span { border-color: rgb(209,54,18); }
td.TdClassName
{
border-color: #D13612;
}
.TagClassName
{
border-color: #D13612;
}
</style>