Html Css Color HEX #DA250D Harley Davidson Orange
📋 copy color: '#DA250D'red 218 ◦ green 37 ◦ blue 13
Shades of Harley Davidson Orange #DA250D
Tints of Harley Davidson Orange #DA250D
RGB
CMYK
RGB Variations
Color information
#DA250D (or 0xDA250D) is known color: Harley Davidson Orange. HEX triplet: DA, 25 and 0D. RGB value is (218,37,13). Sum of RGB (Red+Green+Blue) = 218+37+13=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA250D is #25DAF2. Grayscale: #585858. Windows color (decimal): -2480883 or 861658. OLE color: 861658.
HSL color Cylindrical-coordinate representation of color #DA250D: hue angle of 7.02º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA250D is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 13 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.15 |
| HSL | 7.02º | 0.89% | 0.45% | - |
| HSV(B) | 7.02º | 0.94% | 0.85% | - |
| XYZ | 29.65 | 16.26 | 1.96 | - |
| YUV | 88.38 | 85.47 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 13 | 0 | 0.83 | 0.94 | 0.15 | 7.02 | 0.89 | 0.45 |
| Hex | DA | 25 | D | 0 | 53 | 5E | F | 7 | 59 | 2D |
| Octal | 332 | 45 | 15 | 0 | 123 | 136 | 17 | 7 | 131 | 55 |
| Binary | 11011010 | 100101 | 1101 | 0 | 1010011 | 1011110 | 1111 | 111 | 1011001 | 101101 |
Color Harmonies of #DA250D
Complementary color
Monochromatic Colors of #DA250D
Black with #DA250D
Text Example
Text Example
White with #DA250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA250D; }
p { color: rgb(218,37,13); }
H1.HeaderClassName
{
color: #DA250D;
}
.AnyTagClassName
{
color: #DA250D;
}
</style>
background-color css
<style>
a { background-color: #DA250D; }
a { background-color: rgb(218,37,13); }
div.DivClassName
{
background-color: #DA250D;
}
.BgClassName
{
background-color: #DA250D;
}
</style>
border-color css
<style>
span { border-color: #DA250D; }
span { border-color: rgb(218,37,13); }
td.TdClassName
{
border-color: #DA250D;
}
.TagClassName
{
border-color: #DA250D;
}
</style>