Html Css Color HEX #D23719 Harley Davidson Orange
📋 copy color: '#D23719'red 210 ◦ green 55 ◦ blue 25
Shades of Harley Davidson Orange #D23719
Tints of Harley Davidson Orange #D23719
RGB
CMYK
RGB Variations
Color information
#D23719 (or 0xD23719) is known color: Harley Davidson Orange. HEX triplet: D2, 37 and 19. RGB value is (210,55,25). Sum of RGB (Red+Green+Blue) = 210+55+25=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D23719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23719 is #2DC8E6. Grayscale: #626262. Windows color (decimal): -3000551 or 1652690. OLE color: 1652690.
HSL color Cylindrical-coordinate representation of color #D23719: hue angle of 9.73º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D23719 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 25 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.18 |
| HSL | 9.73º | 0.79% | 0.46% | - |
| HSV(B) | 9.73º | 0.88% | 0.82% | - |
| XYZ | 28.12 | 16.5 | 2.62 | - |
| YUV | 97.93 | 86.85 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 25 | 0 | 0.74 | 0.88 | 0.18 | 9.73 | 0.79 | 0.46 |
| Hex | D2 | 37 | 19 | 0 | 4A | 58 | 12 | A | 4F | 2E |
| Octal | 322 | 67 | 31 | 0 | 112 | 130 | 22 | 12 | 117 | 56 |
| Binary | 11010010 | 110111 | 11001 | 0 | 1001010 | 1011000 | 10010 | 1010 | 1001111 | 101110 |
Color Harmonies of #D23719
Complementary color
Monochromatic Colors of #D23719
Black with #D23719
Text Example
Text Example
White with #D23719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23719; }
p { color: rgb(210,55,25); }
H1.HeaderClassName
{
color: #D23719;
}
.AnyTagClassName
{
color: #D23719;
}
</style>
background-color css
<style>
a { background-color: #D23719; }
a { background-color: rgb(210,55,25); }
div.DivClassName
{
background-color: #D23719;
}
.BgClassName
{
background-color: #D23719;
}
</style>
border-color css
<style>
span { border-color: #D23719; }
span { border-color: rgb(210,55,25); }
td.TdClassName
{
border-color: #D23719;
}
.TagClassName
{
border-color: #D23719;
}
</style>