Html Css Color HEX #D23409 Harley Davidson Orange
📋 copy color: '#D23409'red 210 ◦ green 52 ◦ blue 9
Shades of Harley Davidson Orange #D23409
Tints of Harley Davidson Orange #D23409
RGB
CMYK
RGB Variations
Color information
#D23409 (or 0xD23409) is known color: Harley Davidson Orange. HEX triplet: D2, 34 and 09. RGB value is (210,52,9). Sum of RGB (Red+Green+Blue) = 210+52+9=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D23409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23409 is #2DCBF6. Grayscale: #5E5E5E. Windows color (decimal): -3001335 or 603346. OLE color: 603346.
HSL color Cylindrical-coordinate representation of color #D23409: hue angle of 12.84º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D23409 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 9 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.18 |
| HSL | 12.84º | 0.92% | 0.43% | - |
| HSV(B) | 12.84º | 0.96% | 0.82% | - |
| XYZ | 27.86 | 16.18 | 1.91 | - |
| YUV | 94.34 | 79.85 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 9 | 0 | 0.75 | 0.96 | 0.18 | 12.84 | 0.92 | 0.43 |
| Hex | D2 | 34 | 9 | 0 | 4B | 60 | 12 | D | 5C | 2B |
| Octal | 322 | 64 | 11 | 0 | 113 | 140 | 22 | 15 | 134 | 53 |
| Binary | 11010010 | 110100 | 1001 | 0 | 1001011 | 1100000 | 10010 | 1101 | 1011100 | 101011 |
Color Harmonies of #D23409
Complementary color
Monochromatic Colors of #D23409
Black with #D23409
Text Example
Text Example
White with #D23409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23409; }
p { color: rgb(210,52,9); }
H1.HeaderClassName
{
color: #D23409;
}
.AnyTagClassName
{
color: #D23409;
}
</style>
background-color css
<style>
a { background-color: #D23409; }
a { background-color: rgb(210,52,9); }
div.DivClassName
{
background-color: #D23409;
}
.BgClassName
{
background-color: #D23409;
}
</style>
border-color css
<style>
span { border-color: #D23409; }
span { border-color: rgb(210,52,9); }
td.TdClassName
{
border-color: #D23409;
}
.TagClassName
{
border-color: #D23409;
}
</style>