Html Css Color HEX #D43905 Harley Davidson Orange
📋 copy color: '#D43905'red 212 ◦ green 57 ◦ blue 5
Shades of Harley Davidson Orange #D43905
Tints of Harley Davidson Orange #D43905
RGB
CMYK
RGB Variations
Color information
#D43905 (or 0xD43905) is known color: Harley Davidson Orange. HEX triplet: D4, 39 and 05. RGB value is (212,57,5). Sum of RGB (Red+Green+Blue) = 212+57+5=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D43905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43905 is #2BC6FA. Grayscale: #616161. Windows color (decimal): -2868987 or 342484. OLE color: 342484.
HSL color Cylindrical-coordinate representation of color #D43905: hue angle of 15.07º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D43905 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 5 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.17 |
| HSL | 15.07º | 0.95% | 0.43% | - |
| HSV(B) | 15.07º | 0.98% | 0.83% | - |
| XYZ | 28.64 | 16.93 | 1.9 | - |
| YUV | 97.42 | 75.85 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 5 | 0 | 0.73 | 0.98 | 0.17 | 15.07 | 0.95 | 0.43 |
| Hex | D4 | 39 | 5 | 0 | 49 | 62 | 11 | F | 5F | 2B |
| Octal | 324 | 71 | 5 | 0 | 111 | 142 | 21 | 17 | 137 | 53 |
| Binary | 11010100 | 111001 | 101 | 0 | 1001001 | 1100010 | 10001 | 1111 | 1011111 | 101011 |
Color Harmonies of #D43905
Complementary color
Monochromatic Colors of #D43905
Black with #D43905
Text Example
Text Example
White with #D43905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43905; }
p { color: rgb(212,57,5); }
H1.HeaderClassName
{
color: #D43905;
}
.AnyTagClassName
{
color: #D43905;
}
</style>
background-color css
<style>
a { background-color: #D43905; }
a { background-color: rgb(212,57,5); }
div.DivClassName
{
background-color: #D43905;
}
.BgClassName
{
background-color: #D43905;
}
</style>
border-color css
<style>
span { border-color: #D43905; }
span { border-color: rgb(212,57,5); }
td.TdClassName
{
border-color: #D43905;
}
.TagClassName
{
border-color: #D43905;
}
</style>