Html Css Color HEX #D63622 Harley Davidson Orange
📋 copy color: '#D63622'red 214 ◦ green 54 ◦ blue 34
Shades of Harley Davidson Orange #D63622
Tints of Harley Davidson Orange #D63622
RGB
CMYK
RGB Variations
Color information
#D63622 (or 0xD63622) is known color: Harley Davidson Orange. HEX triplet: D6, 36 and 22. RGB value is (214,54,34). Sum of RGB (Red+Green+Blue) = 214+54+34=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D63622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63622 is #29C9DD. Grayscale: #636363. Windows color (decimal): -2738654 or 2242262. OLE color: 2242262.
HSL color Cylindrical-coordinate representation of color #D63622: hue angle of 6.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 #D63622 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 34 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.16 |
| HSL | 6.67º | 0.73% | 0.49% | - |
| HSV(B) | 6.67º | 0.84% | 0.84% | - |
| XYZ | 29.34 | 17.05 | 3.26 | - |
| YUV | 99.56 | 91.01 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 34 | 0 | 0.75 | 0.84 | 0.16 | 6.67 | 0.73 | 0.49 |
| Hex | D6 | 36 | 22 | 0 | 4B | 54 | 10 | 7 | 49 | 31 |
| Octal | 326 | 66 | 42 | 0 | 113 | 124 | 20 | 7 | 111 | 61 |
| Binary | 11010110 | 110110 | 100010 | 0 | 1001011 | 1010100 | 10000 | 111 | 1001001 | 110001 |
Color Harmonies of #D63622
Complementary color
Monochromatic Colors of #D63622
Black with #D63622
Text Example
Text Example
White with #D63622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63622; }
p { color: rgb(214,54,34); }
H1.HeaderClassName
{
color: #D63622;
}
.AnyTagClassName
{
color: #D63622;
}
</style>
background-color css
<style>
a { background-color: #D63622; }
a { background-color: rgb(214,54,34); }
div.DivClassName
{
background-color: #D63622;
}
.BgClassName
{
background-color: #D63622;
}
</style>
border-color css
<style>
span { border-color: #D63622; }
span { border-color: rgb(214,54,34); }
td.TdClassName
{
border-color: #D63622;
}
.TagClassName
{
border-color: #D63622;
}
</style>