Html Css Color HEX #DA1F00 Harley Davidson Orange
📋 copy color: '#DA1F00'red 218 ◦ green 31 ◦ blue 0
Shades of Harley Davidson Orange #DA1F00
Tints of Harley Davidson Orange #DA1F00
RGB
CMYK
RGB Variations
Color information
#DA1F00 (or 0xDA1F00) is known color: Harley Davidson Orange. HEX triplet: DA, 1F and 00. RGB value is (218,31,0). Sum of RGB (Red+Green+Blue) = 218+31+0=249 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.55% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1F00 is #25E0FF. Grayscale: #535353. Windows color (decimal): -2482432 or 8154. OLE color: 8154.
HSL color Cylindrical-coordinate representation of color #DA1F00: hue angle of 8.53º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA1F00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 31 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.15 |
| HSL | 8.53º | 1% | 0.43% | - |
| HSV(B) | 8.53º | 1% | 0.85% | - |
| XYZ | 29.4 | 15.89 | 1.52 | - |
| YUV | 83.38 | 80.95 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 0 | 0 | 0.86 | 1 | 0.15 | 8.53 | 1 | 0.43 |
| Hex | DA | 1F | 0 | 0 | 56 | 64 | F | 9 | 64 | 2B |
| Octal | 332 | 37 | 0 | 0 | 126 | 144 | 17 | 11 | 144 | 53 |
| Binary | 11011010 | 11111 | 0 | 0 | 1010110 | 1100100 | 1111 | 1001 | 1100100 | 101011 |
Color Harmonies of #DA1F00
Complementary color
Monochromatic Colors of #DA1F00
Black with #DA1F00
Text Example
Text Example
White with #DA1F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1F00; }
p { color: rgb(218,31,0); }
H1.HeaderClassName
{
color: #DA1F00;
}
.AnyTagClassName
{
color: #DA1F00;
}
</style>
background-color css
<style>
a { background-color: #DA1F00; }
a { background-color: rgb(218,31,0); }
div.DivClassName
{
background-color: #DA1F00;
}
.BgClassName
{
background-color: #DA1F00;
}
</style>
border-color css
<style>
span { border-color: #DA1F00; }
span { border-color: rgb(218,31,0); }
td.TdClassName
{
border-color: #DA1F00;
}
.TagClassName
{
border-color: #DA1F00;
}
</style>