Html Css Color HEX #DA3912 Harley Davidson Orange
📋 copy color: '#DA3912'red 218 ◦ green 57 ◦ blue 18
Shades of Harley Davidson Orange #DA3912
Tints of Harley Davidson Orange #DA3912
RGB
CMYK
RGB Variations
Color information
#DA3912 (or 0xDA3912) is known color: Harley Davidson Orange. HEX triplet: DA, 39 and 12. RGB value is (218,57,18). Sum of RGB (Red+Green+Blue) = 218+57+18=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3912 is #25C6ED. Grayscale: #656565. Windows color (decimal): -2475758 or 1194458. OLE color: 1194458.
HSL color Cylindrical-coordinate representation of color #DA3912: hue angle of 11.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA3912 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 18 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.15 |
| HSL | 11.7º | 0.85% | 0.46% | - |
| HSV(B) | 11.7º | 0.92% | 0.85% | - |
| XYZ | 30.49 | 17.88 | 2.42 | - |
| YUV | 100.69 | 81.34 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 18 | 0 | 0.74 | 0.92 | 0.15 | 11.7 | 0.85 | 0.46 |
| Hex | DA | 39 | 12 | 0 | 4A | 5C | F | C | 55 | 2E |
| Octal | 332 | 71 | 22 | 0 | 112 | 134 | 17 | 14 | 125 | 56 |
| Binary | 11011010 | 111001 | 10010 | 0 | 1001010 | 1011100 | 1111 | 1100 | 1010101 | 101110 |
Color Harmonies of #DA3912
Complementary color
Monochromatic Colors of #DA3912
Black with #DA3912
Text Example
Text Example
White with #DA3912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3912; }
p { color: rgb(218,57,18); }
H1.HeaderClassName
{
color: #DA3912;
}
.AnyTagClassName
{
color: #DA3912;
}
</style>
background-color css
<style>
a { background-color: #DA3912; }
a { background-color: rgb(218,57,18); }
div.DivClassName
{
background-color: #DA3912;
}
.BgClassName
{
background-color: #DA3912;
}
</style>
border-color css
<style>
span { border-color: #DA3912; }
span { border-color: rgb(218,57,18); }
td.TdClassName
{
border-color: #DA3912;
}
.TagClassName
{
border-color: #DA3912;
}
</style>