Html Css Color HEX #D6450C Harley Davidson Orange
📋 copy color: '#D6450C'red 214 ◦ green 69 ◦ blue 12
Shades of Harley Davidson Orange #D6450C
Tints of Harley Davidson Orange #D6450C
RGB
CMYK
RGB Variations
Color information
#D6450C (or 0xD6450C) is known color: Harley Davidson Orange. HEX triplet: D6, 45 and 0C. RGB value is (214,69,12). Sum of RGB (Red+Green+Blue) = 214+69+12=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D6450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6450C is #29BAF3. Grayscale: #6A6A6A. Windows color (decimal): -2734836 or 804310. OLE color: 804310.
HSL color Cylindrical-coordinate representation of color #D6450C: hue angle of 16.93º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6450C is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 12 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.16 |
| HSL | 16.93º | 0.89% | 0.44% | - |
| HSV(B) | 16.93º | 0.94% | 0.84% | - |
| XYZ | 29.93 | 18.58 | 2.36 | - |
| YUV | 105.86 | 75.04 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 12 | 0 | 0.68 | 0.94 | 0.16 | 16.93 | 0.89 | 0.44 |
| Hex | D6 | 45 | C | 0 | 44 | 5E | 10 | 11 | 59 | 2C |
| Octal | 326 | 105 | 14 | 0 | 104 | 136 | 20 | 21 | 131 | 54 |
| Binary | 11010110 | 1000101 | 1100 | 0 | 1000100 | 1011110 | 10000 | 10001 | 1011001 | 101100 |
Color Harmonies of #D6450C
Complementary color
Monochromatic Colors of #D6450C
Black with #D6450C
Text Example
Text Example
White with #D6450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6450C; }
p { color: rgb(214,69,12); }
H1.HeaderClassName
{
color: #D6450C;
}
.AnyTagClassName
{
color: #D6450C;
}
</style>
background-color css
<style>
a { background-color: #D6450C; }
a { background-color: rgb(214,69,12); }
div.DivClassName
{
background-color: #D6450C;
}
.BgClassName
{
background-color: #D6450C;
}
</style>
border-color css
<style>
span { border-color: #D6450C; }
span { border-color: rgb(214,69,12); }
td.TdClassName
{
border-color: #D6450C;
}
.TagClassName
{
border-color: #D6450C;
}
</style>