Html Css Color HEX #D43F06 Harley Davidson Orange
📋 copy color: '#D43F06'red 212 ◦ green 63 ◦ blue 6
Shades of Harley Davidson Orange #D43F06
Tints of Harley Davidson Orange #D43F06
RGB
CMYK
RGB Variations
Color information
#D43F06 (or 0xD43F06) is known color: Harley Davidson Orange. HEX triplet: D4, 3F and 06. RGB value is (212,63,6). Sum of RGB (Red+Green+Blue) = 212+63+6=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43F06 is #2BC0F9. Grayscale: #656565. Windows color (decimal): -2867450 or 409556. OLE color: 409556.
HSL color Cylindrical-coordinate representation of color #D43F06: hue angle of 16.6º 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 #D43F06 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 63 | 6 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.17 |
| HSL | 16.6º | 0.94% | 0.43% | - |
| HSV(B) | 16.6º | 0.97% | 0.83% | - |
| XYZ | 28.96 | 17.57 | 2.04 | - |
| YUV | 101.05 | 74.36 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 63 | 6 | 0 | 0.70 | 0.97 | 0.17 | 16.6 | 0.94 | 0.43 |
| Hex | D4 | 3F | 6 | 0 | 46 | 61 | 11 | 11 | 5E | 2B |
| Octal | 324 | 77 | 6 | 0 | 106 | 141 | 21 | 21 | 136 | 53 |
| Binary | 11010100 | 111111 | 110 | 0 | 1000110 | 1100001 | 10001 | 10001 | 1011110 | 101011 |
Color Harmonies of #D43F06
Complementary color
Monochromatic Colors of #D43F06
Black with #D43F06
Text Example
Text Example
White with #D43F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43F06; }
p { color: rgb(212,63,6); }
H1.HeaderClassName
{
color: #D43F06;
}
.AnyTagClassName
{
color: #D43F06;
}
</style>
background-color css
<style>
a { background-color: #D43F06; }
a { background-color: rgb(212,63,6); }
div.DivClassName
{
background-color: #D43F06;
}
.BgClassName
{
background-color: #D43F06;
}
</style>
border-color css
<style>
span { border-color: #D43F06; }
span { border-color: rgb(212,63,6); }
td.TdClassName
{
border-color: #D43F06;
}
.TagClassName
{
border-color: #D43F06;
}
</style>