Html Css Color HEX #DA2403 Harley Davidson Orange
📋 copy color: '#DA2403'red 218 ◦ green 36 ◦ blue 3
Shades of Harley Davidson Orange #DA2403
Tints of Harley Davidson Orange #DA2403
RGB
CMYK
RGB Variations
Color information
#DA2403 (or 0xDA2403) is known color: Harley Davidson Orange. HEX triplet: DA, 24 and 03. RGB value is (218,36,3). Sum of RGB (Red+Green+Blue) = 218+36+3=257 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.82% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2403 is #25DBFC. Grayscale: #565656. Windows color (decimal): -2481149 or 206042. OLE color: 206042.
HSL color Cylindrical-coordinate representation of color #DA2403: hue angle of 9.21º 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 #DA2403 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 3 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.15 |
| HSL | 9.21º | 0.97% | 0.43% | - |
| HSV(B) | 9.21º | 0.99% | 0.85% | - |
| XYZ | 29.56 | 16.17 | 1.65 | - |
| YUV | 86.66 | 80.8 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 3 | 0 | 0.83 | 0.99 | 0.15 | 9.21 | 0.97 | 0.43 |
| Hex | DA | 24 | 3 | 0 | 53 | 63 | F | 9 | 61 | 2B |
| Octal | 332 | 44 | 3 | 0 | 123 | 143 | 17 | 11 | 141 | 53 |
| Binary | 11011010 | 100100 | 11 | 0 | 1010011 | 1100011 | 1111 | 1001 | 1100001 | 101011 |
Color Harmonies of #DA2403
Complementary color
Monochromatic Colors of #DA2403
Black with #DA2403
Text Example
Text Example
White with #DA2403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2403; }
p { color: rgb(218,36,3); }
H1.HeaderClassName
{
color: #DA2403;
}
.AnyTagClassName
{
color: #DA2403;
}
</style>
background-color css
<style>
a { background-color: #DA2403; }
a { background-color: rgb(218,36,3); }
div.DivClassName
{
background-color: #DA2403;
}
.BgClassName
{
background-color: #DA2403;
}
</style>
border-color css
<style>
span { border-color: #DA2403; }
span { border-color: rgb(218,36,3); }
td.TdClassName
{
border-color: #DA2403;
}
.TagClassName
{
border-color: #DA2403;
}
</style>