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