Html Css Color HEX #D23623 Harley Davidson Orange
📋 copy color: '#D23623'red 210 ◦ green 54 ◦ blue 35
Shades of Harley Davidson Orange #D23623
Tints of Harley Davidson Orange #D23623
RGB
CMYK
RGB Variations
Color information
#D23623 (or 0xD23623) is known color: Harley Davidson Orange. HEX triplet: D2, 36 and 23. RGB value is (210,54,35). Sum of RGB (Red+Green+Blue) = 210+54+35=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D23623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23623 is #2DC9DC. Grayscale: #626262. Windows color (decimal): -3000797 or 2307794. OLE color: 2307794.
HSL color Cylindrical-coordinate representation of color #D23623: hue angle of 6.51º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D23623 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 35 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.18 |
| HSL | 6.51º | 0.71% | 0.48% | - |
| HSV(B) | 6.51º | 0.83% | 0.82% | - |
| XYZ | 28.2 | 16.46 | 3.28 | - |
| YUV | 98.48 | 92.18 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 35 | 0 | 0.74 | 0.83 | 0.18 | 6.51 | 0.71 | 0.48 |
| Hex | D2 | 36 | 23 | 0 | 4A | 53 | 12 | 7 | 47 | 30 |
| Octal | 322 | 66 | 43 | 0 | 112 | 123 | 22 | 7 | 107 | 60 |
| Binary | 11010010 | 110110 | 100011 | 0 | 1001010 | 1010011 | 10010 | 111 | 1000111 | 110000 |
Color Harmonies of #D23623
Complementary color
Monochromatic Colors of #D23623
Black with #D23623
Text Example
Text Example
White with #D23623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23623; }
p { color: rgb(210,54,35); }
H1.HeaderClassName
{
color: #D23623;
}
.AnyTagClassName
{
color: #D23623;
}
</style>
background-color css
<style>
a { background-color: #D23623; }
a { background-color: rgb(210,54,35); }
div.DivClassName
{
background-color: #D23623;
}
.BgClassName
{
background-color: #D23623;
}
</style>
border-color css
<style>
span { border-color: #D23623; }
span { border-color: rgb(210,54,35); }
td.TdClassName
{
border-color: #D23623;
}
.TagClassName
{
border-color: #D23623;
}
</style>