Html Css Color HEX #D6341F Harley Davidson Orange
📋 copy color: '#D6341F'red 214 ◦ green 52 ◦ blue 31
Shades of Harley Davidson Orange #D6341F
Tints of Harley Davidson Orange #D6341F
RGB
CMYK
RGB Variations
Color information
#D6341F (or 0xD6341F) is known color: Harley Davidson Orange. HEX triplet: D6, 34 and 1F. RGB value is (214,52,31). Sum of RGB (Red+Green+Blue) = 214+52+31=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D6341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6341F is #29CBE0. Grayscale: #626262. Windows color (decimal): -2739169 or 2045142. OLE color: 2045142.
HSL color Cylindrical-coordinate representation of color #D6341F: hue angle of 6.89º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6341F is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 31 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.16 |
| HSL | 6.89º | 0.75% | 0.48% | - |
| HSV(B) | 6.89º | 0.86% | 0.84% | - |
| XYZ | 29.21 | 16.85 | 3.01 | - |
| YUV | 98.04 | 90.17 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 31 | 0 | 0.76 | 0.86 | 0.16 | 6.89 | 0.75 | 0.48 |
| Hex | D6 | 34 | 1F | 0 | 4C | 56 | 10 | 7 | 4B | 30 |
| Octal | 326 | 64 | 37 | 0 | 114 | 126 | 20 | 7 | 113 | 60 |
| Binary | 11010110 | 110100 | 11111 | 0 | 1001100 | 1010110 | 10000 | 111 | 1001011 | 110000 |
Color Harmonies of #D6341F
Complementary color
Monochromatic Colors of #D6341F
Black with #D6341F
Text Example
Text Example
White with #D6341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6341F; }
p { color: rgb(214,52,31); }
H1.HeaderClassName
{
color: #D6341F;
}
.AnyTagClassName
{
color: #D6341F;
}
</style>
background-color css
<style>
a { background-color: #D6341F; }
a { background-color: rgb(214,52,31); }
div.DivClassName
{
background-color: #D6341F;
}
.BgClassName
{
background-color: #D6341F;
}
</style>
border-color css
<style>
span { border-color: #D6341F; }
span { border-color: rgb(214,52,31); }
td.TdClassName
{
border-color: #D6341F;
}
.TagClassName
{
border-color: #D6341F;
}
</style>