Html Css Color HEX #D5431D Harley Davidson Orange
📋 copy color: '#D5431D'red 213 ◦ green 67 ◦ blue 29
Shades of Harley Davidson Orange #D5431D
Tints of Harley Davidson Orange #D5431D
RGB
CMYK
RGB Variations
Color information
#D5431D (or 0xD5431D) is known color: Harley Davidson Orange. HEX triplet: D5, 43 and 1D. RGB value is (213,67,29). Sum of RGB (Red+Green+Blue) = 213+67+29=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5431D is #2ABCE2. Grayscale: #6A6A6A. Windows color (decimal): -2800867 or 1917909. OLE color: 1917909.
HSL color Cylindrical-coordinate representation of color #D5431D: hue angle of 12.39º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5431D is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 29 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.16 |
| HSL | 12.39º | 0.76% | 0.47% | - |
| HSV(B) | 12.39º | 0.86% | 0.84% | - |
| XYZ | 29.67 | 18.25 | 3.12 | - |
| YUV | 106.32 | 84.37 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 29 | 0 | 0.69 | 0.86 | 0.16 | 12.39 | 0.76 | 0.47 |
| Hex | D5 | 43 | 1D | 0 | 45 | 56 | 10 | C | 4C | 2F |
| Octal | 325 | 103 | 35 | 0 | 105 | 126 | 20 | 14 | 114 | 57 |
| Binary | 11010101 | 1000011 | 11101 | 0 | 1000101 | 1010110 | 10000 | 1100 | 1001100 | 101111 |
Color Harmonies of #D5431D
Complementary color
Monochromatic Colors of #D5431D
Black with #D5431D
Text Example
Text Example
White with #D5431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5431D; }
p { color: rgb(213,67,29); }
H1.HeaderClassName
{
color: #D5431D;
}
.AnyTagClassName
{
color: #D5431D;
}
</style>
background-color css
<style>
a { background-color: #D5431D; }
a { background-color: rgb(213,67,29); }
div.DivClassName
{
background-color: #D5431D;
}
.BgClassName
{
background-color: #D5431D;
}
</style>
border-color css
<style>
span { border-color: #D5431D; }
span { border-color: rgb(213,67,29); }
td.TdClassName
{
border-color: #D5431D;
}
.TagClassName
{
border-color: #D5431D;
}
</style>