Html Css Color HEX #DA400B Harley Davidson Orange
📋 copy color: '#DA400B'red 218 ◦ green 64 ◦ blue 11
Shades of Harley Davidson Orange #DA400B
Tints of Harley Davidson Orange #DA400B
RGB
CMYK
RGB Variations
Color information
#DA400B (or 0xDA400B) is known color: Harley Davidson Orange. HEX triplet: DA, 40 and 0B. RGB value is (218,64,11). Sum of RGB (Red+Green+Blue) = 218+64+11=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA400B is #25BFF4. Grayscale: #686868. Windows color (decimal): -2473973 or 737498. OLE color: 737498.
HSL color Cylindrical-coordinate representation of color #DA400B: hue angle of 15.36º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA400B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.15 |
| HSL | 15.36º | 0.9% | 0.45% | - |
| HSV(B) | 15.36º | 0.95% | 0.85% | - |
| XYZ | 30.81 | 18.6 | 2.28 | - |
| YUV | 104 | 75.52 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 11 | 0 | 0.71 | 0.95 | 0.15 | 15.36 | 0.9 | 0.45 |
| Hex | DA | 40 | B | 0 | 47 | 5F | F | F | 5A | 2D |
| Octal | 332 | 100 | 13 | 0 | 107 | 137 | 17 | 17 | 132 | 55 |
| Binary | 11011010 | 1000000 | 1011 | 0 | 1000111 | 1011111 | 1111 | 1111 | 1011010 | 101101 |
Color Harmonies of #DA400B
Complementary color
Monochromatic Colors of #DA400B
Black with #DA400B
Text Example
Text Example
White with #DA400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA400B; }
p { color: rgb(218,64,11); }
H1.HeaderClassName
{
color: #DA400B;
}
.AnyTagClassName
{
color: #DA400B;
}
</style>
background-color css
<style>
a { background-color: #DA400B; }
a { background-color: rgb(218,64,11); }
div.DivClassName
{
background-color: #DA400B;
}
.BgClassName
{
background-color: #DA400B;
}
</style>
border-color css
<style>
span { border-color: #DA400B; }
span { border-color: rgb(218,64,11); }
td.TdClassName
{
border-color: #DA400B;
}
.TagClassName
{
border-color: #DA400B;
}
</style>