Html Css Color HEX #D4440B Harley Davidson Orange
📋 copy color: '#D4440B'red 212 ◦ green 68 ◦ blue 11
Shades of Harley Davidson Orange #D4440B
Tints of Harley Davidson Orange #D4440B
RGB
CMYK
RGB Variations
Color information
#D4440B (or 0xD4440B) is known color: Harley Davidson Orange. HEX triplet: D4, 44 and 0B. RGB value is (212,68,11). Sum of RGB (Red+Green+Blue) = 212+68+11=291 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.85% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 212 - color contains mainly: red. Hex color #D4440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4440B is #2BBBF4. Grayscale: #686868. Windows color (decimal): -2866165 or 738516. OLE color: 738516.
HSL color Cylindrical-coordinate representation of color #D4440B: hue angle of 17.01º degrees, saturation: 0.9, 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 #D4440B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 11 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.17 |
| HSL | 17.01º | 0.9% | 0.44% | - |
| HSV(B) | 17.01º | 0.95% | 0.83% | - |
| XYZ | 29.28 | 18.16 | 2.28 | - |
| YUV | 104.56 | 75.21 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 11 | 0 | 0.68 | 0.95 | 0.17 | 17.01 | 0.9 | 0.44 |
| Hex | D4 | 44 | B | 0 | 44 | 5F | 11 | 11 | 5A | 2C |
| Octal | 324 | 104 | 13 | 0 | 104 | 137 | 21 | 21 | 132 | 54 |
| Binary | 11010100 | 1000100 | 1011 | 0 | 1000100 | 1011111 | 10001 | 10001 | 1011010 | 101100 |
Color Harmonies of #D4440B
Complementary color
Monochromatic Colors of #D4440B
Black with #D4440B
Text Example
Text Example
White with #D4440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4440B; }
p { color: rgb(212,68,11); }
H1.HeaderClassName
{
color: #D4440B;
}
.AnyTagClassName
{
color: #D4440B;
}
</style>
background-color css
<style>
a { background-color: #D4440B; }
a { background-color: rgb(212,68,11); }
div.DivClassName
{
background-color: #D4440B;
}
.BgClassName
{
background-color: #D4440B;
}
</style>
border-color css
<style>
span { border-color: #D4440B; }
span { border-color: rgb(212,68,11); }
td.TdClassName
{
border-color: #D4440B;
}
.TagClassName
{
border-color: #D4440B;
}
</style>