Html Css Color HEX #DA431D Harley Davidson Orange
📋 copy color: '#DA431D'red 218 ◦ green 67 ◦ blue 29
Shades of Harley Davidson Orange #DA431D
Tints of Harley Davidson Orange #DA431D
RGB
CMYK
RGB Variations
Color information
#DA431D (or 0xDA431D) is known color: Harley Davidson Orange. HEX triplet: DA, 43 and 1D. RGB value is (218,67,29). Sum of RGB (Red+Green+Blue) = 218+67+29=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA431D is #25BCE2. Grayscale: #6C6C6C. Windows color (decimal): -2473187 or 1917914. OLE color: 1917914.
HSL color Cylindrical-coordinate representation of color #DA431D: hue angle of 12.06º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA431D is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 29 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.15 |
| HSL | 12.06º | 0.77% | 0.48% | - |
| HSV(B) | 12.06º | 0.87% | 0.85% | - |
| XYZ | 31.14 | 19.01 | 3.19 | - |
| YUV | 107.82 | 83.53 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 29 | 0 | 0.69 | 0.87 | 0.15 | 12.06 | 0.77 | 0.48 |
| Hex | DA | 43 | 1D | 0 | 45 | 57 | F | C | 4D | 30 |
| Octal | 332 | 103 | 35 | 0 | 105 | 127 | 17 | 14 | 115 | 60 |
| Binary | 11011010 | 1000011 | 11101 | 0 | 1000101 | 1010111 | 1111 | 1100 | 1001101 | 110000 |
Color Harmonies of #DA431D
Complementary color
Monochromatic Colors of #DA431D
Black with #DA431D
Text Example
Text Example
White with #DA431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA431D; }
p { color: rgb(218,67,29); }
H1.HeaderClassName
{
color: #DA431D;
}
.AnyTagClassName
{
color: #DA431D;
}
</style>
background-color css
<style>
a { background-color: #DA431D; }
a { background-color: rgb(218,67,29); }
div.DivClassName
{
background-color: #DA431D;
}
.BgClassName
{
background-color: #DA431D;
}
</style>
border-color css
<style>
span { border-color: #DA431D; }
span { border-color: rgb(218,67,29); }
td.TdClassName
{
border-color: #DA431D;
}
.TagClassName
{
border-color: #DA431D;
}
</style>