Html Css Color HEX #DA200E Harley Davidson Orange
📋 copy color: '#DA200E'red 218 ◦ green 32 ◦ blue 14
Shades of Harley Davidson Orange #DA200E
Tints of Harley Davidson Orange #DA200E
RGB
CMYK
RGB Variations
Color information
#DA200E (or 0xDA200E) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 0E. RGB value is (218,32,14). Sum of RGB (Red+Green+Blue) = 218+32+14=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA200E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA200E is #25DFF1. Grayscale: #555555. Windows color (decimal): -2482162 or 925914. OLE color: 925914.
HSL color Cylindrical-coordinate representation of color #DA200E: hue angle of 5.29º degrees, saturation: 0.88, 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 #DA200E is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 14 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.15 |
| HSL | 5.29º | 0.88% | 0.45% | - |
| HSV(B) | 5.29º | 0.94% | 0.85% | - |
| XYZ | 29.51 | 15.97 | 1.94 | - |
| YUV | 85.56 | 87.62 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 14 | 0 | 0.85 | 0.94 | 0.15 | 5.29 | 0.88 | 0.45 |
| Hex | DA | 20 | E | 0 | 55 | 5E | F | 5 | 58 | 2D |
| Octal | 332 | 40 | 16 | 0 | 125 | 136 | 17 | 5 | 130 | 55 |
| Binary | 11011010 | 100000 | 1110 | 0 | 1010101 | 1011110 | 1111 | 101 | 1011000 | 101101 |
Color Harmonies of #DA200E
Complementary color
Monochromatic Colors of #DA200E
Black with #DA200E
Text Example
Text Example
White with #DA200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA200E; }
p { color: rgb(218,32,14); }
H1.HeaderClassName
{
color: #DA200E;
}
.AnyTagClassName
{
color: #DA200E;
}
</style>
background-color css
<style>
a { background-color: #DA200E; }
a { background-color: rgb(218,32,14); }
div.DivClassName
{
background-color: #DA200E;
}
.BgClassName
{
background-color: #DA200E;
}
</style>
border-color css
<style>
span { border-color: #DA200E; }
span { border-color: rgb(218,32,14); }
td.TdClassName
{
border-color: #DA200E;
}
.TagClassName
{
border-color: #DA200E;
}
</style>