Html Css Color HEX #DA2B00 Harley Davidson Orange
📋 copy color: '#DA2B00'red 218 ◦ green 43 ◦ blue 0
Shades of Harley Davidson Orange #DA2B00
Tints of Harley Davidson Orange #DA2B00
RGB
CMYK
RGB Variations
Color information
#DA2B00 (or 0xDA2B00) is known color: Harley Davidson Orange. HEX triplet: DA, 2B and 00. RGB value is (218,43,0). Sum of RGB (Red+Green+Blue) = 218+43+0=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2B00 is #25D4FF. Grayscale: #5A5A5A. Windows color (decimal): -2479360 or 11226. OLE color: 11226.
HSL color Cylindrical-coordinate representation of color #DA2B00: hue angle of 11.83º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA2B00 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 43 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.15 |
| HSL | 11.83º | 1% | 0.43% | - |
| HSV(B) | 11.83º | 1% | 0.85% | - |
| XYZ | 29.78 | 16.63 | 1.64 | - |
| YUV | 90.42 | 76.98 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 43 | 0 | 0 | 0.80 | 1 | 0.15 | 11.83 | 1 | 0.43 |
| Hex | DA | 2B | 0 | 0 | 50 | 64 | F | C | 64 | 2B |
| Octal | 332 | 53 | 0 | 0 | 120 | 144 | 17 | 14 | 144 | 53 |
| Binary | 11011010 | 101011 | 0 | 0 | 1010000 | 1100100 | 1111 | 1100 | 1100100 | 101011 |
Color Harmonies of #DA2B00
Complementary color
Monochromatic Colors of #DA2B00
Black with #DA2B00
Text Example
Text Example
White with #DA2B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2B00; }
p { color: rgb(218,43,0); }
H1.HeaderClassName
{
color: #DA2B00;
}
.AnyTagClassName
{
color: #DA2B00;
}
</style>
background-color css
<style>
a { background-color: #DA2B00; }
a { background-color: rgb(218,43,0); }
div.DivClassName
{
background-color: #DA2B00;
}
.BgClassName
{
background-color: #DA2B00;
}
</style>
border-color css
<style>
span { border-color: #DA2B00; }
span { border-color: rgb(218,43,0); }
td.TdClassName
{
border-color: #DA2B00;
}
.TagClassName
{
border-color: #DA2B00;
}
</style>