Html Css Color HEX #D54006 Harley Davidson Orange
📋 copy color: '#D54006'red 213 ◦ green 64 ◦ blue 6
Shades of Harley Davidson Orange #D54006
Tints of Harley Davidson Orange #D54006
RGB
CMYK
RGB Variations
Color information
#D54006 (or 0xD54006) is known color: Harley Davidson Orange. HEX triplet: D5, 40 and 06. RGB value is (213,64,6). Sum of RGB (Red+Green+Blue) = 213+64+6=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D54006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54006 is #2ABFF9. Grayscale: #666666. Windows color (decimal): -2801658 or 409813. OLE color: 409813.
HSL color Cylindrical-coordinate representation of color #D54006: hue angle of 16.81º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D54006 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 6 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.16 |
| HSL | 16.81º | 0.95% | 0.43% | - |
| HSV(B) | 16.81º | 0.97% | 0.84% | - |
| XYZ | 29.31 | 17.83 | 2.07 | - |
| YUV | 101.94 | 73.86 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 6 | 0 | 0.70 | 0.97 | 0.16 | 16.81 | 0.95 | 0.43 |
| Hex | D5 | 40 | 6 | 0 | 46 | 61 | 10 | 11 | 5F | 2B |
| Octal | 325 | 100 | 6 | 0 | 106 | 141 | 20 | 21 | 137 | 53 |
| Binary | 11010101 | 1000000 | 110 | 0 | 1000110 | 1100001 | 10000 | 10001 | 1011111 | 101011 |
Color Harmonies of #D54006
Complementary color
Monochromatic Colors of #D54006
Black with #D54006
Text Example
Text Example
White with #D54006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54006; }
p { color: rgb(213,64,6); }
H1.HeaderClassName
{
color: #D54006;
}
.AnyTagClassName
{
color: #D54006;
}
</style>
background-color css
<style>
a { background-color: #D54006; }
a { background-color: rgb(213,64,6); }
div.DivClassName
{
background-color: #D54006;
}
.BgClassName
{
background-color: #D54006;
}
</style>
border-color css
<style>
span { border-color: #D54006; }
span { border-color: rgb(213,64,6); }
td.TdClassName
{
border-color: #D54006;
}
.TagClassName
{
border-color: #D54006;
}
</style>