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