Html Css Color HEX #D6431C Harley Davidson Orange
📋 copy color: '#D6431C'red 214 ◦ green 67 ◦ blue 28
Shades of Harley Davidson Orange #D6431C
Tints of Harley Davidson Orange #D6431C
RGB
CMYK
RGB Variations
Color information
#D6431C (or 0xD6431C) is known color: Harley Davidson Orange. HEX triplet: D6, 43 and 1C. RGB value is (214,67,28). Sum of RGB (Red+Green+Blue) = 214+67+28=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D6431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6431C is #29BCE3. Grayscale: #6A6A6A. Windows color (decimal): -2735332 or 1852374. OLE color: 1852374.
HSL color Cylindrical-coordinate representation of color #D6431C: hue angle of 12.58º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6431C is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 28 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.16 |
| HSL | 12.58º | 0.77% | 0.47% | - |
| HSV(B) | 12.58º | 0.87% | 0.84% | - |
| XYZ | 29.95 | 18.39 | 3.07 | - |
| YUV | 106.51 | 83.7 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 28 | 0 | 0.69 | 0.87 | 0.16 | 12.58 | 0.77 | 0.47 |
| Hex | D6 | 43 | 1C | 0 | 45 | 57 | 10 | D | 4D | 2F |
| Octal | 326 | 103 | 34 | 0 | 105 | 127 | 20 | 15 | 115 | 57 |
| Binary | 11010110 | 1000011 | 11100 | 0 | 1000101 | 1010111 | 10000 | 1101 | 1001101 | 101111 |
Color Harmonies of #D6431C
Complementary color
Monochromatic Colors of #D6431C
Black with #D6431C
Text Example
Text Example
White with #D6431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6431C; }
p { color: rgb(214,67,28); }
H1.HeaderClassName
{
color: #D6431C;
}
.AnyTagClassName
{
color: #D6431C;
}
</style>
background-color css
<style>
a { background-color: #D6431C; }
a { background-color: rgb(214,67,28); }
div.DivClassName
{
background-color: #D6431C;
}
.BgClassName
{
background-color: #D6431C;
}
</style>
border-color css
<style>
span { border-color: #D6431C; }
span { border-color: rgb(214,67,28); }
td.TdClassName
{
border-color: #D6431C;
}
.TagClassName
{
border-color: #D6431C;
}
</style>