Html Css Color HEX #D4400B Harley Davidson Orange
📋 copy color: '#D4400B'red 212 ◦ green 64 ◦ blue 11
Shades of Harley Davidson Orange #D4400B
Tints of Harley Davidson Orange #D4400B
RGB
CMYK
RGB Variations
Color information
#D4400B (or 0xD4400B) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 0B. RGB value is (212,64,11). Sum of RGB (Red+Green+Blue) = 212+64+11=287 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.87% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 212 - color contains mainly: red. Hex color #D4400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4400B is #2BBFF4. Grayscale: #666666. Windows color (decimal): -2867189 or 737492. OLE color: 737492.
HSL color Cylindrical-coordinate representation of color #D4400B: hue angle of 15.82º 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 #D4400B is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 11 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.17 |
| HSL | 15.82º | 0.9% | 0.44% | - |
| HSV(B) | 15.82º | 0.95% | 0.83% | - |
| XYZ | 29.05 | 17.69 | 2.2 | - |
| YUV | 102.21 | 76.53 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 11 | 0 | 0.70 | 0.95 | 0.17 | 15.82 | 0.9 | 0.44 |
| Hex | D4 | 40 | B | 0 | 46 | 5F | 11 | 10 | 5A | 2C |
| Octal | 324 | 100 | 13 | 0 | 106 | 137 | 21 | 20 | 132 | 54 |
| Binary | 11010100 | 1000000 | 1011 | 0 | 1000110 | 1011111 | 10001 | 10000 | 1011010 | 101100 |
Color Harmonies of #D4400B
Complementary color
Monochromatic Colors of #D4400B
Black with #D4400B
Text Example
Text Example
White with #D4400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4400B; }
p { color: rgb(212,64,11); }
H1.HeaderClassName
{
color: #D4400B;
}
.AnyTagClassName
{
color: #D4400B;
}
</style>
background-color css
<style>
a { background-color: #D4400B; }
a { background-color: rgb(212,64,11); }
div.DivClassName
{
background-color: #D4400B;
}
.BgClassName
{
background-color: #D4400B;
}
</style>
border-color css
<style>
span { border-color: #D4400B; }
span { border-color: rgb(212,64,11); }
td.TdClassName
{
border-color: #D4400B;
}
.TagClassName
{
border-color: #D4400B;
}
</style>