Html Css Color HEX #D5250D Harley Davidson Orange
📋 copy color: '#D5250D'red 213 ◦ green 37 ◦ blue 13
Shades of Harley Davidson Orange #D5250D
Tints of Harley Davidson Orange #D5250D
RGB
CMYK
RGB Variations
Color information
#D5250D (or 0xD5250D) is known color: Harley Davidson Orange. HEX triplet: D5, 25 and 0D. RGB value is (213,37,13). Sum of RGB (Red+Green+Blue) = 213+37+13=263 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.99% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 213 - color contains mainly: red. Hex color #D5250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5250D is #2ADAF2. Grayscale: #575757. Windows color (decimal): -2808563 or 861653. OLE color: 861653.
HSL color Cylindrical-coordinate representation of color #D5250D: hue angle of 7.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5250D is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 13 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.16 |
| HSL | 7.2º | 0.88% | 0.44% | - |
| HSV(B) | 7.2º | 0.94% | 0.84% | - |
| XYZ | 28.17 | 15.5 | 1.89 | - |
| YUV | 86.89 | 86.31 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 13 | 0 | 0.83 | 0.94 | 0.16 | 7.2 | 0.88 | 0.44 |
| Hex | D5 | 25 | D | 0 | 53 | 5E | 10 | 7 | 58 | 2C |
| Octal | 325 | 45 | 15 | 0 | 123 | 136 | 20 | 7 | 130 | 54 |
| Binary | 11010101 | 100101 | 1101 | 0 | 1010011 | 1011110 | 10000 | 111 | 1011000 | 101100 |
Color Harmonies of #D5250D
Complementary color
Monochromatic Colors of #D5250D
Black with #D5250D
Text Example
Text Example
White with #D5250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5250D; }
p { color: rgb(213,37,13); }
H1.HeaderClassName
{
color: #D5250D;
}
.AnyTagClassName
{
color: #D5250D;
}
</style>
background-color css
<style>
a { background-color: #D5250D; }
a { background-color: rgb(213,37,13); }
div.DivClassName
{
background-color: #D5250D;
}
.BgClassName
{
background-color: #D5250D;
}
</style>
border-color css
<style>
span { border-color: #D5250D; }
span { border-color: rgb(213,37,13); }
td.TdClassName
{
border-color: #D5250D;
}
.TagClassName
{
border-color: #D5250D;
}
</style>