Html Css Color HEX #DA441C Harley Davidson Orange
📋 copy color: '#DA441C'red 218 ◦ green 68 ◦ blue 28
Shades of Harley Davidson Orange #DA441C
Tints of Harley Davidson Orange #DA441C
RGB
CMYK
RGB Variations
Color information
#DA441C (or 0xDA441C) is known color: Harley Davidson Orange. HEX triplet: DA, 44 and 1C. RGB value is (218,68,28). Sum of RGB (Red+Green+Blue) = 218+68+28=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA441C is #25BBE3. Grayscale: #6C6C6C. Windows color (decimal): -2472932 or 1852634. OLE color: 1852634.
HSL color Cylindrical-coordinate representation of color #DA441C: hue angle of 12.63º 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 #DA441C is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 28 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.15 |
| HSL | 12.63º | 0.77% | 0.48% | - |
| HSV(B) | 12.63º | 0.87% | 0.85% | - |
| XYZ | 31.19 | 19.12 | 3.15 | - |
| YUV | 108.29 | 82.7 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 28 | 0 | 0.69 | 0.87 | 0.15 | 12.63 | 0.77 | 0.48 |
| Hex | DA | 44 | 1C | 0 | 45 | 57 | F | D | 4D | 30 |
| Octal | 332 | 104 | 34 | 0 | 105 | 127 | 17 | 15 | 115 | 60 |
| Binary | 11011010 | 1000100 | 11100 | 0 | 1000101 | 1010111 | 1111 | 1101 | 1001101 | 110000 |
Color Harmonies of #DA441C
Complementary color
Monochromatic Colors of #DA441C
Black with #DA441C
Text Example
Text Example
White with #DA441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA441C; }
p { color: rgb(218,68,28); }
H1.HeaderClassName
{
color: #DA441C;
}
.AnyTagClassName
{
color: #DA441C;
}
</style>
background-color css
<style>
a { background-color: #DA441C; }
a { background-color: rgb(218,68,28); }
div.DivClassName
{
background-color: #DA441C;
}
.BgClassName
{
background-color: #DA441C;
}
</style>
border-color css
<style>
span { border-color: #DA441C; }
span { border-color: rgb(218,68,28); }
td.TdClassName
{
border-color: #DA441C;
}
.TagClassName
{
border-color: #DA441C;
}
</style>