Html Css Color HEX #DA450E Harley Davidson Orange
📋 copy color: '#DA450E'red 218 ◦ green 69 ◦ blue 14
Shades of Harley Davidson Orange #DA450E
Tints of Harley Davidson Orange #DA450E
RGB
CMYK
RGB Variations
Color information
#DA450E (or 0xDA450E) is known color: Harley Davidson Orange. HEX triplet: DA, 45 and 0E. RGB value is (218,69,14). Sum of RGB (Red+Green+Blue) = 218+69+14=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA450E is #25BAF1. Grayscale: #6B6B6B. Windows color (decimal): -2472690 or 935386. OLE color: 935386.
HSL color Cylindrical-coordinate representation of color #DA450E: hue angle of 16.18º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA450E is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 14 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.15 |
| HSL | 16.18º | 0.88% | 0.45% | - |
| HSV(B) | 16.18º | 0.94% | 0.85% | - |
| XYZ | 31.12 | 19.19 | 2.48 | - |
| YUV | 107.28 | 75.36 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 14 | 0 | 0.68 | 0.94 | 0.15 | 16.18 | 0.88 | 0.45 |
| Hex | DA | 45 | E | 0 | 44 | 5E | F | 10 | 58 | 2D |
| Octal | 332 | 105 | 16 | 0 | 104 | 136 | 17 | 20 | 130 | 55 |
| Binary | 11011010 | 1000101 | 1110 | 0 | 1000100 | 1011110 | 1111 | 10000 | 1011000 | 101101 |
Color Harmonies of #DA450E
Complementary color
Monochromatic Colors of #DA450E
Black with #DA450E
Text Example
Text Example
White with #DA450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA450E; }
p { color: rgb(218,69,14); }
H1.HeaderClassName
{
color: #DA450E;
}
.AnyTagClassName
{
color: #DA450E;
}
</style>
background-color css
<style>
a { background-color: #DA450E; }
a { background-color: rgb(218,69,14); }
div.DivClassName
{
background-color: #DA450E;
}
.BgClassName
{
background-color: #DA450E;
}
</style>
border-color css
<style>
span { border-color: #DA450E; }
span { border-color: rgb(218,69,14); }
td.TdClassName
{
border-color: #DA450E;
}
.TagClassName
{
border-color: #DA450E;
}
</style>