Html Css Color HEX #DA431C Harley Davidson Orange
📋 copy color: '#DA431C'red 218 ◦ green 67 ◦ blue 28
Shades of Harley Davidson Orange #DA431C
Tints of Harley Davidson Orange #DA431C
RGB
CMYK
RGB Variations
Color information
#DA431C (or 0xDA431C) is known color: Harley Davidson Orange. HEX triplet: DA, 43 and 1C. RGB value is (218,67,28). Sum of RGB (Red+Green+Blue) = 218+67+28=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA431C is #25BCE3. Grayscale: #6C6C6C. Windows color (decimal): -2473188 or 1852378. OLE color: 1852378.
HSL color Cylindrical-coordinate representation of color #DA431C: hue angle of 12.32º 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 #DA431C is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 28 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.15 |
| HSL | 12.32º | 0.77% | 0.48% | - |
| HSV(B) | 12.32º | 0.87% | 0.85% | - |
| XYZ | 31.13 | 19 | 3.13 | - |
| YUV | 107.7 | 83.03 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 28 | 0 | 0.69 | 0.87 | 0.15 | 12.32 | 0.77 | 0.48 |
| Hex | DA | 43 | 1C | 0 | 45 | 57 | F | C | 4D | 30 |
| Octal | 332 | 103 | 34 | 0 | 105 | 127 | 17 | 14 | 115 | 60 |
| Binary | 11011010 | 1000011 | 11100 | 0 | 1000101 | 1010111 | 1111 | 1100 | 1001101 | 110000 |
Color Harmonies of #DA431C
Complementary color
Monochromatic Colors of #DA431C
Black with #DA431C
Text Example
Text Example
White with #DA431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA431C; }
p { color: rgb(218,67,28); }
H1.HeaderClassName
{
color: #DA431C;
}
.AnyTagClassName
{
color: #DA431C;
}
</style>
background-color css
<style>
a { background-color: #DA431C; }
a { background-color: rgb(218,67,28); }
div.DivClassName
{
background-color: #DA431C;
}
.BgClassName
{
background-color: #DA431C;
}
</style>
border-color css
<style>
span { border-color: #DA431C; }
span { border-color: rgb(218,67,28); }
td.TdClassName
{
border-color: #DA431C;
}
.TagClassName
{
border-color: #DA431C;
}
</style>