Html Css Color HEX #DA330A Harley Davidson Orange
📋 copy color: '#DA330A'red 218 ◦ green 51 ◦ blue 10
Shades of Harley Davidson Orange #DA330A
Tints of Harley Davidson Orange #DA330A
RGB
CMYK
RGB Variations
Color information
#DA330A (or 0xDA330A) is known color: Harley Davidson Orange. HEX triplet: DA, 33 and 0A. RGB value is (218,51,10). Sum of RGB (Red+Green+Blue) = 218+51+10=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA330A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA330A is #25CCF5. Grayscale: #606060. Windows color (decimal): -2477302 or 668634. OLE color: 668634.
HSL color Cylindrical-coordinate representation of color #DA330A: hue angle of 11.83º 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 #DA330A is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 10 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.15 |
| HSL | 11.83º | 0.91% | 0.45% | - |
| HSV(B) | 11.83º | 0.95% | 0.85% | - |
| XYZ | 30.15 | 17.29 | 2.04 | - |
| YUV | 96.26 | 79.33 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 10 | 0 | 0.77 | 0.95 | 0.15 | 11.83 | 0.91 | 0.45 |
| Hex | DA | 33 | A | 0 | 4D | 5F | F | C | 5B | 2D |
| Octal | 332 | 63 | 12 | 0 | 115 | 137 | 17 | 14 | 133 | 55 |
| Binary | 11011010 | 110011 | 1010 | 0 | 1001101 | 1011111 | 1111 | 1100 | 1011011 | 101101 |
Color Harmonies of #DA330A
Complementary color
Monochromatic Colors of #DA330A
Black with #DA330A
Text Example
Text Example
White with #DA330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA330A; }
p { color: rgb(218,51,10); }
H1.HeaderClassName
{
color: #DA330A;
}
.AnyTagClassName
{
color: #DA330A;
}
</style>
background-color css
<style>
a { background-color: #DA330A; }
a { background-color: rgb(218,51,10); }
div.DivClassName
{
background-color: #DA330A;
}
.BgClassName
{
background-color: #DA330A;
}
</style>
border-color css
<style>
span { border-color: #DA330A; }
span { border-color: rgb(218,51,10); }
td.TdClassName
{
border-color: #DA330A;
}
.TagClassName
{
border-color: #DA330A;
}
</style>