Html Css Color HEX #D63A1C Harley Davidson Orange
📋 copy color: '#D63A1C'red 214 ◦ green 58 ◦ blue 28
Shades of Harley Davidson Orange #D63A1C
Tints of Harley Davidson Orange #D63A1C
RGB
CMYK
RGB Variations
Color information
#D63A1C (or 0xD63A1C) is known color: Harley Davidson Orange. HEX triplet: D6, 3A and 1C. RGB value is (214,58,28). Sum of RGB (Red+Green+Blue) = 214+58+28=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A1C is #29C5E3. Grayscale: #656565. Windows color (decimal): -2737636 or 1850070. OLE color: 1850070.
HSL color Cylindrical-coordinate representation of color #D63A1C: hue angle of 9.68º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D63A1C is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 28 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.16 |
| HSL | 9.68º | 0.77% | 0.47% | - |
| HSV(B) | 9.68º | 0.87% | 0.84% | - |
| XYZ | 29.45 | 17.41 | 2.91 | - |
| YUV | 101.22 | 86.68 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 28 | 0 | 0.73 | 0.87 | 0.16 | 9.68 | 0.77 | 0.47 |
| Hex | D6 | 3A | 1C | 0 | 49 | 57 | 10 | A | 4D | 2F |
| Octal | 326 | 72 | 34 | 0 | 111 | 127 | 20 | 12 | 115 | 57 |
| Binary | 11010110 | 111010 | 11100 | 0 | 1001001 | 1010111 | 10000 | 1010 | 1001101 | 101111 |
Color Harmonies of #D63A1C
Complementary color
Monochromatic Colors of #D63A1C
Black with #D63A1C
Text Example
Text Example
White with #D63A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A1C; }
p { color: rgb(214,58,28); }
H1.HeaderClassName
{
color: #D63A1C;
}
.AnyTagClassName
{
color: #D63A1C;
}
</style>
background-color css
<style>
a { background-color: #D63A1C; }
a { background-color: rgb(214,58,28); }
div.DivClassName
{
background-color: #D63A1C;
}
.BgClassName
{
background-color: #D63A1C;
}
</style>
border-color css
<style>
span { border-color: #D63A1C; }
span { border-color: rgb(214,58,28); }
td.TdClassName
{
border-color: #D63A1C;
}
.TagClassName
{
border-color: #D63A1C;
}
</style>