Html Css Color HEX #DA3400 Harley Davidson Orange
📋 copy color: '#DA3400'red 218 ◦ green 52 ◦ blue 0
Shades of Harley Davidson Orange #DA3400
Tints of Harley Davidson Orange #DA3400
RGB
CMYK
RGB Variations
Color information
#DA3400 (or 0xDA3400) is known color: Harley Davidson Orange. HEX triplet: DA, 34 and 00. RGB value is (218,52,0). Sum of RGB (Red+Green+Blue) = 218+52+0=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3400 is #25CBFF. Grayscale: #606060. Windows color (decimal): -2477056 or 13530. OLE color: 13530.
HSL color Cylindrical-coordinate representation of color #DA3400: hue angle of 14.31º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA3400 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.15 |
| HSL | 14.31º | 1% | 0.43% | - |
| HSV(B) | 14.31º | 1% | 0.85% | - |
| XYZ | 30.14 | 17.36 | 1.76 | - |
| YUV | 95.71 | 74 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 0 | 0 | 0.76 | 1 | 0.15 | 14.31 | 1 | 0.43 |
| Hex | DA | 34 | 0 | 0 | 4C | 64 | F | E | 64 | 2B |
| Octal | 332 | 64 | 0 | 0 | 114 | 144 | 17 | 16 | 144 | 53 |
| Binary | 11011010 | 110100 | 0 | 0 | 1001100 | 1100100 | 1111 | 1110 | 1100100 | 101011 |
Color Harmonies of #DA3400
Complementary color
Monochromatic Colors of #DA3400
Black with #DA3400
Text Example
Text Example
White with #DA3400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3400; }
p { color: rgb(218,52,0); }
H1.HeaderClassName
{
color: #DA3400;
}
.AnyTagClassName
{
color: #DA3400;
}
</style>
background-color css
<style>
a { background-color: #DA3400; }
a { background-color: rgb(218,52,0); }
div.DivClassName
{
background-color: #DA3400;
}
.BgClassName
{
background-color: #DA3400;
}
</style>
border-color css
<style>
span { border-color: #DA3400; }
span { border-color: rgb(218,52,0); }
td.TdClassName
{
border-color: #DA3400;
}
.TagClassName
{
border-color: #DA3400;
}
</style>