Html Css Color HEX #DA3903 Harley Davidson Orange
📋 copy color: '#DA3903'red 218 ◦ green 57 ◦ blue 3
Shades of Harley Davidson Orange #DA3903
Tints of Harley Davidson Orange #DA3903
RGB
CMYK
RGB Variations
Color information
#DA3903 (or 0xDA3903) is known color: Harley Davidson Orange. HEX triplet: DA, 39 and 03. RGB value is (218,57,3). Sum of RGB (Red+Green+Blue) = 218+57+3=278 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.42% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3903 is #25C6FC. Grayscale: #636363. Windows color (decimal): -2475773 or 211418. OLE color: 211418.
HSL color Cylindrical-coordinate representation of color #DA3903: hue angle of 15.07º 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 #DA3903 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 3 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.15 |
| HSL | 15.07º | 0.97% | 0.43% | - |
| HSV(B) | 15.07º | 0.99% | 0.85% | - |
| XYZ | 30.39 | 17.84 | 1.93 | - |
| YUV | 98.98 | 73.84 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 3 | 0 | 0.74 | 0.99 | 0.15 | 15.07 | 0.97 | 0.43 |
| Hex | DA | 39 | 3 | 0 | 4A | 63 | F | F | 61 | 2B |
| Octal | 332 | 71 | 3 | 0 | 112 | 143 | 17 | 17 | 141 | 53 |
| Binary | 11011010 | 111001 | 11 | 0 | 1001010 | 1100011 | 1111 | 1111 | 1100001 | 101011 |
Color Harmonies of #DA3903
Complementary color
Monochromatic Colors of #DA3903
Black with #DA3903
Text Example
Text Example
White with #DA3903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3903; }
p { color: rgb(218,57,3); }
H1.HeaderClassName
{
color: #DA3903;
}
.AnyTagClassName
{
color: #DA3903;
}
</style>
background-color css
<style>
a { background-color: #DA3903; }
a { background-color: rgb(218,57,3); }
div.DivClassName
{
background-color: #DA3903;
}
.BgClassName
{
background-color: #DA3903;
}
</style>
border-color css
<style>
span { border-color: #DA3903; }
span { border-color: rgb(218,57,3); }
td.TdClassName
{
border-color: #DA3903;
}
.TagClassName
{
border-color: #DA3903;
}
</style>