Html Css Color HEX #D22506 Harley Davidson Orange
📋 copy color: '#D22506'red 210 ◦ green 37 ◦ blue 6
Shades of Harley Davidson Orange #D22506
Tints of Harley Davidson Orange #D22506
RGB
CMYK
RGB Variations
Color information
#D22506 (or 0xD22506) is known color: Harley Davidson Orange. HEX triplet: D2, 25 and 06. RGB value is (210,37,6). Sum of RGB (Red+Green+Blue) = 210+37+6=253 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.00% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 210 - color contains mainly: red. Hex color #D22506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22506 is #2DDAF9. Grayscale: #555555. Windows color (decimal): -3005178 or 402898. OLE color: 402898.
HSL color Cylindrical-coordinate representation of color #D22506: hue angle of 9.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D22506 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 6 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.18 |
| HSL | 9.12º | 0.94% | 0.42% | - |
| HSV(B) | 9.12º | 0.97% | 0.82% | - |
| XYZ | 27.27 | 15.04 | 1.64 | - |
| YUV | 85.19 | 83.31 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 6 | 0 | 0.82 | 0.97 | 0.18 | 9.12 | 0.94 | 0.42 |
| Hex | D2 | 25 | 6 | 0 | 52 | 61 | 12 | 9 | 5E | 2A |
| Octal | 322 | 45 | 6 | 0 | 122 | 141 | 22 | 11 | 136 | 52 |
| Binary | 11010010 | 100101 | 110 | 0 | 1010010 | 1100001 | 10010 | 1001 | 1011110 | 101010 |
Color Harmonies of #D22506
Complementary color
Monochromatic Colors of #D22506
Black with #D22506
Text Example
Text Example
White with #D22506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22506; }
p { color: rgb(210,37,6); }
H1.HeaderClassName
{
color: #D22506;
}
.AnyTagClassName
{
color: #D22506;
}
</style>
background-color css
<style>
a { background-color: #D22506; }
a { background-color: rgb(210,37,6); }
div.DivClassName
{
background-color: #D22506;
}
.BgClassName
{
background-color: #D22506;
}
</style>
border-color css
<style>
span { border-color: #D22506; }
span { border-color: rgb(210,37,6); }
td.TdClassName
{
border-color: #D22506;
}
.TagClassName
{
border-color: #D22506;
}
</style>