Html Css Color HEX #D23A23 Harley Davidson Orange
📋 copy color: '#D23A23'red 210 ◦ green 58 ◦ blue 35
Shades of Harley Davidson Orange #D23A23
Tints of Harley Davidson Orange #D23A23
RGB
CMYK
RGB Variations
Color information
#D23A23 (or 0xD23A23) is known color: Harley Davidson Orange. HEX triplet: D2, 3A and 23. RGB value is (210,58,35). Sum of RGB (Red+Green+Blue) = 210+58+35=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23A23 is #2DC5DC. Grayscale: #656565. Windows color (decimal): -2999773 or 2308818. OLE color: 2308818.
HSL color Cylindrical-coordinate representation of color #D23A23: hue angle of 7.89º 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 #D23A23 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 35 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.18 |
| HSL | 7.89º | 0.71% | 0.48% | - |
| HSV(B) | 7.89º | 0.83% | 0.82% | - |
| XYZ | 28.39 | 16.85 | 3.35 | - |
| YUV | 100.83 | 90.86 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 35 | 0 | 0.72 | 0.83 | 0.18 | 7.89 | 0.71 | 0.48 |
| Hex | D2 | 3A | 23 | 0 | 48 | 53 | 12 | 8 | 47 | 30 |
| Octal | 322 | 72 | 43 | 0 | 110 | 123 | 22 | 10 | 107 | 60 |
| Binary | 11010010 | 111010 | 100011 | 0 | 1001000 | 1010011 | 10010 | 1000 | 1000111 | 110000 |
Color Harmonies of #D23A23
Complementary color
Monochromatic Colors of #D23A23
Black with #D23A23
Text Example
Text Example
White with #D23A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A23; }
p { color: rgb(210,58,35); }
H1.HeaderClassName
{
color: #D23A23;
}
.AnyTagClassName
{
color: #D23A23;
}
</style>
background-color css
<style>
a { background-color: #D23A23; }
a { background-color: rgb(210,58,35); }
div.DivClassName
{
background-color: #D23A23;
}
.BgClassName
{
background-color: #D23A23;
}
</style>
border-color css
<style>
span { border-color: #D23A23; }
span { border-color: rgb(210,58,35); }
td.TdClassName
{
border-color: #D23A23;
}
.TagClassName
{
border-color: #D23A23;
}
</style>