Html Css Color HEX #DA350A Harley Davidson Orange
📋 copy color: '#DA350A'red 218 ◦ green 53 ◦ blue 10
Shades of Harley Davidson Orange #DA350A
Tints of Harley Davidson Orange #DA350A
RGB
CMYK
RGB Variations
Color information
#DA350A (or 0xDA350A) is known color: Harley Davidson Orange. HEX triplet: DA, 35 and 0A. RGB value is (218,53,10). Sum of RGB (Red+Green+Blue) = 218+53+10=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA350A is #25CAF5. Grayscale: #616161. Windows color (decimal): -2476790 or 669146. OLE color: 669146.
HSL color Cylindrical-coordinate representation of color #DA350A: hue angle of 12.4º degrees, saturation: 0.91, 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 #DA350A is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 10 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.15 |
| HSL | 12.4º | 0.91% | 0.45% | - |
| HSV(B) | 12.4º | 0.95% | 0.85% | - |
| XYZ | 30.24 | 17.47 | 2.07 | - |
| YUV | 97.43 | 78.66 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 10 | 0 | 0.76 | 0.95 | 0.15 | 12.4 | 0.91 | 0.45 |
| Hex | DA | 35 | A | 0 | 4C | 5F | F | C | 5B | 2D |
| Octal | 332 | 65 | 12 | 0 | 114 | 137 | 17 | 14 | 133 | 55 |
| Binary | 11011010 | 110101 | 1010 | 0 | 1001100 | 1011111 | 1111 | 1100 | 1011011 | 101101 |
Color Harmonies of #DA350A
Complementary color
Monochromatic Colors of #DA350A
Black with #DA350A
Text Example
Text Example
White with #DA350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA350A; }
p { color: rgb(218,53,10); }
H1.HeaderClassName
{
color: #DA350A;
}
.AnyTagClassName
{
color: #DA350A;
}
</style>
background-color css
<style>
a { background-color: #DA350A; }
a { background-color: rgb(218,53,10); }
div.DivClassName
{
background-color: #DA350A;
}
.BgClassName
{
background-color: #DA350A;
}
</style>
border-color css
<style>
span { border-color: #DA350A; }
span { border-color: rgb(218,53,10); }
td.TdClassName
{
border-color: #DA350A;
}
.TagClassName
{
border-color: #DA350A;
}
</style>