Html Css Color HEX #DA1B0A Harley Davidson Orange
📋 copy color: '#DA1B0A'red 218 ◦ green 27 ◦ blue 10
Shades of Harley Davidson Orange #DA1B0A
Tints of Harley Davidson Orange #DA1B0A
RGB
CMYK
RGB Variations
Color information
#DA1B0A (or 0xDA1B0A) is known color: Harley Davidson Orange. HEX triplet: DA, 1B and 0A. RGB value is (218,27,10). Sum of RGB (Red+Green+Blue) = 218+27+10=255 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.49% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1B0A is #25E4F5. Grayscale: #525252. Windows color (decimal): -2483446 or 662490. OLE color: 662490.
HSL color Cylindrical-coordinate representation of color #DA1B0A: hue angle of 4.9º 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 #DA1B0A is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 10 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.15 |
| HSL | 4.9º | 0.91% | 0.45% | - |
| HSV(B) | 4.9º | 0.95% | 0.85% | - |
| XYZ | 29.36 | 15.71 | 1.77 | - |
| YUV | 82.17 | 87.28 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 10 | 0 | 0.88 | 0.95 | 0.15 | 4.9 | 0.91 | 0.45 |
| Hex | DA | 1B | A | 0 | 58 | 5F | F | 5 | 5B | 2D |
| Octal | 332 | 33 | 12 | 0 | 130 | 137 | 17 | 5 | 133 | 55 |
| Binary | 11011010 | 11011 | 1010 | 0 | 1011000 | 1011111 | 1111 | 101 | 1011011 | 101101 |
Color Harmonies of #DA1B0A
Complementary color
Monochromatic Colors of #DA1B0A
Black with #DA1B0A
Text Example
Text Example
White with #DA1B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1B0A; }
p { color: rgb(218,27,10); }
H1.HeaderClassName
{
color: #DA1B0A;
}
.AnyTagClassName
{
color: #DA1B0A;
}
</style>
background-color css
<style>
a { background-color: #DA1B0A; }
a { background-color: rgb(218,27,10); }
div.DivClassName
{
background-color: #DA1B0A;
}
.BgClassName
{
background-color: #DA1B0A;
}
</style>
border-color css
<style>
span { border-color: #DA1B0A; }
span { border-color: rgb(218,27,10); }
td.TdClassName
{
border-color: #DA1B0A;
}
.TagClassName
{
border-color: #DA1B0A;
}
</style>