Html Css Color HEX #D43A23 Harley Davidson Orange
📋 copy color: '#D43A23'red 212 ◦ green 58 ◦ blue 35
Shades of Harley Davidson Orange #D43A23
Tints of Harley Davidson Orange #D43A23
RGB
CMYK
RGB Variations
Color information
#D43A23 (or 0xD43A23) is known color: Harley Davidson Orange. HEX triplet: D4, 3A and 23. RGB value is (212,58,35). Sum of RGB (Red+Green+Blue) = 212+58+35=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43A23 is #2BC5DC. Grayscale: #656565. Windows color (decimal): -2868701 or 2308820. OLE color: 2308820.
HSL color Cylindrical-coordinate representation of color #D43A23: hue angle of 7.8º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D43A23 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 35 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.17 |
| HSL | 7.8º | 0.72% | 0.48% | - |
| HSV(B) | 7.8º | 0.83% | 0.83% | - |
| XYZ | 28.97 | 17.14 | 3.37 | - |
| YUV | 101.42 | 90.52 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 35 | 0 | 0.73 | 0.83 | 0.17 | 7.8 | 0.72 | 0.48 |
| Hex | D4 | 3A | 23 | 0 | 49 | 53 | 11 | 8 | 48 | 30 |
| Octal | 324 | 72 | 43 | 0 | 111 | 123 | 21 | 10 | 110 | 60 |
| Binary | 11010100 | 111010 | 100011 | 0 | 1001001 | 1010011 | 10001 | 1000 | 1001000 | 110000 |
Color Harmonies of #D43A23
Complementary color
Monochromatic Colors of #D43A23
Black with #D43A23
Text Example
Text Example
White with #D43A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43A23; }
p { color: rgb(212,58,35); }
H1.HeaderClassName
{
color: #D43A23;
}
.AnyTagClassName
{
color: #D43A23;
}
</style>
background-color css
<style>
a { background-color: #D43A23; }
a { background-color: rgb(212,58,35); }
div.DivClassName
{
background-color: #D43A23;
}
.BgClassName
{
background-color: #D43A23;
}
</style>
border-color css
<style>
span { border-color: #D43A23; }
span { border-color: rgb(212,58,35); }
td.TdClassName
{
border-color: #D43A23;
}
.TagClassName
{
border-color: #D43A23;
}
</style>