Html Css Color HEX #DA3320 Harley Davidson Orange
📋 copy color: '#DA3320'red 218 ◦ green 51 ◦ blue 32
Shades of Harley Davidson Orange #DA3320
Tints of Harley Davidson Orange #DA3320
RGB
CMYK
RGB Variations
Color information
#DA3320 (or 0xDA3320) is known color: Harley Davidson Orange. HEX triplet: DA, 33 and 20. RGB value is (218,51,32). Sum of RGB (Red+Green+Blue) = 218+51+32=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3320 is #25CCDF. Grayscale: #636363. Windows color (decimal): -2477280 or 2110426. OLE color: 2110426.
HSL color Cylindrical-coordinate representation of color #DA3320: hue angle of 6.13º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA3320 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 32 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.15 |
| HSL | 6.13º | 0.74% | 0.49% | - |
| HSV(B) | 6.13º | 0.85% | 0.85% | - |
| XYZ | 30.36 | 17.38 | 3.12 | - |
| YUV | 98.77 | 90.33 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 32 | 0 | 0.77 | 0.85 | 0.15 | 6.13 | 0.74 | 0.49 |
| Hex | DA | 33 | 20 | 0 | 4D | 55 | F | 6 | 4A | 31 |
| Octal | 332 | 63 | 40 | 0 | 115 | 125 | 17 | 6 | 112 | 61 |
| Binary | 11011010 | 110011 | 100000 | 0 | 1001101 | 1010101 | 1111 | 110 | 1001010 | 110001 |
Color Harmonies of #DA3320
Complementary color
Monochromatic Colors of #DA3320
Black with #DA3320
Text Example
Text Example
White with #DA3320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3320; }
p { color: rgb(218,51,32); }
H1.HeaderClassName
{
color: #DA3320;
}
.AnyTagClassName
{
color: #DA3320;
}
</style>
background-color css
<style>
a { background-color: #DA3320; }
a { background-color: rgb(218,51,32); }
div.DivClassName
{
background-color: #DA3320;
}
.BgClassName
{
background-color: #DA3320;
}
</style>
border-color css
<style>
span { border-color: #DA3320; }
span { border-color: rgb(218,51,32); }
td.TdClassName
{
border-color: #DA3320;
}
.TagClassName
{
border-color: #DA3320;
}
</style>