Html Css Color HEX #D53622 Harley Davidson Orange
📋 copy color: '#D53622'red 213 ◦ green 54 ◦ blue 34
Shades of Harley Davidson Orange #D53622
Tints of Harley Davidson Orange #D53622
RGB
CMYK
RGB Variations
Color information
#D53622 (or 0xD53622) is known color: Harley Davidson Orange. HEX triplet: D5, 36 and 22. RGB value is (213,54,34). Sum of RGB (Red+Green+Blue) = 213+54+34=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D53622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53622 is #2AC9DD. Grayscale: #636363. Windows color (decimal): -2804190 or 2242261. OLE color: 2242261.
HSL color Cylindrical-coordinate representation of color #D53622: hue angle of 6.7º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D53622 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 34 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.16 |
| HSL | 6.7º | 0.72% | 0.48% | - |
| HSV(B) | 6.7º | 0.84% | 0.84% | - |
| XYZ | 29.05 | 16.9 | 3.24 | - |
| YUV | 99.26 | 91.18 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 34 | 0 | 0.75 | 0.84 | 0.16 | 6.7 | 0.72 | 0.48 |
| Hex | D5 | 36 | 22 | 0 | 4B | 54 | 10 | 7 | 48 | 30 |
| Octal | 325 | 66 | 42 | 0 | 113 | 124 | 20 | 7 | 110 | 60 |
| Binary | 11010101 | 110110 | 100010 | 0 | 1001011 | 1010100 | 10000 | 111 | 1001000 | 110000 |
Color Harmonies of #D53622
Complementary color
Monochromatic Colors of #D53622
Black with #D53622
Text Example
Text Example
White with #D53622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53622; }
p { color: rgb(213,54,34); }
H1.HeaderClassName
{
color: #D53622;
}
.AnyTagClassName
{
color: #D53622;
}
</style>
background-color css
<style>
a { background-color: #D53622; }
a { background-color: rgb(213,54,34); }
div.DivClassName
{
background-color: #D53622;
}
.BgClassName
{
background-color: #D53622;
}
</style>
border-color css
<style>
span { border-color: #D53622; }
span { border-color: rgb(213,54,34); }
td.TdClassName
{
border-color: #D53622;
}
.TagClassName
{
border-color: #D53622;
}
</style>