Html Css Color HEX #DA200D Harley Davidson Orange
📋 copy color: '#DA200D'red 218 ◦ green 32 ◦ blue 13
Shades of Harley Davidson Orange #DA200D
Tints of Harley Davidson Orange #DA200D
RGB
CMYK
RGB Variations
Color information
#DA200D (or 0xDA200D) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 0D. RGB value is (218,32,13). Sum of RGB (Red+Green+Blue) = 218+32+13=263 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.89% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 218 - color contains mainly: red. Hex color #DA200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA200D is #25DFF2. Grayscale: #555555. Windows color (decimal): -2482163 or 860378. OLE color: 860378.
HSL color Cylindrical-coordinate representation of color #DA200D: hue angle of 5.56º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA200D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.15 |
| HSL | 5.56º | 0.89% | 0.45% | - |
| HSV(B) | 5.56º | 0.94% | 0.85% | - |
| XYZ | 29.5 | 15.97 | 1.91 | - |
| YUV | 85.45 | 87.12 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 13 | 0 | 0.85 | 0.94 | 0.15 | 5.56 | 0.89 | 0.45 |
| Hex | DA | 20 | D | 0 | 55 | 5E | F | 6 | 59 | 2D |
| Octal | 332 | 40 | 15 | 0 | 125 | 136 | 17 | 6 | 131 | 55 |
| Binary | 11011010 | 100000 | 1101 | 0 | 1010101 | 1011110 | 1111 | 110 | 1011001 | 101101 |
Color Harmonies of #DA200D
Complementary color
Monochromatic Colors of #DA200D
Black with #DA200D
Text Example
Text Example
White with #DA200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA200D; }
p { color: rgb(218,32,13); }
H1.HeaderClassName
{
color: #DA200D;
}
.AnyTagClassName
{
color: #DA200D;
}
</style>
background-color css
<style>
a { background-color: #DA200D; }
a { background-color: rgb(218,32,13); }
div.DivClassName
{
background-color: #DA200D;
}
.BgClassName
{
background-color: #DA200D;
}
</style>
border-color css
<style>
span { border-color: #DA200D; }
span { border-color: rgb(218,32,13); }
td.TdClassName
{
border-color: #DA200D;
}
.TagClassName
{
border-color: #DA200D;
}
</style>