Html Css Color HEX #D63922 Harley Davidson Orange
📋 copy color: '#D63922'red 214 ◦ green 57 ◦ blue 34
Shades of Harley Davidson Orange #D63922
Tints of Harley Davidson Orange #D63922
RGB
CMYK
RGB Variations
Color information
#D63922 (or 0xD63922) is known color: Harley Davidson Orange. HEX triplet: D6, 39 and 22. RGB value is (214,57,34). Sum of RGB (Red+Green+Blue) = 214+57+34=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D63922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63922 is #29C6DD. Grayscale: #656565. Windows color (decimal): -2737886 or 2243030. OLE color: 2243030.
HSL color Cylindrical-coordinate representation of color #D63922: hue angle of 7.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D63922 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 34 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.16 |
| HSL | 7.67º | 0.73% | 0.49% | - |
| HSV(B) | 7.67º | 0.84% | 0.84% | - |
| XYZ | 29.48 | 17.34 | 3.31 | - |
| YUV | 101.32 | 90.01 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 34 | 0 | 0.73 | 0.84 | 0.16 | 7.67 | 0.73 | 0.49 |
| Hex | D6 | 39 | 22 | 0 | 49 | 54 | 10 | 8 | 49 | 31 |
| Octal | 326 | 71 | 42 | 0 | 111 | 124 | 20 | 10 | 111 | 61 |
| Binary | 11010110 | 111001 | 100010 | 0 | 1001001 | 1010100 | 10000 | 1000 | 1001001 | 110001 |
Color Harmonies of #D63922
Complementary color
Monochromatic Colors of #D63922
Black with #D63922
Text Example
Text Example
White with #D63922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63922; }
p { color: rgb(214,57,34); }
H1.HeaderClassName
{
color: #D63922;
}
.AnyTagClassName
{
color: #D63922;
}
</style>
background-color css
<style>
a { background-color: #D63922; }
a { background-color: rgb(214,57,34); }
div.DivClassName
{
background-color: #D63922;
}
.BgClassName
{
background-color: #D63922;
}
</style>
border-color css
<style>
span { border-color: #D63922; }
span { border-color: rgb(214,57,34); }
td.TdClassName
{
border-color: #D63922;
}
.TagClassName
{
border-color: #D63922;
}
</style>