Html Css Color HEX #D43600 Harley Davidson Orange
📋 copy color: '#D43600'red 212 ◦ green 54 ◦ blue 0
Shades of Harley Davidson Orange #D43600
Tints of Harley Davidson Orange #D43600
RGB
CMYK
RGB Variations
Color information
#D43600 (or 0xD43600) is known color: Harley Davidson Orange. HEX triplet: D4, 36 and 00. RGB value is (212,54,0). Sum of RGB (Red+Green+Blue) = 212+54+0=266 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.70% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 212 - color contains mainly: red. Hex color #D43600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43600 is #2BC9FF. Grayscale: #5F5F5F. Windows color (decimal): -2869760 or 14036. OLE color: 14036.
HSL color Cylindrical-coordinate representation of color #D43600: hue angle of 15.28º 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 #D43600 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.17 |
| HSL | 15.28º | 1% | 0.42% | - |
| HSV(B) | 15.28º | 1% | 0.83% | - |
| XYZ | 28.47 | 16.64 | 1.71 | - |
| YUV | 95.09 | 74.35 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 0 | 0 | 0.75 | 1 | 0.17 | 15.28 | 1 | 0.42 |
| Hex | D4 | 36 | 0 | 0 | 4B | 64 | 11 | F | 64 | 2A |
| Octal | 324 | 66 | 0 | 0 | 113 | 144 | 21 | 17 | 144 | 52 |
| Binary | 11010100 | 110110 | 0 | 0 | 1001011 | 1100100 | 10001 | 1111 | 1100100 | 101010 |
Color Harmonies of #D43600
Complementary color
Monochromatic Colors of #D43600
Black with #D43600
Text Example
Text Example
White with #D43600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43600; }
p { color: rgb(212,54,0); }
H1.HeaderClassName
{
color: #D43600;
}
.AnyTagClassName
{
color: #D43600;
}
</style>
background-color css
<style>
a { background-color: #D43600; }
a { background-color: rgb(212,54,0); }
div.DivClassName
{
background-color: #D43600;
}
.BgClassName
{
background-color: #D43600;
}
</style>
border-color css
<style>
span { border-color: #D43600; }
span { border-color: rgb(212,54,0); }
td.TdClassName
{
border-color: #D43600;
}
.TagClassName
{
border-color: #D43600;
}
</style>