Html Css Color HEX #DA261A Harley Davidson Orange
📋 copy color: '#DA261A'red 218 ◦ green 38 ◦ blue 26
Shades of Harley Davidson Orange #DA261A
Tints of Harley Davidson Orange #DA261A
RGB
CMYK
RGB Variations
Color information
#DA261A (or 0xDA261A) is known color: Harley Davidson Orange. HEX triplet: DA, 26 and 1A. RGB value is (218,38,26). Sum of RGB (Red+Green+Blue) = 218+38+26=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA261A is #25D9E5. Grayscale: #5A5A5A. Windows color (decimal): -2480614 or 1713882. OLE color: 1713882.
HSL color Cylindrical-coordinate representation of color #DA261A: hue angle of 3.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 #DA261A is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 26 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.15 |
| HSL | 3.75º | 0.79% | 0.48% | - |
| HSV(B) | 3.75º | 0.88% | 0.85% | - |
| XYZ | 29.79 | 16.37 | 2.57 | - |
| YUV | 90.45 | 91.63 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 26 | 0 | 0.83 | 0.88 | 0.15 | 3.75 | 0.79 | 0.48 |
| Hex | DA | 26 | 1A | 0 | 53 | 58 | F | 4 | 4F | 30 |
| Octal | 332 | 46 | 32 | 0 | 123 | 130 | 17 | 4 | 117 | 60 |
| Binary | 11011010 | 100110 | 11010 | 0 | 1010011 | 1011000 | 1111 | 100 | 1001111 | 110000 |
Color Harmonies of #DA261A
Complementary color
Monochromatic Colors of #DA261A
Black with #DA261A
Text Example
Text Example
White with #DA261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA261A; }
p { color: rgb(218,38,26); }
H1.HeaderClassName
{
color: #DA261A;
}
.AnyTagClassName
{
color: #DA261A;
}
</style>
background-color css
<style>
a { background-color: #DA261A; }
a { background-color: rgb(218,38,26); }
div.DivClassName
{
background-color: #DA261A;
}
.BgClassName
{
background-color: #DA261A;
}
</style>
border-color css
<style>
span { border-color: #DA261A; }
span { border-color: rgb(218,38,26); }
td.TdClassName
{
border-color: #DA261A;
}
.TagClassName
{
border-color: #DA261A;
}
</style>