Html Css Color HEX #D63912 Harley Davidson Orange
📋 copy color: '#D63912'red 214 ◦ green 57 ◦ blue 18
Shades of Harley Davidson Orange #D63912
Tints of Harley Davidson Orange #D63912
RGB
CMYK
RGB Variations
Color information
#D63912 (or 0xD63912) is known color: Harley Davidson Orange. HEX triplet: D6, 39 and 12. RGB value is (214,57,18). Sum of RGB (Red+Green+Blue) = 214+57+18=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D63912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63912 is #29C6ED. Grayscale: #636363. Windows color (decimal): -2737902 or 1194454. OLE color: 1194454.
HSL color Cylindrical-coordinate representation of color #D63912: hue angle of 11.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D63912 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 18 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.16 |
| HSL | 11.94º | 0.84% | 0.45% | - |
| HSV(B) | 11.94º | 0.92% | 0.84% | - |
| XYZ | 29.3 | 17.27 | 2.36 | - |
| YUV | 99.5 | 82.01 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 18 | 0 | 0.73 | 0.92 | 0.16 | 11.94 | 0.84 | 0.45 |
| Hex | D6 | 39 | 12 | 0 | 49 | 5C | 10 | C | 54 | 2D |
| Octal | 326 | 71 | 22 | 0 | 111 | 134 | 20 | 14 | 124 | 55 |
| Binary | 11010110 | 111001 | 10010 | 0 | 1001001 | 1011100 | 10000 | 1100 | 1010100 | 101101 |
Color Harmonies of #D63912
Complementary color
Monochromatic Colors of #D63912
Black with #D63912
Text Example
Text Example
White with #D63912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63912; }
p { color: rgb(214,57,18); }
H1.HeaderClassName
{
color: #D63912;
}
.AnyTagClassName
{
color: #D63912;
}
</style>
background-color css
<style>
a { background-color: #D63912; }
a { background-color: rgb(214,57,18); }
div.DivClassName
{
background-color: #D63912;
}
.BgClassName
{
background-color: #D63912;
}
</style>
border-color css
<style>
span { border-color: #D63912; }
span { border-color: rgb(214,57,18); }
td.TdClassName
{
border-color: #D63912;
}
.TagClassName
{
border-color: #D63912;
}
</style>