Html Css Color HEX #D6341C Harley Davidson Orange
📋 copy color: '#D6341C'red 214 ◦ green 52 ◦ blue 28
Shades of Harley Davidson Orange #D6341C
Tints of Harley Davidson Orange #D6341C
RGB
CMYK
RGB Variations
Color information
#D6341C (or 0xD6341C) is known color: Harley Davidson Orange. HEX triplet: D6, 34 and 1C. RGB value is (214,52,28). Sum of RGB (Red+Green+Blue) = 214+52+28=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D6341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6341C is #29CBE3. Grayscale: #616161. Windows color (decimal): -2739172 or 1848534. OLE color: 1848534.
HSL color Cylindrical-coordinate representation of color #D6341C: hue angle of 7.74º 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 #D6341C is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 28 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.16 |
| HSL | 7.74º | 0.77% | 0.47% | - |
| HSV(B) | 7.74º | 0.87% | 0.84% | - |
| XYZ | 29.17 | 16.84 | 2.81 | - |
| YUV | 97.7 | 88.67 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 28 | 0 | 0.76 | 0.87 | 0.16 | 7.74 | 0.77 | 0.47 |
| Hex | D6 | 34 | 1C | 0 | 4C | 57 | 10 | 8 | 4D | 2F |
| Octal | 326 | 64 | 34 | 0 | 114 | 127 | 20 | 10 | 115 | 57 |
| Binary | 11010110 | 110100 | 11100 | 0 | 1001100 | 1010111 | 10000 | 1000 | 1001101 | 101111 |
Color Harmonies of #D6341C
Complementary color
Monochromatic Colors of #D6341C
Black with #D6341C
Text Example
Text Example
White with #D6341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6341C; }
p { color: rgb(214,52,28); }
H1.HeaderClassName
{
color: #D6341C;
}
.AnyTagClassName
{
color: #D6341C;
}
</style>
background-color css
<style>
a { background-color: #D6341C; }
a { background-color: rgb(214,52,28); }
div.DivClassName
{
background-color: #D6341C;
}
.BgClassName
{
background-color: #D6341C;
}
</style>
border-color css
<style>
span { border-color: #D6341C; }
span { border-color: rgb(214,52,28); }
td.TdClassName
{
border-color: #D6341C;
}
.TagClassName
{
border-color: #D6341C;
}
</style>