Html Css Color HEX #DA281C Harley Davidson Orange
📋 copy color: '#DA281C'red 218 ◦ green 40 ◦ blue 28
Shades of Harley Davidson Orange #DA281C
Tints of Harley Davidson Orange #DA281C
RGB
CMYK
RGB Variations
Color information
#DA281C (or 0xDA281C) is known color: Harley Davidson Orange. HEX triplet: DA, 28 and 1C. RGB value is (218,40,28). Sum of RGB (Red+Green+Blue) = 218+40+28=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA281C is #25D7E3. Grayscale: #5C5C5C. Windows color (decimal): -2480100 or 1845466. OLE color: 1845466.
HSL color Cylindrical-coordinate representation of color #DA281C: hue angle of 3.79º 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 #DA281C is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 28 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.15 |
| HSL | 3.79º | 0.77% | 0.48% | - |
| HSV(B) | 3.79º | 0.87% | 0.85% | - |
| XYZ | 29.88 | 16.51 | 2.71 | - |
| YUV | 91.85 | 91.97 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 28 | 0 | 0.82 | 0.87 | 0.15 | 3.79 | 0.77 | 0.48 |
| Hex | DA | 28 | 1C | 0 | 52 | 57 | F | 4 | 4D | 30 |
| Octal | 332 | 50 | 34 | 0 | 122 | 127 | 17 | 4 | 115 | 60 |
| Binary | 11011010 | 101000 | 11100 | 0 | 1010010 | 1010111 | 1111 | 100 | 1001101 | 110000 |
Color Harmonies of #DA281C
Complementary color
Monochromatic Colors of #DA281C
Black with #DA281C
Text Example
Text Example
White with #DA281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA281C; }
p { color: rgb(218,40,28); }
H1.HeaderClassName
{
color: #DA281C;
}
.AnyTagClassName
{
color: #DA281C;
}
</style>
background-color css
<style>
a { background-color: #DA281C; }
a { background-color: rgb(218,40,28); }
div.DivClassName
{
background-color: #DA281C;
}
.BgClassName
{
background-color: #DA281C;
}
</style>
border-color css
<style>
span { border-color: #DA281C; }
span { border-color: rgb(218,40,28); }
td.TdClassName
{
border-color: #DA281C;
}
.TagClassName
{
border-color: #DA281C;
}
</style>