Html Css Color HEX #D62812 Harley Davidson Orange
📋 copy color: '#D62812'red 214 ◦ green 40 ◦ blue 18
Shades of Harley Davidson Orange #D62812
Tints of Harley Davidson Orange #D62812
RGB
CMYK
RGB Variations
Color information
#D62812 (or 0xD62812) is known color: Harley Davidson Orange. HEX triplet: D6, 28 and 12. RGB value is (214,40,18). Sum of RGB (Red+Green+Blue) = 214+40+18=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D62812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62812 is #29D7ED. Grayscale: #595959. Windows color (decimal): -2742254 or 1190102. OLE color: 1190102.
HSL color Cylindrical-coordinate representation of color #D62812: hue angle of 6.73º 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 #D62812 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 18 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.16 |
| HSL | 6.73º | 0.84% | 0.45% | - |
| HSV(B) | 6.73º | 0.92% | 0.84% | - |
| XYZ | 28.6 | 15.86 | 2.13 | - |
| YUV | 89.52 | 87.65 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 18 | 0 | 0.81 | 0.92 | 0.16 | 6.73 | 0.84 | 0.45 |
| Hex | D6 | 28 | 12 | 0 | 51 | 5C | 10 | 7 | 54 | 2D |
| Octal | 326 | 50 | 22 | 0 | 121 | 134 | 20 | 7 | 124 | 55 |
| Binary | 11010110 | 101000 | 10010 | 0 | 1010001 | 1011100 | 10000 | 111 | 1010100 | 101101 |
Color Harmonies of #D62812
Complementary color
Monochromatic Colors of #D62812
Black with #D62812
Text Example
Text Example
White with #D62812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62812; }
p { color: rgb(214,40,18); }
H1.HeaderClassName
{
color: #D62812;
}
.AnyTagClassName
{
color: #D62812;
}
</style>
background-color css
<style>
a { background-color: #D62812; }
a { background-color: rgb(214,40,18); }
div.DivClassName
{
background-color: #D62812;
}
.BgClassName
{
background-color: #D62812;
}
</style>
border-color css
<style>
span { border-color: #D62812; }
span { border-color: rgb(214,40,18); }
td.TdClassName
{
border-color: #D62812;
}
.TagClassName
{
border-color: #D62812;
}
</style>