Html Css Color HEX #D43F00 Harley Davidson Orange
📋 copy color: '#D43F00'red 212 ◦ green 63 ◦ blue 0
Shades of Harley Davidson Orange #D43F00
Tints of Harley Davidson Orange #D43F00
RGB
CMYK
RGB Variations
Color information
#D43F00 (or 0xD43F00) is known color: Harley Davidson Orange. HEX triplet: D4, 3F and 00. RGB value is (212,63,0). Sum of RGB (Red+Green+Blue) = 212+63+0=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43F00 is #2BC0FF. Grayscale: #646464. Windows color (decimal): -2867456 or 16340. OLE color: 16340.
HSL color Cylindrical-coordinate representation of color #D43F00: hue angle of 17.83º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D43F00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 63 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.17 |
| HSL | 17.83º | 1% | 0.42% | - |
| HSV(B) | 17.83º | 1% | 0.83% | - |
| XYZ | 28.93 | 17.55 | 1.86 | - |
| YUV | 100.37 | 71.36 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 63 | 0 | 0 | 0.70 | 1 | 0.17 | 17.83 | 1 | 0.42 |
| Hex | D4 | 3F | 0 | 0 | 46 | 64 | 11 | 12 | 64 | 2A |
| Octal | 324 | 77 | 0 | 0 | 106 | 144 | 21 | 22 | 144 | 52 |
| Binary | 11010100 | 111111 | 0 | 0 | 1000110 | 1100100 | 10001 | 10010 | 1100100 | 101010 |
Color Harmonies of #D43F00
Complementary color
Monochromatic Colors of #D43F00
Black with #D43F00
Text Example
Text Example
White with #D43F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43F00; }
p { color: rgb(212,63,0); }
H1.HeaderClassName
{
color: #D43F00;
}
.AnyTagClassName
{
color: #D43F00;
}
</style>
background-color css
<style>
a { background-color: #D43F00; }
a { background-color: rgb(212,63,0); }
div.DivClassName
{
background-color: #D43F00;
}
.BgClassName
{
background-color: #D43F00;
}
</style>
border-color css
<style>
span { border-color: #D43F00; }
span { border-color: rgb(212,63,0); }
td.TdClassName
{
border-color: #D43F00;
}
.TagClassName
{
border-color: #D43F00;
}
</style>