Html Css Color HEX #D6301F Harley Davidson Orange
📋 copy color: '#D6301F'red 214 ◦ green 48 ◦ blue 31
Shades of Harley Davidson Orange #D6301F
Tints of Harley Davidson Orange #D6301F
RGB
CMYK
RGB Variations
Color information
#D6301F (or 0xD6301F) is known color: Harley Davidson Orange. HEX triplet: D6, 30 and 1F. RGB value is (214,48,31). Sum of RGB (Red+Green+Blue) = 214+48+31=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D6301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6301F is #29CFE0. Grayscale: #5F5F5F. Windows color (decimal): -2740193 or 2044118. OLE color: 2044118.
HSL color Cylindrical-coordinate representation of color #D6301F: hue angle of 5.57º 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 #D6301F is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 31 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.16 |
| HSL | 5.57º | 0.75% | 0.48% | - |
| HSV(B) | 5.57º | 0.86% | 0.84% | - |
| XYZ | 29.04 | 16.51 | 2.95 | - |
| YUV | 95.7 | 91.5 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 31 | 0 | 0.78 | 0.86 | 0.16 | 5.57 | 0.75 | 0.48 |
| Hex | D6 | 30 | 1F | 0 | 4E | 56 | 10 | 6 | 4B | 30 |
| Octal | 326 | 60 | 37 | 0 | 116 | 126 | 20 | 6 | 113 | 60 |
| Binary | 11010110 | 110000 | 11111 | 0 | 1001110 | 1010110 | 10000 | 110 | 1001011 | 110000 |
Color Harmonies of #D6301F
Complementary color
Monochromatic Colors of #D6301F
Black with #D6301F
Text Example
Text Example
White with #D6301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6301F; }
p { color: rgb(214,48,31); }
H1.HeaderClassName
{
color: #D6301F;
}
.AnyTagClassName
{
color: #D6301F;
}
</style>
background-color css
<style>
a { background-color: #D6301F; }
a { background-color: rgb(214,48,31); }
div.DivClassName
{
background-color: #D6301F;
}
.BgClassName
{
background-color: #D6301F;
}
</style>
border-color css
<style>
span { border-color: #D6301F; }
span { border-color: rgb(214,48,31); }
td.TdClassName
{
border-color: #D6301F;
}
.TagClassName
{
border-color: #D6301F;
}
</style>