Html Css Color HEX #DA2103 Harley Davidson Orange
📋 copy color: '#DA2103'red 218 ◦ green 33 ◦ blue 3
Shades of Harley Davidson Orange #DA2103
Tints of Harley Davidson Orange #DA2103
RGB
CMYK
RGB Variations
Color information
#DA2103 (or 0xDA2103) is known color: Harley Davidson Orange. HEX triplet: DA, 21 and 03. RGB value is (218,33,3). Sum of RGB (Red+Green+Blue) = 218+33+3=254 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.83% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2103 is #25DEFC. Grayscale: #555555. Windows color (decimal): -2481917 or 205274. OLE color: 205274.
HSL color Cylindrical-coordinate representation of color #DA2103: hue angle of 8.37º 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 #DA2103 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.15 |
| HSL | 8.37º | 0.97% | 0.43% | - |
| HSV(B) | 8.37º | 0.99% | 0.85% | - |
| XYZ | 29.47 | 16 | 1.62 | - |
| YUV | 84.9 | 81.79 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 3 | 0 | 0.85 | 0.99 | 0.15 | 8.37 | 0.97 | 0.43 |
| Hex | DA | 21 | 3 | 0 | 55 | 63 | F | 8 | 61 | 2B |
| Octal | 332 | 41 | 3 | 0 | 125 | 143 | 17 | 10 | 141 | 53 |
| Binary | 11011010 | 100001 | 11 | 0 | 1010101 | 1100011 | 1111 | 1000 | 1100001 | 101011 |
Color Harmonies of #DA2103
Complementary color
Monochromatic Colors of #DA2103
Black with #DA2103
Text Example
Text Example
White with #DA2103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2103; }
p { color: rgb(218,33,3); }
H1.HeaderClassName
{
color: #DA2103;
}
.AnyTagClassName
{
color: #DA2103;
}
</style>
background-color css
<style>
a { background-color: #DA2103; }
a { background-color: rgb(218,33,3); }
div.DivClassName
{
background-color: #DA2103;
}
.BgClassName
{
background-color: #DA2103;
}
</style>
border-color css
<style>
span { border-color: #DA2103; }
span { border-color: rgb(218,33,3); }
td.TdClassName
{
border-color: #DA2103;
}
.TagClassName
{
border-color: #DA2103;
}
</style>