Html Css Color HEX #DA261E Harley Davidson Orange
📋 copy color: '#DA261E'red 218 ◦ green 38 ◦ blue 30
Shades of Harley Davidson Orange #DA261E
Tints of Harley Davidson Orange #DA261E
RGB
CMYK
RGB Variations
Color information
#DA261E (or 0xDA261E) is known color: Harley Davidson Orange. HEX triplet: DA, 26 and 1E. RGB value is (218,38,30). Sum of RGB (Red+Green+Blue) = 218+38+30=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA261E is #25D9E1. Grayscale: #5B5B5B. Windows color (decimal): -2480610 or 1976026. OLE color: 1976026.
HSL color Cylindrical-coordinate representation of color #DA261E: hue angle of 2.55º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA261E is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 30 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.15 |
| HSL | 2.55º | 0.76% | 0.49% | - |
| HSV(B) | 2.55º | 0.86% | 0.85% | - |
| XYZ | 29.84 | 16.39 | 2.82 | - |
| YUV | 90.91 | 93.63 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 30 | 0 | 0.83 | 0.86 | 0.15 | 2.55 | 0.76 | 0.49 |
| Hex | DA | 26 | 1E | 0 | 53 | 56 | F | 3 | 4C | 31 |
| Octal | 332 | 46 | 36 | 0 | 123 | 126 | 17 | 3 | 114 | 61 |
| Binary | 11011010 | 100110 | 11110 | 0 | 1010011 | 1010110 | 1111 | 11 | 1001100 | 110001 |
Color Harmonies of #DA261E
Complementary color
Monochromatic Colors of #DA261E
Black with #DA261E
Text Example
Text Example
White with #DA261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA261E; }
p { color: rgb(218,38,30); }
H1.HeaderClassName
{
color: #DA261E;
}
.AnyTagClassName
{
color: #DA261E;
}
</style>
background-color css
<style>
a { background-color: #DA261E; }
a { background-color: rgb(218,38,30); }
div.DivClassName
{
background-color: #DA261E;
}
.BgClassName
{
background-color: #DA261E;
}
</style>
border-color css
<style>
span { border-color: #DA261E; }
span { border-color: rgb(218,38,30); }
td.TdClassName
{
border-color: #DA261E;
}
.TagClassName
{
border-color: #DA261E;
}
</style>