Html Css Color HEX #D63522 Harley Davidson Orange
📋 copy color: '#D63522'red 214 ◦ green 53 ◦ blue 34
Shades of Harley Davidson Orange #D63522
Tints of Harley Davidson Orange #D63522
RGB
CMYK
RGB Variations
Color information
#D63522 (or 0xD63522) is known color: Harley Davidson Orange. HEX triplet: D6, 35 and 22. RGB value is (214,53,34). Sum of RGB (Red+Green+Blue) = 214+53+34=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D63522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63522 is #29CADD. Grayscale: #636363. Windows color (decimal): -2738910 or 2242006. OLE color: 2242006.
HSL color Cylindrical-coordinate representation of color #D63522: hue angle of 6.33º 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 #D63522 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 34 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.16 |
| HSL | 6.33º | 0.73% | 0.49% | - |
| HSV(B) | 6.33º | 0.84% | 0.84% | - |
| XYZ | 29.29 | 16.96 | 3.24 | - |
| YUV | 98.97 | 91.34 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 34 | 0 | 0.75 | 0.84 | 0.16 | 6.33 | 0.73 | 0.49 |
| Hex | D6 | 35 | 22 | 0 | 4B | 54 | 10 | 6 | 49 | 31 |
| Octal | 326 | 65 | 42 | 0 | 113 | 124 | 20 | 6 | 111 | 61 |
| Binary | 11010110 | 110101 | 100010 | 0 | 1001011 | 1010100 | 10000 | 110 | 1001001 | 110001 |
Color Harmonies of #D63522
Complementary color
Monochromatic Colors of #D63522
Black with #D63522
Text Example
Text Example
White with #D63522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63522; }
p { color: rgb(214,53,34); }
H1.HeaderClassName
{
color: #D63522;
}
.AnyTagClassName
{
color: #D63522;
}
</style>
background-color css
<style>
a { background-color: #D63522; }
a { background-color: rgb(214,53,34); }
div.DivClassName
{
background-color: #D63522;
}
.BgClassName
{
background-color: #D63522;
}
</style>
border-color css
<style>
span { border-color: #D63522; }
span { border-color: rgb(214,53,34); }
td.TdClassName
{
border-color: #D63522;
}
.TagClassName
{
border-color: #D63522;
}
</style>