Html Css Color HEX #D43E07 Harley Davidson Orange
📋 copy color: '#D43E07'red 212 ◦ green 62 ◦ blue 7
Shades of Harley Davidson Orange #D43E07
Tints of Harley Davidson Orange #D43E07
RGB
CMYK
RGB Variations
Color information
#D43E07 (or 0xD43E07) is known color: Harley Davidson Orange. HEX triplet: D4, 3E and 07. RGB value is (212,62,7). Sum of RGB (Red+Green+Blue) = 212+62+7=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D43E07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43E07 is #2BC1F8. Grayscale: #646464. Windows color (decimal): -2867705 or 474836. OLE color: 474836.
HSL color Cylindrical-coordinate representation of color #D43E07: hue angle of 16.1º 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 #D43E07 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 62 | 7 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.17 |
| HSL | 16.1º | 0.94% | 0.43% | - |
| HSV(B) | 16.1º | 0.97% | 0.83% | - |
| XYZ | 28.91 | 17.46 | 2.05 | - |
| YUV | 100.58 | 75.2 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 62 | 7 | 0 | 0.71 | 0.97 | 0.17 | 16.1 | 0.94 | 0.43 |
| Hex | D4 | 3E | 7 | 0 | 47 | 61 | 11 | 10 | 5E | 2B |
| Octal | 324 | 76 | 7 | 0 | 107 | 141 | 21 | 20 | 136 | 53 |
| Binary | 11010100 | 111110 | 111 | 0 | 1000111 | 1100001 | 10001 | 10000 | 1011110 | 101011 |
Color Harmonies of #D43E07
Complementary color
Monochromatic Colors of #D43E07
Black with #D43E07
Text Example
Text Example
White with #D43E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43E07; }
p { color: rgb(212,62,7); }
H1.HeaderClassName
{
color: #D43E07;
}
.AnyTagClassName
{
color: #D43E07;
}
</style>
background-color css
<style>
a { background-color: #D43E07; }
a { background-color: rgb(212,62,7); }
div.DivClassName
{
background-color: #D43E07;
}
.BgClassName
{
background-color: #D43E07;
}
</style>
border-color css
<style>
span { border-color: #D43E07; }
span { border-color: rgb(212,62,7); }
td.TdClassName
{
border-color: #D43E07;
}
.TagClassName
{
border-color: #D43E07;
}
</style>