Html Css Color HEX #DA341E Harley Davidson Orange
📋 copy color: '#DA341E'red 218 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #DA341E
Tints of Harley Davidson Orange #DA341E
RGB
CMYK
RGB Variations
Color information
#DA341E (or 0xDA341E) is known color: Harley Davidson Orange. HEX triplet: DA, 34 and 1E. RGB value is (218,52,30). Sum of RGB (Red+Green+Blue) = 218+52+30=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA341E is #25CBE1. Grayscale: #636363. Windows color (decimal): -2477026 or 1979610. OLE color: 1979610.
HSL color Cylindrical-coordinate representation of color #DA341E: hue angle of 7.02º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA341E is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 30 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.15 |
| HSL | 7.02º | 0.76% | 0.49% | - |
| HSV(B) | 7.02º | 0.86% | 0.85% | - |
| XYZ | 30.38 | 17.46 | 3 | - |
| YUV | 99.13 | 89 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 30 | 0 | 0.76 | 0.86 | 0.15 | 7.02 | 0.76 | 0.49 |
| Hex | DA | 34 | 1E | 0 | 4C | 56 | F | 7 | 4C | 31 |
| Octal | 332 | 64 | 36 | 0 | 114 | 126 | 17 | 7 | 114 | 61 |
| Binary | 11011010 | 110100 | 11110 | 0 | 1001100 | 1010110 | 1111 | 111 | 1001100 | 110001 |
Color Harmonies of #DA341E
Complementary color
Monochromatic Colors of #DA341E
Black with #DA341E
Text Example
Text Example
White with #DA341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA341E; }
p { color: rgb(218,52,30); }
H1.HeaderClassName
{
color: #DA341E;
}
.AnyTagClassName
{
color: #DA341E;
}
</style>
background-color css
<style>
a { background-color: #DA341E; }
a { background-color: rgb(218,52,30); }
div.DivClassName
{
background-color: #DA341E;
}
.BgClassName
{
background-color: #DA341E;
}
</style>
border-color css
<style>
span { border-color: #DA341E; }
span { border-color: rgb(218,52,30); }
td.TdClassName
{
border-color: #DA341E;
}
.TagClassName
{
border-color: #DA341E;
}
</style>