Html Css Color HEX #D52607 Harley Davidson Orange
📋 copy color: '#D52607'red 213 ◦ green 38 ◦ blue 7
Shades of Harley Davidson Orange #D52607
Tints of Harley Davidson Orange #D52607
RGB
CMYK
RGB Variations
Color information
#D52607 (or 0xD52607) is known color: Harley Davidson Orange. HEX triplet: D5, 26 and 07. RGB value is (213,38,7). Sum of RGB (Red+Green+Blue) = 213+38+7=258 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.56% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 213 - color contains mainly: red. Hex color #D52607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52607 is #2AD9F8. Grayscale: #575757. Windows color (decimal): -2808313 or 468693. OLE color: 468693.
HSL color Cylindrical-coordinate representation of color #D52607: hue angle of 9.03º degrees, saturation: 0.94, 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 #D52607 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 7 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.16 |
| HSL | 9.03º | 0.94% | 0.43% | - |
| HSV(B) | 9.03º | 0.97% | 0.84% | - |
| XYZ | 28.17 | 15.55 | 1.72 | - |
| YUV | 86.79 | 82.98 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 7 | 0 | 0.82 | 0.97 | 0.16 | 9.03 | 0.94 | 0.43 |
| Hex | D5 | 26 | 7 | 0 | 52 | 61 | 10 | 9 | 5E | 2B |
| Octal | 325 | 46 | 7 | 0 | 122 | 141 | 20 | 11 | 136 | 53 |
| Binary | 11010101 | 100110 | 111 | 0 | 1010010 | 1100001 | 10000 | 1001 | 1011110 | 101011 |
Color Harmonies of #D52607
Complementary color
Monochromatic Colors of #D52607
Black with #D52607
Text Example
Text Example
White with #D52607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52607; }
p { color: rgb(213,38,7); }
H1.HeaderClassName
{
color: #D52607;
}
.AnyTagClassName
{
color: #D52607;
}
</style>
background-color css
<style>
a { background-color: #D52607; }
a { background-color: rgb(213,38,7); }
div.DivClassName
{
background-color: #D52607;
}
.BgClassName
{
background-color: #D52607;
}
</style>
border-color css
<style>
span { border-color: #D52607; }
span { border-color: rgb(213,38,7); }
td.TdClassName
{
border-color: #D52607;
}
.TagClassName
{
border-color: #D52607;
}
</style>