Html Css Color HEX #D24322 Harley Davidson Orange
📋 copy color: '#D24322'red 210 ◦ green 67 ◦ blue 34
Shades of Harley Davidson Orange #D24322
Tints of Harley Davidson Orange #D24322
RGB
CMYK
RGB Variations
Color information
#D24322 (or 0xD24322) is known color: Harley Davidson Orange. HEX triplet: D2, 43 and 22. RGB value is (210,67,34). Sum of RGB (Red+Green+Blue) = 210+67+34=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D24322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24322 is #2DBCDD. Grayscale: #6A6A6A. Windows color (decimal): -2997470 or 2245586. OLE color: 2245586.
HSL color Cylindrical-coordinate representation of color #D24322: hue angle of 11.25º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D24322 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 34 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.18 |
| HSL | 11.25º | 0.72% | 0.48% | - |
| HSV(B) | 11.25º | 0.84% | 0.82% | - |
| XYZ | 28.87 | 17.83 | 3.43 | - |
| YUV | 106 | 87.38 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 34 | 0 | 0.68 | 0.84 | 0.18 | 11.25 | 0.72 | 0.48 |
| Hex | D2 | 43 | 22 | 0 | 44 | 54 | 12 | B | 48 | 30 |
| Octal | 322 | 103 | 42 | 0 | 104 | 124 | 22 | 13 | 110 | 60 |
| Binary | 11010010 | 1000011 | 100010 | 0 | 1000100 | 1010100 | 10010 | 1011 | 1001000 | 110000 |
Color Harmonies of #D24322
Complementary color
Monochromatic Colors of #D24322
Black with #D24322
Text Example
Text Example
White with #D24322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24322; }
p { color: rgb(210,67,34); }
H1.HeaderClassName
{
color: #D24322;
}
.AnyTagClassName
{
color: #D24322;
}
</style>
background-color css
<style>
a { background-color: #D24322; }
a { background-color: rgb(210,67,34); }
div.DivClassName
{
background-color: #D24322;
}
.BgClassName
{
background-color: #D24322;
}
</style>
border-color css
<style>
span { border-color: #D24322; }
span { border-color: rgb(210,67,34); }
td.TdClassName
{
border-color: #D24322;
}
.TagClassName
{
border-color: #D24322;
}
</style>