Html Css Color HEX #DA2303 Harley Davidson Orange
📋 copy color: '#DA2303'red 218 ◦ green 35 ◦ blue 3
Shades of Harley Davidson Orange #DA2303
Tints of Harley Davidson Orange #DA2303
RGB
CMYK
RGB Variations
Color information
#DA2303 (or 0xDA2303) is known color: Harley Davidson Orange. HEX triplet: DA, 23 and 03. RGB value is (218,35,3). Sum of RGB (Red+Green+Blue) = 218+35+3=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2303 is #25DCFC. Grayscale: #565656. Windows color (decimal): -2481405 or 205786. OLE color: 205786.
HSL color Cylindrical-coordinate representation of color #DA2303: hue angle of 8.93º 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 #DA2303 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 3 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.15 |
| HSL | 8.93º | 0.97% | 0.43% | - |
| HSV(B) | 8.93º | 0.99% | 0.85% | - |
| XYZ | 29.53 | 16.11 | 1.64 | - |
| YUV | 86.07 | 81.13 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 3 | 0 | 0.84 | 0.99 | 0.15 | 8.93 | 0.97 | 0.43 |
| Hex | DA | 23 | 3 | 0 | 54 | 63 | F | 9 | 61 | 2B |
| Octal | 332 | 43 | 3 | 0 | 124 | 143 | 17 | 11 | 141 | 53 |
| Binary | 11011010 | 100011 | 11 | 0 | 1010100 | 1100011 | 1111 | 1001 | 1100001 | 101011 |
Color Harmonies of #DA2303
Complementary color
Monochromatic Colors of #DA2303
Black with #DA2303
Text Example
Text Example
White with #DA2303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2303; }
p { color: rgb(218,35,3); }
H1.HeaderClassName
{
color: #DA2303;
}
.AnyTagClassName
{
color: #DA2303;
}
</style>
background-color css
<style>
a { background-color: #DA2303; }
a { background-color: rgb(218,35,3); }
div.DivClassName
{
background-color: #DA2303;
}
.BgClassName
{
background-color: #DA2303;
}
</style>
border-color css
<style>
span { border-color: #DA2303; }
span { border-color: rgb(218,35,3); }
td.TdClassName
{
border-color: #DA2303;
}
.TagClassName
{
border-color: #DA2303;
}
</style>