Html Css Color HEX #D43C07 Harley Davidson Orange
📋 copy color: '#D43C07'red 212 ◦ green 60 ◦ blue 7
Shades of Harley Davidson Orange #D43C07
Tints of Harley Davidson Orange #D43C07
RGB
CMYK
RGB Variations
Color information
#D43C07 (or 0xD43C07) is known color: Harley Davidson Orange. HEX triplet: D4, 3C and 07. RGB value is (212,60,7). Sum of RGB (Red+Green+Blue) = 212+60+7=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43C07 is #2BC3F8. Grayscale: #636363. Windows color (decimal): -2868217 or 474324. OLE color: 474324.
HSL color Cylindrical-coordinate representation of color #D43C07: hue angle of 15.51º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D43C07 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 7 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.17 |
| HSL | 15.51º | 0.94% | 0.43% | - |
| HSV(B) | 15.51º | 0.97% | 0.83% | - |
| XYZ | 28.81 | 17.24 | 2.01 | - |
| YUV | 99.41 | 75.86 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 7 | 0 | 0.72 | 0.97 | 0.17 | 15.51 | 0.94 | 0.43 |
| Hex | D4 | 3C | 7 | 0 | 48 | 61 | 11 | 10 | 5E | 2B |
| Octal | 324 | 74 | 7 | 0 | 110 | 141 | 21 | 20 | 136 | 53 |
| Binary | 11010100 | 111100 | 111 | 0 | 1001000 | 1100001 | 10001 | 10000 | 1011110 | 101011 |
Color Harmonies of #D43C07
Complementary color
Monochromatic Colors of #D43C07
Black with #D43C07
Text Example
Text Example
White with #D43C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43C07; }
p { color: rgb(212,60,7); }
H1.HeaderClassName
{
color: #D43C07;
}
.AnyTagClassName
{
color: #D43C07;
}
</style>
background-color css
<style>
a { background-color: #D43C07; }
a { background-color: rgb(212,60,7); }
div.DivClassName
{
background-color: #D43C07;
}
.BgClassName
{
background-color: #D43C07;
}
</style>
border-color css
<style>
span { border-color: #D43C07; }
span { border-color: rgb(212,60,7); }
td.TdClassName
{
border-color: #D43C07;
}
.TagClassName
{
border-color: #D43C07;
}
</style>