Html Css Color HEX #DA3803 Harley Davidson Orange
📋 copy color: '#DA3803'red 218 ◦ green 56 ◦ blue 3
Shades of Harley Davidson Orange #DA3803
Tints of Harley Davidson Orange #DA3803
RGB
CMYK
RGB Variations
Color information
#DA3803 (or 0xDA3803) is known color: Harley Davidson Orange. HEX triplet: DA, 38 and 03. RGB value is (218,56,3). Sum of RGB (Red+Green+Blue) = 218+56+3=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3803 is #25C7FC. Grayscale: #626262. Windows color (decimal): -2476029 or 211162. OLE color: 211162.
HSL color Cylindrical-coordinate representation of color #DA3803: hue angle of 14.79º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA3803 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 3 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.15 |
| HSL | 14.79º | 0.97% | 0.43% | - |
| HSV(B) | 14.79º | 0.99% | 0.85% | - |
| XYZ | 30.34 | 17.74 | 1.91 | - |
| YUV | 98.4 | 74.17 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 3 | 0 | 0.74 | 0.99 | 0.15 | 14.79 | 0.97 | 0.43 |
| Hex | DA | 38 | 3 | 0 | 4A | 63 | F | F | 61 | 2B |
| Octal | 332 | 70 | 3 | 0 | 112 | 143 | 17 | 17 | 141 | 53 |
| Binary | 11011010 | 111000 | 11 | 0 | 1001010 | 1100011 | 1111 | 1111 | 1100001 | 101011 |
Color Harmonies of #DA3803
Complementary color
Monochromatic Colors of #DA3803
Black with #DA3803
Text Example
Text Example
White with #DA3803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3803; }
p { color: rgb(218,56,3); }
H1.HeaderClassName
{
color: #DA3803;
}
.AnyTagClassName
{
color: #DA3803;
}
</style>
background-color css
<style>
a { background-color: #DA3803; }
a { background-color: rgb(218,56,3); }
div.DivClassName
{
background-color: #DA3803;
}
.BgClassName
{
background-color: #DA3803;
}
</style>
border-color css
<style>
span { border-color: #DA3803; }
span { border-color: rgb(218,56,3); }
td.TdClassName
{
border-color: #DA3803;
}
.TagClassName
{
border-color: #DA3803;
}
</style>