Html Css Color HEX #D61C09 Harley Davidson Orange
📋 copy color: '#D61C09'red 214 ◦ green 28 ◦ blue 9
Shades of Harley Davidson Orange #D61C09
Tints of Harley Davidson Orange #D61C09
RGB
CMYK
RGB Variations
Color information
#D61C09 (or 0xD61C09) is known color: Harley Davidson Orange. HEX triplet: D6, 1C and 09. RGB value is (214,28,9). Sum of RGB (Red+Green+Blue) = 214+28+9=251 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.26% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61C09 is #29E3F6. Grayscale: #515151. Windows color (decimal): -2745335 or 597206. OLE color: 597206.
HSL color Cylindrical-coordinate representation of color #D61C09: hue angle of 5.56º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D61C09 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 9 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.16 |
| HSL | 5.56º | 0.92% | 0.44% | - |
| HSV(B) | 5.56º | 0.96% | 0.84% | - |
| XYZ | 28.2 | 15.15 | 1.7 | - |
| YUV | 81.45 | 87.12 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 9 | 0 | 0.87 | 0.96 | 0.16 | 5.56 | 0.92 | 0.44 |
| Hex | D6 | 1C | 9 | 0 | 57 | 60 | 10 | 6 | 5C | 2C |
| Octal | 326 | 34 | 11 | 0 | 127 | 140 | 20 | 6 | 134 | 54 |
| Binary | 11010110 | 11100 | 1001 | 0 | 1010111 | 1100000 | 10000 | 110 | 1011100 | 101100 |
Color Harmonies of #D61C09
Complementary color
Monochromatic Colors of #D61C09
Black with #D61C09
Text Example
Text Example
White with #D61C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61C09; }
p { color: rgb(214,28,9); }
H1.HeaderClassName
{
color: #D61C09;
}
.AnyTagClassName
{
color: #D61C09;
}
</style>
background-color css
<style>
a { background-color: #D61C09; }
a { background-color: rgb(214,28,9); }
div.DivClassName
{
background-color: #D61C09;
}
.BgClassName
{
background-color: #D61C09;
}
</style>
border-color css
<style>
span { border-color: #D61C09; }
span { border-color: rgb(214,28,9); }
td.TdClassName
{
border-color: #D61C09;
}
.TagClassName
{
border-color: #D61C09;
}
</style>