Html Css Color HEX #DA1F0A Harley Davidson Orange
📋 copy color: '#DA1F0A'red 218 ◦ green 31 ◦ blue 10
Shades of Harley Davidson Orange #DA1F0A
Tints of Harley Davidson Orange #DA1F0A
RGB
CMYK
RGB Variations
Color information
#DA1F0A (or 0xDA1F0A) is known color: Harley Davidson Orange. HEX triplet: DA, 1F and 0A. RGB value is (218,31,10). Sum of RGB (Red+Green+Blue) = 218+31+10=259 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.17% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1F0A is #25E0F5. Grayscale: #545454. Windows color (decimal): -2482422 or 663514. OLE color: 663514.
HSL color Cylindrical-coordinate representation of color #DA1F0A: hue angle of 6.06º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA1F0A is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 31 | 10 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.15 |
| HSL | 6.06º | 0.91% | 0.45% | - |
| HSV(B) | 6.06º | 0.95% | 0.85% | - |
| XYZ | 29.46 | 15.91 | 1.8 | - |
| YUV | 84.52 | 85.95 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 10 | 0 | 0.86 | 0.95 | 0.15 | 6.06 | 0.91 | 0.45 |
| Hex | DA | 1F | A | 0 | 56 | 5F | F | 6 | 5B | 2D |
| Octal | 332 | 37 | 12 | 0 | 126 | 137 | 17 | 6 | 133 | 55 |
| Binary | 11011010 | 11111 | 1010 | 0 | 1010110 | 1011111 | 1111 | 110 | 1011011 | 101101 |
Color Harmonies of #DA1F0A
Complementary color
Monochromatic Colors of #DA1F0A
Black with #DA1F0A
Text Example
Text Example
White with #DA1F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1F0A; }
p { color: rgb(218,31,10); }
H1.HeaderClassName
{
color: #DA1F0A;
}
.AnyTagClassName
{
color: #DA1F0A;
}
</style>
background-color css
<style>
a { background-color: #DA1F0A; }
a { background-color: rgb(218,31,10); }
div.DivClassName
{
background-color: #DA1F0A;
}
.BgClassName
{
background-color: #DA1F0A;
}
</style>
border-color css
<style>
span { border-color: #DA1F0A; }
span { border-color: rgb(218,31,10); }
td.TdClassName
{
border-color: #DA1F0A;
}
.TagClassName
{
border-color: #DA1F0A;
}
</style>