Html Css Color HEX #D23622 Harley Davidson Orange
📋 copy color: '#D23622'red 210 ◦ green 54 ◦ blue 34
Shades of Harley Davidson Orange #D23622
Tints of Harley Davidson Orange #D23622
RGB
CMYK
RGB Variations
Color information
#D23622 (or 0xD23622) is known color: Harley Davidson Orange. HEX triplet: D2, 36 and 22. RGB value is (210,54,34). Sum of RGB (Red+Green+Blue) = 210+54+34=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D23622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23622 is #2DC9DD. Grayscale: #626262. Windows color (decimal): -3000798 or 2242258. OLE color: 2242258.
HSL color Cylindrical-coordinate representation of color #D23622: hue angle of 6.82º 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 #D23622 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 34 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.18 |
| HSL | 6.82º | 0.72% | 0.48% | - |
| HSV(B) | 6.82º | 0.84% | 0.82% | - |
| XYZ | 28.19 | 16.46 | 3.2 | - |
| YUV | 98.36 | 91.68 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 34 | 0 | 0.74 | 0.84 | 0.18 | 6.82 | 0.72 | 0.48 |
| Hex | D2 | 36 | 22 | 0 | 4A | 54 | 12 | 7 | 48 | 30 |
| Octal | 322 | 66 | 42 | 0 | 112 | 124 | 22 | 7 | 110 | 60 |
| Binary | 11010010 | 110110 | 100010 | 0 | 1001010 | 1010100 | 10010 | 111 | 1001000 | 110000 |
Color Harmonies of #D23622
Complementary color
Monochromatic Colors of #D23622
Black with #D23622
Text Example
Text Example
White with #D23622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23622; }
p { color: rgb(210,54,34); }
H1.HeaderClassName
{
color: #D23622;
}
.AnyTagClassName
{
color: #D23622;
}
</style>
background-color css
<style>
a { background-color: #D23622; }
a { background-color: rgb(210,54,34); }
div.DivClassName
{
background-color: #D23622;
}
.BgClassName
{
background-color: #D23622;
}
</style>
border-color css
<style>
span { border-color: #D23622; }
span { border-color: rgb(210,54,34); }
td.TdClassName
{
border-color: #D23622;
}
.TagClassName
{
border-color: #D23622;
}
</style>