Html Css Color HEX #D63904 Harley Davidson Orange
📋 copy color: '#D63904'red 214 ◦ green 57 ◦ blue 4
Shades of Harley Davidson Orange #D63904
Tints of Harley Davidson Orange #D63904
RGB
CMYK
RGB Variations
Color information
#D63904 (or 0xD63904) is known color: Harley Davidson Orange. HEX triplet: D6, 39 and 04. RGB value is (214,57,4). Sum of RGB (Red+Green+Blue) = 214+57+4=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D63904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63904 is #29C6FB. Grayscale: #626262. Windows color (decimal): -2737916 or 276950. OLE color: 276950.
HSL color Cylindrical-coordinate representation of color #D63904: hue angle of 15.14º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D63904 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.16 |
| HSL | 15.14º | 0.96% | 0.43% | - |
| HSV(B) | 15.14º | 0.98% | 0.84% | - |
| XYZ | 29.22 | 17.23 | 1.9 | - |
| YUV | 97.9 | 75.01 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 4 | 0 | 0.73 | 0.98 | 0.16 | 15.14 | 0.96 | 0.43 |
| Hex | D6 | 39 | 4 | 0 | 49 | 62 | 10 | F | 60 | 2B |
| Octal | 326 | 71 | 4 | 0 | 111 | 142 | 20 | 17 | 140 | 53 |
| Binary | 11010110 | 111001 | 100 | 0 | 1001001 | 1100010 | 10000 | 1111 | 1100000 | 101011 |
Color Harmonies of #D63904
Complementary color
Monochromatic Colors of #D63904
Black with #D63904
Text Example
Text Example
White with #D63904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63904; }
p { color: rgb(214,57,4); }
H1.HeaderClassName
{
color: #D63904;
}
.AnyTagClassName
{
color: #D63904;
}
</style>
background-color css
<style>
a { background-color: #D63904; }
a { background-color: rgb(214,57,4); }
div.DivClassName
{
background-color: #D63904;
}
.BgClassName
{
background-color: #D63904;
}
</style>
border-color css
<style>
span { border-color: #D63904; }
span { border-color: rgb(214,57,4); }
td.TdClassName
{
border-color: #D63904;
}
.TagClassName
{
border-color: #D63904;
}
</style>