Html Css Color HEX #D43C23 Harley Davidson Orange
📋 copy color: '#D43C23'red 212 ◦ green 60 ◦ blue 35
Shades of Harley Davidson Orange #D43C23
Tints of Harley Davidson Orange #D43C23
RGB
CMYK
RGB Variations
Color information
#D43C23 (or 0xD43C23) is known color: Harley Davidson Orange. HEX triplet: D4, 3C and 23. RGB value is (212,60,35). Sum of RGB (Red+Green+Blue) = 212+60+35=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43C23 is #2BC3DC. Grayscale: #666666. Windows color (decimal): -2868189 or 2309332. OLE color: 2309332.
HSL color Cylindrical-coordinate representation of color #D43C23: hue angle of 8.47º 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 #D43C23 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 35 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.17 |
| HSL | 8.47º | 0.72% | 0.48% | - |
| HSV(B) | 8.47º | 0.83% | 0.83% | - |
| XYZ | 29.07 | 17.35 | 3.41 | - |
| YUV | 102.6 | 89.86 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 35 | 0 | 0.72 | 0.83 | 0.17 | 8.47 | 0.72 | 0.48 |
| Hex | D4 | 3C | 23 | 0 | 48 | 53 | 11 | 8 | 48 | 30 |
| Octal | 324 | 74 | 43 | 0 | 110 | 123 | 21 | 10 | 110 | 60 |
| Binary | 11010100 | 111100 | 100011 | 0 | 1001000 | 1010011 | 10001 | 1000 | 1001000 | 110000 |
Color Harmonies of #D43C23
Complementary color
Monochromatic Colors of #D43C23
Black with #D43C23
Text Example
Text Example
White with #D43C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43C23; }
p { color: rgb(212,60,35); }
H1.HeaderClassName
{
color: #D43C23;
}
.AnyTagClassName
{
color: #D43C23;
}
</style>
background-color css
<style>
a { background-color: #D43C23; }
a { background-color: rgb(212,60,35); }
div.DivClassName
{
background-color: #D43C23;
}
.BgClassName
{
background-color: #D43C23;
}
</style>
border-color css
<style>
span { border-color: #D43C23; }
span { border-color: rgb(212,60,35); }
td.TdClassName
{
border-color: #D43C23;
}
.TagClassName
{
border-color: #D43C23;
}
</style>