Html Css Color HEX #DA3603 Harley Davidson Orange
📋 copy color: '#DA3603'red 218 ◦ green 54 ◦ blue 3
Shades of Harley Davidson Orange #DA3603
Tints of Harley Davidson Orange #DA3603
RGB
CMYK
RGB Variations
Color information
#DA3603 (or 0xDA3603) is known color: Harley Davidson Orange. HEX triplet: DA, 36 and 03. RGB value is (218,54,3). Sum of RGB (Red+Green+Blue) = 218+54+3=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3603 is #25C9FC. Grayscale: #616161. Windows color (decimal): -2476541 or 210650. OLE color: 210650.
HSL color Cylindrical-coordinate representation of color #DA3603: hue angle of 14.23º 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 #DA3603 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 3 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.15 |
| HSL | 14.23º | 0.97% | 0.43% | - |
| HSV(B) | 14.23º | 0.99% | 0.85% | - |
| XYZ | 30.25 | 17.55 | 1.88 | - |
| YUV | 97.22 | 74.83 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 3 | 0 | 0.75 | 0.99 | 0.15 | 14.23 | 0.97 | 0.43 |
| Hex | DA | 36 | 3 | 0 | 4B | 63 | F | E | 61 | 2B |
| Octal | 332 | 66 | 3 | 0 | 113 | 143 | 17 | 16 | 141 | 53 |
| Binary | 11011010 | 110110 | 11 | 0 | 1001011 | 1100011 | 1111 | 1110 | 1100001 | 101011 |
Color Harmonies of #DA3603
Complementary color
Monochromatic Colors of #DA3603
Black with #DA3603
Text Example
Text Example
White with #DA3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3603; }
p { color: rgb(218,54,3); }
H1.HeaderClassName
{
color: #DA3603;
}
.AnyTagClassName
{
color: #DA3603;
}
</style>
background-color css
<style>
a { background-color: #DA3603; }
a { background-color: rgb(218,54,3); }
div.DivClassName
{
background-color: #DA3603;
}
.BgClassName
{
background-color: #DA3603;
}
</style>
border-color css
<style>
span { border-color: #DA3603; }
span { border-color: rgb(218,54,3); }
td.TdClassName
{
border-color: #DA3603;
}
.TagClassName
{
border-color: #DA3603;
}
</style>