Html Css Color HEX #DA450D Harley Davidson Orange
📋 copy color: '#DA450D'red 218 ◦ green 69 ◦ blue 13
Shades of Harley Davidson Orange #DA450D
Tints of Harley Davidson Orange #DA450D
RGB
CMYK
RGB Variations
Color information
#DA450D (or 0xDA450D) is known color: Harley Davidson Orange. HEX triplet: DA, 45 and 0D. RGB value is (218,69,13). Sum of RGB (Red+Green+Blue) = 218+69+13=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA450D is #25BAF2. Grayscale: #6B6B6B. Windows color (decimal): -2472691 or 869850. OLE color: 869850.
HSL color Cylindrical-coordinate representation of color #DA450D: hue angle of 16.39º degrees, saturation: 0.89, 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 #DA450D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 13 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.15 |
| HSL | 16.39º | 0.89% | 0.45% | - |
| HSV(B) | 16.39º | 0.94% | 0.85% | - |
| XYZ | 31.11 | 19.19 | 2.45 | - |
| YUV | 107.17 | 74.86 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 13 | 0 | 0.68 | 0.94 | 0.15 | 16.39 | 0.89 | 0.45 |
| Hex | DA | 45 | D | 0 | 44 | 5E | F | 10 | 59 | 2D |
| Octal | 332 | 105 | 15 | 0 | 104 | 136 | 17 | 20 | 131 | 55 |
| Binary | 11011010 | 1000101 | 1101 | 0 | 1000100 | 1011110 | 1111 | 10000 | 1011001 | 101101 |
Color Harmonies of #DA450D
Complementary color
Monochromatic Colors of #DA450D
Black with #DA450D
Text Example
Text Example
White with #DA450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA450D; }
p { color: rgb(218,69,13); }
H1.HeaderClassName
{
color: #DA450D;
}
.AnyTagClassName
{
color: #DA450D;
}
</style>
background-color css
<style>
a { background-color: #DA450D; }
a { background-color: rgb(218,69,13); }
div.DivClassName
{
background-color: #DA450D;
}
.BgClassName
{
background-color: #DA450D;
}
</style>
border-color css
<style>
span { border-color: #DA450D; }
span { border-color: rgb(218,69,13); }
td.TdClassName
{
border-color: #DA450D;
}
.TagClassName
{
border-color: #DA450D;
}
</style>