Html Css Color HEX #DA3302 Harley Davidson Orange
📋 copy color: '#DA3302'red 218 ◦ green 51 ◦ blue 2
Shades of Harley Davidson Orange #DA3302
Tints of Harley Davidson Orange #DA3302
RGB
CMYK
RGB Variations
Color information
#DA3302 (or 0xDA3302) is known color: Harley Davidson Orange. HEX triplet: DA, 33 and 02. RGB value is (218,51,2). Sum of RGB (Red+Green+Blue) = 218+51+2=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3302 is #25CCFD. Grayscale: #5F5F5F. Windows color (decimal): -2477310 or 144346. OLE color: 144346.
HSL color Cylindrical-coordinate representation of color #DA3302: hue angle of 13.61º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA3302 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.15 |
| HSL | 13.61º | 0.98% | 0.43% | - |
| HSV(B) | 13.61º | 0.99% | 0.85% | - |
| XYZ | 30.11 | 17.28 | 1.81 | - |
| YUV | 95.35 | 75.33 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 2 | 0 | 0.77 | 0.99 | 0.15 | 13.61 | 0.98 | 0.43 |
| Hex | DA | 33 | 2 | 0 | 4D | 63 | F | E | 62 | 2B |
| Octal | 332 | 63 | 2 | 0 | 115 | 143 | 17 | 16 | 142 | 53 |
| Binary | 11011010 | 110011 | 10 | 0 | 1001101 | 1100011 | 1111 | 1110 | 1100010 | 101011 |
Color Harmonies of #DA3302
Complementary color
Monochromatic Colors of #DA3302
Black with #DA3302
Text Example
Text Example
White with #DA3302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3302; }
p { color: rgb(218,51,2); }
H1.HeaderClassName
{
color: #DA3302;
}
.AnyTagClassName
{
color: #DA3302;
}
</style>
background-color css
<style>
a { background-color: #DA3302; }
a { background-color: rgb(218,51,2); }
div.DivClassName
{
background-color: #DA3302;
}
.BgClassName
{
background-color: #DA3302;
}
</style>
border-color css
<style>
span { border-color: #DA3302; }
span { border-color: rgb(218,51,2); }
td.TdClassName
{
border-color: #DA3302;
}
.TagClassName
{
border-color: #DA3302;
}
</style>