Html Css Color HEX #D5250F Harley Davidson Orange
📋 copy color: '#D5250F'red 213 ◦ green 37 ◦ blue 15
Shades of Harley Davidson Orange #D5250F
Tints of Harley Davidson Orange #D5250F
RGB
CMYK
RGB Variations
Color information
#D5250F (or 0xD5250F) is known color: Harley Davidson Orange. HEX triplet: D5, 25 and 0F. RGB value is (213,37,15). Sum of RGB (Red+Green+Blue) = 213+37+15=265 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.38% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 213 - color contains mainly: red. Hex color #D5250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5250F is #2ADAF0. Grayscale: #575757. Windows color (decimal): -2808561 or 992725. OLE color: 992725.
HSL color Cylindrical-coordinate representation of color #D5250F: hue angle of 6.67º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5250F is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 15 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.16 |
| HSL | 6.67º | 0.87% | 0.45% | - |
| HSV(B) | 6.67º | 0.93% | 0.84% | - |
| XYZ | 28.19 | 15.5 | 1.96 | - |
| YUV | 87.12 | 87.31 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 15 | 0 | 0.83 | 0.93 | 0.16 | 6.67 | 0.87 | 0.45 |
| Hex | D5 | 25 | F | 0 | 53 | 5D | 10 | 7 | 57 | 2D |
| Octal | 325 | 45 | 17 | 0 | 123 | 135 | 20 | 7 | 127 | 55 |
| Binary | 11010101 | 100101 | 1111 | 0 | 1010011 | 1011101 | 10000 | 111 | 1010111 | 101101 |
Color Harmonies of #D5250F
Complementary color
Monochromatic Colors of #D5250F
Black with #D5250F
Text Example
Text Example
White with #D5250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5250F; }
p { color: rgb(213,37,15); }
H1.HeaderClassName
{
color: #D5250F;
}
.AnyTagClassName
{
color: #D5250F;
}
</style>
background-color css
<style>
a { background-color: #D5250F; }
a { background-color: rgb(213,37,15); }
div.DivClassName
{
background-color: #D5250F;
}
.BgClassName
{
background-color: #D5250F;
}
</style>
border-color css
<style>
span { border-color: #D5250F; }
span { border-color: rgb(213,37,15); }
td.TdClassName
{
border-color: #D5250F;
}
.TagClassName
{
border-color: #D5250F;
}
</style>