Html Css Color HEX #D74A1D Harley Davidson Orange
📋 copy color: '#D74A1D'red 215 ◦ green 74 ◦ blue 29
Shades of Harley Davidson Orange #D74A1D
Tints of Harley Davidson Orange #D74A1D
RGB
CMYK
RGB Variations
Color information
#D74A1D (or 0xD74A1D) is known color: Harley Davidson Orange. HEX triplet: D7, 4A and 1D. RGB value is (215,74,29). Sum of RGB (Red+Green+Blue) = 215+74+29=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A1D is #28B5E2. Grayscale: #6F6F6F. Windows color (decimal): -2668003 or 1919703. OLE color: 1919703.
HSL color Cylindrical-coordinate representation of color #D74A1D: hue angle of 14.52º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D74A1D is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 29 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.16 |
| HSL | 14.52º | 0.76% | 0.48% | - |
| HSV(B) | 14.52º | 0.87% | 0.84% | - |
| XYZ | 30.69 | 19.43 | 3.3 | - |
| YUV | 111.03 | 81.71 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 29 | 0 | 0.66 | 0.87 | 0.16 | 14.52 | 0.76 | 0.48 |
| Hex | D7 | 4A | 1D | 0 | 42 | 57 | 10 | F | 4C | 30 |
| Octal | 327 | 112 | 35 | 0 | 102 | 127 | 20 | 17 | 114 | 60 |
| Binary | 11010111 | 1001010 | 11101 | 0 | 1000010 | 1010111 | 10000 | 1111 | 1001100 | 110000 |
Color Harmonies of #D74A1D
Complementary color
Monochromatic Colors of #D74A1D
Black with #D74A1D
Text Example
Text Example
White with #D74A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A1D; }
p { color: rgb(215,74,29); }
H1.HeaderClassName
{
color: #D74A1D;
}
.AnyTagClassName
{
color: #D74A1D;
}
</style>
background-color css
<style>
a { background-color: #D74A1D; }
a { background-color: rgb(215,74,29); }
div.DivClassName
{
background-color: #D74A1D;
}
.BgClassName
{
background-color: #D74A1D;
}
</style>
border-color css
<style>
span { border-color: #D74A1D; }
span { border-color: rgb(215,74,29); }
td.TdClassName
{
border-color: #D74A1D;
}
.TagClassName
{
border-color: #D74A1D;
}
</style>