Html Css Color HEX #D7250C Harley Davidson Orange
📋 copy color: '#D7250C'red 215 ◦ green 37 ◦ blue 12
Shades of Harley Davidson Orange #D7250C
Tints of Harley Davidson Orange #D7250C
RGB
CMYK
RGB Variations
Color information
#D7250C (or 0xD7250C) is known color: Harley Davidson Orange. HEX triplet: D7, 25 and 0C. RGB value is (215,37,12). Sum of RGB (Red+Green+Blue) = 215+37+12=264 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.44% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 215 - color contains mainly: red. Hex color #D7250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7250C is #28DAF3. Grayscale: #575757. Windows color (decimal): -2677492 or 796119. OLE color: 796119.
HSL color Cylindrical-coordinate representation of color #D7250C: hue angle of 7.39º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7250C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.16 |
| HSL | 7.39º | 0.89% | 0.45% | - |
| HSV(B) | 7.39º | 0.94% | 0.84% | - |
| XYZ | 28.75 | 15.8 | 1.88 | - |
| YUV | 87.37 | 85.47 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 12 | 0 | 0.83 | 0.94 | 0.16 | 7.39 | 0.89 | 0.45 |
| Hex | D7 | 25 | C | 0 | 53 | 5E | 10 | 7 | 59 | 2D |
| Octal | 327 | 45 | 14 | 0 | 123 | 136 | 20 | 7 | 131 | 55 |
| Binary | 11010111 | 100101 | 1100 | 0 | 1010011 | 1011110 | 10000 | 111 | 1011001 | 101101 |
Color Harmonies of #D7250C
Complementary color
Monochromatic Colors of #D7250C
Black with #D7250C
Text Example
Text Example
White with #D7250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7250C; }
p { color: rgb(215,37,12); }
H1.HeaderClassName
{
color: #D7250C;
}
.AnyTagClassName
{
color: #D7250C;
}
</style>
background-color css
<style>
a { background-color: #D7250C; }
a { background-color: rgb(215,37,12); }
div.DivClassName
{
background-color: #D7250C;
}
.BgClassName
{
background-color: #D7250C;
}
</style>
border-color css
<style>
span { border-color: #D7250C; }
span { border-color: rgb(215,37,12); }
td.TdClassName
{
border-color: #D7250C;
}
.TagClassName
{
border-color: #D7250C;
}
</style>