Html Css Color HEX #D4390A Harley Davidson Orange
📋 copy color: '#D4390A'red 212 ◦ green 57 ◦ blue 10
Shades of Harley Davidson Orange #D4390A
Tints of Harley Davidson Orange #D4390A
RGB
CMYK
RGB Variations
Color information
#D4390A (or 0xD4390A) is known color: Harley Davidson Orange. HEX triplet: D4, 39 and 0A. RGB value is (212,57,10). Sum of RGB (Red+Green+Blue) = 212+57+10=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D4390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4390A is #2BC6F5. Grayscale: #626262. Windows color (decimal): -2868982 or 670164. OLE color: 670164.
HSL color Cylindrical-coordinate representation of color #D4390A: hue angle of 13.96º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4390A is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 10 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.17 |
| HSL | 13.96º | 0.91% | 0.44% | - |
| HSV(B) | 13.96º | 0.95% | 0.83% | - |
| XYZ | 28.67 | 16.95 | 2.05 | - |
| YUV | 97.99 | 78.35 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 10 | 0 | 0.73 | 0.95 | 0.17 | 13.96 | 0.91 | 0.44 |
| Hex | D4 | 39 | A | 0 | 49 | 5F | 11 | E | 5B | 2C |
| Octal | 324 | 71 | 12 | 0 | 111 | 137 | 21 | 16 | 133 | 54 |
| Binary | 11010100 | 111001 | 1010 | 0 | 1001001 | 1011111 | 10001 | 1110 | 1011011 | 101100 |
Color Harmonies of #D4390A
Complementary color
Monochromatic Colors of #D4390A
Black with #D4390A
Text Example
Text Example
White with #D4390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4390A; }
p { color: rgb(212,57,10); }
H1.HeaderClassName
{
color: #D4390A;
}
.AnyTagClassName
{
color: #D4390A;
}
</style>
background-color css
<style>
a { background-color: #D4390A; }
a { background-color: rgb(212,57,10); }
div.DivClassName
{
background-color: #D4390A;
}
.BgClassName
{
background-color: #D4390A;
}
</style>
border-color css
<style>
span { border-color: #D4390A; }
span { border-color: rgb(212,57,10); }
td.TdClassName
{
border-color: #D4390A;
}
.TagClassName
{
border-color: #D4390A;
}
</style>