Html Css Color HEX #DA341F Harley Davidson Orange
📋 copy color: '#DA341F'red 218 ◦ green 52 ◦ blue 31
Shades of Harley Davidson Orange #DA341F
Tints of Harley Davidson Orange #DA341F
RGB
CMYK
RGB Variations
Color information
#DA341F (or 0xDA341F) is known color: Harley Davidson Orange. HEX triplet: DA, 34 and 1F. RGB value is (218,52,31). Sum of RGB (Red+Green+Blue) = 218+52+31=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA341F is #25CBE0. Grayscale: #636363. Windows color (decimal): -2477025 or 2045146. OLE color: 2045146.
HSL color Cylindrical-coordinate representation of color #DA341F: hue angle of 6.74º degrees, saturation: 0.75, 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 #DA341F is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 31 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.15 |
| HSL | 6.74º | 0.75% | 0.49% | - |
| HSV(B) | 6.74º | 0.86% | 0.85% | - |
| XYZ | 30.39 | 17.46 | 3.06 | - |
| YUV | 99.24 | 89.5 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 31 | 0 | 0.76 | 0.86 | 0.15 | 6.74 | 0.75 | 0.49 |
| Hex | DA | 34 | 1F | 0 | 4C | 56 | F | 7 | 4B | 31 |
| Octal | 332 | 64 | 37 | 0 | 114 | 126 | 17 | 7 | 113 | 61 |
| Binary | 11011010 | 110100 | 11111 | 0 | 1001100 | 1010110 | 1111 | 111 | 1001011 | 110001 |
Color Harmonies of #DA341F
Complementary color
Monochromatic Colors of #DA341F
Black with #DA341F
Text Example
Text Example
White with #DA341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA341F; }
p { color: rgb(218,52,31); }
H1.HeaderClassName
{
color: #DA341F;
}
.AnyTagClassName
{
color: #DA341F;
}
</style>
background-color css
<style>
a { background-color: #DA341F; }
a { background-color: rgb(218,52,31); }
div.DivClassName
{
background-color: #DA341F;
}
.BgClassName
{
background-color: #DA341F;
}
</style>
border-color css
<style>
span { border-color: #DA341F; }
span { border-color: rgb(218,52,31); }
td.TdClassName
{
border-color: #DA341F;
}
.TagClassName
{
border-color: #DA341F;
}
</style>