Html Css Color HEX #DA351C Harley Davidson Orange
📋 copy color: '#DA351C'red 218 ◦ green 53 ◦ blue 28
Shades of Harley Davidson Orange #DA351C
Tints of Harley Davidson Orange #DA351C
RGB
CMYK
RGB Variations
Color information
#DA351C (or 0xDA351C) is known color: Harley Davidson Orange. HEX triplet: DA, 35 and 1C. RGB value is (218,53,28). Sum of RGB (Red+Green+Blue) = 218+53+28=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA351C is #25CAE3. Grayscale: #636363. Windows color (decimal): -2476772 or 1848794. OLE color: 1848794.
HSL color Cylindrical-coordinate representation of color #DA351C: hue angle of 7.89º 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 #DA351C is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 28 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.15 |
| HSL | 7.89º | 0.77% | 0.48% | - |
| HSV(B) | 7.89º | 0.87% | 0.85% | - |
| XYZ | 30.4 | 17.54 | 2.88 | - |
| YUV | 99.49 | 87.66 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 28 | 0 | 0.76 | 0.87 | 0.15 | 7.89 | 0.77 | 0.48 |
| Hex | DA | 35 | 1C | 0 | 4C | 57 | F | 8 | 4D | 30 |
| Octal | 332 | 65 | 34 | 0 | 114 | 127 | 17 | 10 | 115 | 60 |
| Binary | 11011010 | 110101 | 11100 | 0 | 1001100 | 1010111 | 1111 | 1000 | 1001101 | 110000 |
Color Harmonies of #DA351C
Complementary color
Monochromatic Colors of #DA351C
Black with #DA351C
Text Example
Text Example
White with #DA351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA351C; }
p { color: rgb(218,53,28); }
H1.HeaderClassName
{
color: #DA351C;
}
.AnyTagClassName
{
color: #DA351C;
}
</style>
background-color css
<style>
a { background-color: #DA351C; }
a { background-color: rgb(218,53,28); }
div.DivClassName
{
background-color: #DA351C;
}
.BgClassName
{
background-color: #DA351C;
}
</style>
border-color css
<style>
span { border-color: #DA351C; }
span { border-color: rgb(218,53,28); }
td.TdClassName
{
border-color: #DA351C;
}
.TagClassName
{
border-color: #DA351C;
}
</style>