Html Css Color HEX #D74003 Harley Davidson Orange
📋 copy color: '#D74003'red 215 ◦ green 64 ◦ blue 3
Shades of Harley Davidson Orange #D74003
Tints of Harley Davidson Orange #D74003
RGB
CMYK
RGB Variations
Color information
#D74003 (or 0xD74003) is known color: Harley Davidson Orange. HEX triplet: D7, 40 and 03. RGB value is (215,64,3). Sum of RGB (Red+Green+Blue) = 215+64+3=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D74003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74003 is #28BFFC. Grayscale: #666666. Windows color (decimal): -2670589 or 213207. OLE color: 213207.
HSL color Cylindrical-coordinate representation of color #D74003: hue angle of 17.26º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D74003 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 3 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.16 |
| HSL | 17.26º | 0.97% | 0.43% | - |
| HSV(B) | 17.26º | 0.99% | 0.84% | - |
| XYZ | 29.87 | 18.12 | 2.01 | - |
| YUV | 102.2 | 72.03 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 3 | 0 | 0.70 | 0.99 | 0.16 | 17.26 | 0.97 | 0.43 |
| Hex | D7 | 40 | 3 | 0 | 46 | 63 | 10 | 11 | 61 | 2B |
| Octal | 327 | 100 | 3 | 0 | 106 | 143 | 20 | 21 | 141 | 53 |
| Binary | 11010111 | 1000000 | 11 | 0 | 1000110 | 1100011 | 10000 | 10001 | 1100001 | 101011 |
Color Harmonies of #D74003
Complementary color
Monochromatic Colors of #D74003
Black with #D74003
Text Example
Text Example
White with #D74003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74003; }
p { color: rgb(215,64,3); }
H1.HeaderClassName
{
color: #D74003;
}
.AnyTagClassName
{
color: #D74003;
}
</style>
background-color css
<style>
a { background-color: #D74003; }
a { background-color: rgb(215,64,3); }
div.DivClassName
{
background-color: #D74003;
}
.BgClassName
{
background-color: #D74003;
}
</style>
border-color css
<style>
span { border-color: #D74003; }
span { border-color: rgb(215,64,3); }
td.TdClassName
{
border-color: #D74003;
}
.TagClassName
{
border-color: #D74003;
}
</style>