Html Css Color HEX #D52714 Harley Davidson Orange
📋 copy color: '#D52714'red 213 ◦ green 39 ◦ blue 20
Shades of Harley Davidson Orange #D52714
Tints of Harley Davidson Orange #D52714
RGB
CMYK
RGB Variations
Color information
#D52714 (or 0xD52714) is known color: Harley Davidson Orange. HEX triplet: D5, 27 and 14. RGB value is (213,39,20). Sum of RGB (Red+Green+Blue) = 213+39+20=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D52714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52714 is #2AD8EB. Grayscale: #595959. Windows color (decimal): -2808044 or 1320917. OLE color: 1320917.
HSL color Cylindrical-coordinate representation of color #D52714: hue angle of 5.91º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D52714 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 20 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.16 |
| HSL | 5.91º | 0.83% | 0.46% | - |
| HSV(B) | 5.91º | 0.91% | 0.84% | - |
| XYZ | 28.29 | 15.65 | 2.19 | - |
| YUV | 88.86 | 89.15 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 20 | 0 | 0.82 | 0.91 | 0.16 | 5.91 | 0.83 | 0.46 |
| Hex | D5 | 27 | 14 | 0 | 52 | 5B | 10 | 6 | 53 | 2E |
| Octal | 325 | 47 | 24 | 0 | 122 | 133 | 20 | 6 | 123 | 56 |
| Binary | 11010101 | 100111 | 10100 | 0 | 1010010 | 1011011 | 10000 | 110 | 1010011 | 101110 |
Color Harmonies of #D52714
Complementary color
Monochromatic Colors of #D52714
Black with #D52714
Text Example
Text Example
White with #D52714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52714; }
p { color: rgb(213,39,20); }
H1.HeaderClassName
{
color: #D52714;
}
.AnyTagClassName
{
color: #D52714;
}
</style>
background-color css
<style>
a { background-color: #D52714; }
a { background-color: rgb(213,39,20); }
div.DivClassName
{
background-color: #D52714;
}
.BgClassName
{
background-color: #D52714;
}
</style>
border-color css
<style>
span { border-color: #D52714; }
span { border-color: rgb(213,39,20); }
td.TdClassName
{
border-color: #D52714;
}
.TagClassName
{
border-color: #D52714;
}
</style>