Html Css Color HEX #D52506 Harley Davidson Orange
📋 copy color: '#D52506'red 213 ◦ green 37 ◦ blue 6
Shades of Harley Davidson Orange #D52506
Tints of Harley Davidson Orange #D52506
RGB
CMYK
RGB Variations
Color information
#D52506 (or 0xD52506) is known color: Harley Davidson Orange. HEX triplet: D5, 25 and 06. RGB value is (213,37,6). Sum of RGB (Red+Green+Blue) = 213+37+6=256 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.20% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 213 - color contains mainly: red. Hex color #D52506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52506 is #2ADAF9. Grayscale: #565656. Windows color (decimal): -2808570 or 402901. OLE color: 402901.
HSL color Cylindrical-coordinate representation of color #D52506: hue angle of 8.99º 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 #D52506 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 6 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.16 |
| HSL | 8.99º | 0.95% | 0.43% | - |
| HSV(B) | 8.99º | 0.97% | 0.84% | - |
| XYZ | 28.14 | 15.48 | 1.68 | - |
| YUV | 86.09 | 82.81 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 6 | 0 | 0.83 | 0.97 | 0.16 | 8.99 | 0.95 | 0.43 |
| Hex | D5 | 25 | 6 | 0 | 53 | 61 | 10 | 9 | 5F | 2B |
| Octal | 325 | 45 | 6 | 0 | 123 | 141 | 20 | 11 | 137 | 53 |
| Binary | 11010101 | 100101 | 110 | 0 | 1010011 | 1100001 | 10000 | 1001 | 1011111 | 101011 |
Color Harmonies of #D52506
Complementary color
Monochromatic Colors of #D52506
Black with #D52506
Text Example
Text Example
White with #D52506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52506; }
p { color: rgb(213,37,6); }
H1.HeaderClassName
{
color: #D52506;
}
.AnyTagClassName
{
color: #D52506;
}
</style>
background-color css
<style>
a { background-color: #D52506; }
a { background-color: rgb(213,37,6); }
div.DivClassName
{
background-color: #D52506;
}
.BgClassName
{
background-color: #D52506;
}
</style>
border-color css
<style>
span { border-color: #D52506; }
span { border-color: rgb(213,37,6); }
td.TdClassName
{
border-color: #D52506;
}
.TagClassName
{
border-color: #D52506;
}
</style>