Html Css Color HEX #D5440C Harley Davidson Orange
📋 copy color: '#D5440C'red 213 ◦ green 68 ◦ blue 12
Shades of Harley Davidson Orange #D5440C
Tints of Harley Davidson Orange #D5440C
RGB
CMYK
RGB Variations
Color information
#D5440C (or 0xD5440C) is known color: Harley Davidson Orange. HEX triplet: D5, 44 and 0C. RGB value is (213,68,12). Sum of RGB (Red+Green+Blue) = 213+68+12=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D5440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5440C is #2ABBF3. Grayscale: #696969. Windows color (decimal): -2800628 or 804053. OLE color: 804053.
HSL color Cylindrical-coordinate representation of color #D5440C: hue angle of 16.72º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5440C is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 12 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.16 |
| HSL | 16.72º | 0.89% | 0.44% | - |
| HSV(B) | 16.72º | 0.94% | 0.84% | - |
| XYZ | 29.57 | 18.31 | 2.32 | - |
| YUV | 104.97 | 75.54 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 12 | 0 | 0.68 | 0.94 | 0.16 | 16.72 | 0.89 | 0.44 |
| Hex | D5 | 44 | C | 0 | 44 | 5E | 10 | 11 | 59 | 2C |
| Octal | 325 | 104 | 14 | 0 | 104 | 136 | 20 | 21 | 131 | 54 |
| Binary | 11010101 | 1000100 | 1100 | 0 | 1000100 | 1011110 | 10000 | 10001 | 1011001 | 101100 |
Color Harmonies of #D5440C
Complementary color
Monochromatic Colors of #D5440C
Black with #D5440C
Text Example
Text Example
White with #D5440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5440C; }
p { color: rgb(213,68,12); }
H1.HeaderClassName
{
color: #D5440C;
}
.AnyTagClassName
{
color: #D5440C;
}
</style>
background-color css
<style>
a { background-color: #D5440C; }
a { background-color: rgb(213,68,12); }
div.DivClassName
{
background-color: #D5440C;
}
.BgClassName
{
background-color: #D5440C;
}
</style>
border-color css
<style>
span { border-color: #D5440C; }
span { border-color: rgb(213,68,12); }
td.TdClassName
{
border-color: #D5440C;
}
.TagClassName
{
border-color: #D5440C;
}
</style>