Html Css Color HEX #DA341B Harley Davidson Orange
📋 copy color: '#DA341B'red 218 ◦ green 52 ◦ blue 27
Shades of Harley Davidson Orange #DA341B
Tints of Harley Davidson Orange #DA341B
RGB
CMYK
RGB Variations
Color information
#DA341B (or 0xDA341B) is known color: Harley Davidson Orange. HEX triplet: DA, 34 and 1B. RGB value is (218,52,27). Sum of RGB (Red+Green+Blue) = 218+52+27=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA341B is #25CBE4. Grayscale: #636363. Windows color (decimal): -2477029 or 1783002. OLE color: 1783002.
HSL color Cylindrical-coordinate representation of color #DA341B: hue angle of 7.85º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA341B is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 27 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.15 |
| HSL | 7.85º | 0.78% | 0.48% | - |
| HSV(B) | 7.85º | 0.88% | 0.85% | - |
| XYZ | 30.34 | 17.44 | 2.8 | - |
| YUV | 98.78 | 87.5 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 27 | 0 | 0.76 | 0.88 | 0.15 | 7.85 | 0.78 | 0.48 |
| Hex | DA | 34 | 1B | 0 | 4C | 58 | F | 8 | 4E | 30 |
| Octal | 332 | 64 | 33 | 0 | 114 | 130 | 17 | 10 | 116 | 60 |
| Binary | 11011010 | 110100 | 11011 | 0 | 1001100 | 1011000 | 1111 | 1000 | 1001110 | 110000 |
Color Harmonies of #DA341B
Complementary color
Monochromatic Colors of #DA341B
Black with #DA341B
Text Example
Text Example
White with #DA341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA341B; }
p { color: rgb(218,52,27); }
H1.HeaderClassName
{
color: #DA341B;
}
.AnyTagClassName
{
color: #DA341B;
}
</style>
background-color css
<style>
a { background-color: #DA341B; }
a { background-color: rgb(218,52,27); }
div.DivClassName
{
background-color: #DA341B;
}
.BgClassName
{
background-color: #DA341B;
}
</style>
border-color css
<style>
span { border-color: #DA341B; }
span { border-color: rgb(218,52,27); }
td.TdClassName
{
border-color: #DA341B;
}
.TagClassName
{
border-color: #DA341B;
}
</style>