Html Css Color HEX #DA281D Harley Davidson Orange
📋 copy color: '#DA281D'red 218 ◦ green 40 ◦ blue 29
Shades of Harley Davidson Orange #DA281D
Tints of Harley Davidson Orange #DA281D
RGB
CMYK
RGB Variations
Color information
#DA281D (or 0xDA281D) is known color: Harley Davidson Orange. HEX triplet: DA, 28 and 1D. RGB value is (218,40,29). Sum of RGB (Red+Green+Blue) = 218+40+29=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA281D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA281D is #25D7E2. Grayscale: #5C5C5C. Windows color (decimal): -2480099 or 1911002. OLE color: 1911002.
HSL color Cylindrical-coordinate representation of color #DA281D: hue angle of 3.49º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA281D is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 29 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.15 |
| HSL | 3.49º | 0.77% | 0.48% | - |
| HSV(B) | 3.49º | 0.87% | 0.85% | - |
| XYZ | 29.89 | 16.51 | 2.77 | - |
| YUV | 91.97 | 92.47 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 29 | 0 | 0.82 | 0.87 | 0.15 | 3.49 | 0.77 | 0.48 |
| Hex | DA | 28 | 1D | 0 | 52 | 57 | F | 3 | 4D | 30 |
| Octal | 332 | 50 | 35 | 0 | 122 | 127 | 17 | 3 | 115 | 60 |
| Binary | 11011010 | 101000 | 11101 | 0 | 1010010 | 1010111 | 1111 | 11 | 1001101 | 110000 |
Color Harmonies of #DA281D
Complementary color
Monochromatic Colors of #DA281D
Black with #DA281D
Text Example
Text Example
White with #DA281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA281D; }
p { color: rgb(218,40,29); }
H1.HeaderClassName
{
color: #DA281D;
}
.AnyTagClassName
{
color: #DA281D;
}
</style>
background-color css
<style>
a { background-color: #DA281D; }
a { background-color: rgb(218,40,29); }
div.DivClassName
{
background-color: #DA281D;
}
.BgClassName
{
background-color: #DA281D;
}
</style>
border-color css
<style>
span { border-color: #DA281D; }
span { border-color: rgb(218,40,29); }
td.TdClassName
{
border-color: #DA281D;
}
.TagClassName
{
border-color: #DA281D;
}
</style>