Html Css Color HEX #D63412 Harley Davidson Orange
📋 copy color: '#D63412'red 214 ◦ green 52 ◦ blue 18
Shades of Harley Davidson Orange #D63412
Tints of Harley Davidson Orange #D63412
RGB
CMYK
RGB Variations
Color information
#D63412 (or 0xD63412) is known color: Harley Davidson Orange. HEX triplet: D6, 34 and 12. RGB value is (214,52,18). Sum of RGB (Red+Green+Blue) = 214+52+18=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D63412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63412 is #29CBED. Grayscale: #606060. Windows color (decimal): -2739182 or 1193174. OLE color: 1193174.
HSL color Cylindrical-coordinate representation of color #D63412: hue angle of 10.41º 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 #D63412 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 18 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.16 |
| HSL | 10.41º | 0.84% | 0.45% | - |
| HSV(B) | 10.41º | 0.92% | 0.84% | - |
| XYZ | 29.07 | 16.8 | 2.28 | - |
| YUV | 96.56 | 83.67 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 18 | 0 | 0.76 | 0.92 | 0.16 | 10.41 | 0.84 | 0.45 |
| Hex | D6 | 34 | 12 | 0 | 4C | 5C | 10 | A | 54 | 2D |
| Octal | 326 | 64 | 22 | 0 | 114 | 134 | 20 | 12 | 124 | 55 |
| Binary | 11010110 | 110100 | 10010 | 0 | 1001100 | 1011100 | 10000 | 1010 | 1010100 | 101101 |
Color Harmonies of #D63412
Complementary color
Monochromatic Colors of #D63412
Black with #D63412
Text Example
Text Example
White with #D63412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63412; }
p { color: rgb(214,52,18); }
H1.HeaderClassName
{
color: #D63412;
}
.AnyTagClassName
{
color: #D63412;
}
</style>
background-color css
<style>
a { background-color: #D63412; }
a { background-color: rgb(214,52,18); }
div.DivClassName
{
background-color: #D63412;
}
.BgClassName
{
background-color: #D63412;
}
</style>
border-color css
<style>
span { border-color: #D63412; }
span { border-color: rgb(214,52,18); }
td.TdClassName
{
border-color: #D63412;
}
.TagClassName
{
border-color: #D63412;
}
</style>