Html Css Color HEX #D34812 Harley Davidson Orange
📋 copy color: '#D34812'red 211 ◦ green 72 ◦ blue 18
Shades of Harley Davidson Orange #D34812
Tints of Harley Davidson Orange #D34812
RGB
CMYK
RGB Variations
Color information
#D34812 (or 0xD34812) is known color: Harley Davidson Orange. HEX triplet: D3, 48 and 12. RGB value is (211,72,18). Sum of RGB (Red+Green+Blue) = 211+72+18=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D34812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34812 is #2CB7ED. Grayscale: #6B6B6B. Windows color (decimal): -2930670 or 1198291. OLE color: 1198291.
HSL color Cylindrical-coordinate representation of color #D34812: hue angle of 16.79º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D34812 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 18 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.17 |
| HSL | 16.79º | 0.84% | 0.45% | - |
| HSV(B) | 16.79º | 0.91% | 0.83% | - |
| XYZ | 29.29 | 18.53 | 2.6 | - |
| YUV | 107.41 | 77.55 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 18 | 0 | 0.66 | 0.91 | 0.17 | 16.79 | 0.84 | 0.45 |
| Hex | D3 | 48 | 12 | 0 | 42 | 5B | 11 | 11 | 54 | 2D |
| Octal | 323 | 110 | 22 | 0 | 102 | 133 | 21 | 21 | 124 | 55 |
| Binary | 11010011 | 1001000 | 10010 | 0 | 1000010 | 1011011 | 10001 | 10001 | 1010100 | 101101 |
Color Harmonies of #D34812
Complementary color
Monochromatic Colors of #D34812
Black with #D34812
Text Example
Text Example
White with #D34812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34812; }
p { color: rgb(211,72,18); }
H1.HeaderClassName
{
color: #D34812;
}
.AnyTagClassName
{
color: #D34812;
}
</style>
background-color css
<style>
a { background-color: #D34812; }
a { background-color: rgb(211,72,18); }
div.DivClassName
{
background-color: #D34812;
}
.BgClassName
{
background-color: #D34812;
}
</style>
border-color css
<style>
span { border-color: #D34812; }
span { border-color: rgb(211,72,18); }
td.TdClassName
{
border-color: #D34812;
}
.TagClassName
{
border-color: #D34812;
}
</style>