Html Css Color HEX #D22507 Harley Davidson Orange
📋 copy color: '#D22507'red 210 ◦ green 37 ◦ blue 7
Shades of Harley Davidson Orange #D22507
Tints of Harley Davidson Orange #D22507
RGB
CMYK
RGB Variations
Color information
#D22507 (or 0xD22507) is known color: Harley Davidson Orange. HEX triplet: D2, 25 and 07. RGB value is (210,37,7). Sum of RGB (Red+Green+Blue) = 210+37+7=254 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.68% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 210 - color contains mainly: red. Hex color #D22507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22507 is #2DDAF8. Grayscale: #555555. Windows color (decimal): -3005177 or 468434. OLE color: 468434.
HSL color Cylindrical-coordinate representation of color #D22507: hue angle of 8.87º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D22507 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 7 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.18 |
| HSL | 8.87º | 0.94% | 0.43% | - |
| HSV(B) | 8.87º | 0.97% | 0.82% | - |
| XYZ | 27.28 | 15.04 | 1.67 | - |
| YUV | 85.31 | 83.81 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 7 | 0 | 0.82 | 0.97 | 0.18 | 8.87 | 0.94 | 0.43 |
| Hex | D2 | 25 | 7 | 0 | 52 | 61 | 12 | 9 | 5E | 2B |
| Octal | 322 | 45 | 7 | 0 | 122 | 141 | 22 | 11 | 136 | 53 |
| Binary | 11010010 | 100101 | 111 | 0 | 1010010 | 1100001 | 10010 | 1001 | 1011110 | 101011 |
Color Harmonies of #D22507
Complementary color
Monochromatic Colors of #D22507
Black with #D22507
Text Example
Text Example
White with #D22507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22507; }
p { color: rgb(210,37,7); }
H1.HeaderClassName
{
color: #D22507;
}
.AnyTagClassName
{
color: #D22507;
}
</style>
background-color css
<style>
a { background-color: #D22507; }
a { background-color: rgb(210,37,7); }
div.DivClassName
{
background-color: #D22507;
}
.BgClassName
{
background-color: #D22507;
}
</style>
border-color css
<style>
span { border-color: #D22507; }
span { border-color: rgb(210,37,7); }
td.TdClassName
{
border-color: #D22507;
}
.TagClassName
{
border-color: #D22507;
}
</style>