Html Css Color HEX #DA3800 Harley Davidson Orange
📋 copy color: '#DA3800'red 218 ◦ green 56 ◦ blue 0
Shades of Harley Davidson Orange #DA3800
Tints of Harley Davidson Orange #DA3800
RGB
CMYK
RGB Variations
Color information
#DA3800 (or 0xDA3800) is known color: Harley Davidson Orange. HEX triplet: DA, 38 and 00. RGB value is (218,56,0). Sum of RGB (Red+Green+Blue) = 218+56+0=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3800 is #25C7FF. Grayscale: #626262. Windows color (decimal): -2476032 or 14554. OLE color: 14554.
HSL color Cylindrical-coordinate representation of color #DA3800: hue angle of 15.41º 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 #DA3800 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.15 |
| HSL | 15.41º | 1% | 0.43% | - |
| HSV(B) | 15.41º | 1% | 0.85% | - |
| XYZ | 30.33 | 17.73 | 1.82 | - |
| YUV | 98.05 | 72.67 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 0 | 0 | 0.74 | 1 | 0.15 | 15.41 | 1 | 0.43 |
| Hex | DA | 38 | 0 | 0 | 4A | 64 | F | F | 64 | 2B |
| Octal | 332 | 70 | 0 | 0 | 112 | 144 | 17 | 17 | 144 | 53 |
| Binary | 11011010 | 111000 | 0 | 0 | 1001010 | 1100100 | 1111 | 1111 | 1100100 | 101011 |
Color Harmonies of #DA3800
Complementary color
Monochromatic Colors of #DA3800
Black with #DA3800
Text Example
Text Example
White with #DA3800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3800; }
p { color: rgb(218,56,0); }
H1.HeaderClassName
{
color: #DA3800;
}
.AnyTagClassName
{
color: #DA3800;
}
</style>
background-color css
<style>
a { background-color: #DA3800; }
a { background-color: rgb(218,56,0); }
div.DivClassName
{
background-color: #DA3800;
}
.BgClassName
{
background-color: #DA3800;
}
</style>
border-color css
<style>
span { border-color: #DA3800; }
span { border-color: rgb(218,56,0); }
td.TdClassName
{
border-color: #DA3800;
}
.TagClassName
{
border-color: #DA3800;
}
</style>