Html Css Color HEX #DA461A Harley Davidson Orange
📋 copy color: '#DA461A'red 218 ◦ green 70 ◦ blue 26
Shades of Harley Davidson Orange #DA461A
Tints of Harley Davidson Orange #DA461A
RGB
CMYK
RGB Variations
Color information
#DA461A (or 0xDA461A) is known color: Harley Davidson Orange. HEX triplet: DA, 46 and 1A. RGB value is (218,70,26). Sum of RGB (Red+Green+Blue) = 218+70+26=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA461A is #25B9E5. Grayscale: #6D6D6D. Windows color (decimal): -2472422 or 1722074. OLE color: 1722074.
HSL color Cylindrical-coordinate representation of color #DA461A: hue angle of 13.75º degrees, saturation: 0.79, 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 #DA461A is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 26 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.15 |
| HSL | 13.75º | 0.79% | 0.48% | - |
| HSV(B) | 13.75º | 0.88% | 0.85% | - |
| XYZ | 31.29 | 19.36 | 3.07 | - |
| YUV | 109.24 | 81.03 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 26 | 0 | 0.68 | 0.88 | 0.15 | 13.75 | 0.79 | 0.48 |
| Hex | DA | 46 | 1A | 0 | 44 | 58 | F | E | 4F | 30 |
| Octal | 332 | 106 | 32 | 0 | 104 | 130 | 17 | 16 | 117 | 60 |
| Binary | 11011010 | 1000110 | 11010 | 0 | 1000100 | 1011000 | 1111 | 1110 | 1001111 | 110000 |
Color Harmonies of #DA461A
Complementary color
Monochromatic Colors of #DA461A
Black with #DA461A
Text Example
Text Example
White with #DA461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA461A; }
p { color: rgb(218,70,26); }
H1.HeaderClassName
{
color: #DA461A;
}
.AnyTagClassName
{
color: #DA461A;
}
</style>
background-color css
<style>
a { background-color: #DA461A; }
a { background-color: rgb(218,70,26); }
div.DivClassName
{
background-color: #DA461A;
}
.BgClassName
{
background-color: #DA461A;
}
</style>
border-color css
<style>
span { border-color: #DA461A; }
span { border-color: rgb(218,70,26); }
td.TdClassName
{
border-color: #DA461A;
}
.TagClassName
{
border-color: #DA461A;
}
</style>