Html Css Color HEX #D63800 Harley Davidson Orange
📋 copy color: '#D63800'red 214 ◦ green 56 ◦ blue 0
Shades of Harley Davidson Orange #D63800
Tints of Harley Davidson Orange #D63800
RGB
CMYK
RGB Variations
Color information
#D63800 (or 0xD63800) is known color: Harley Davidson Orange. HEX triplet: D6, 38 and 00. RGB value is (214,56,0). Sum of RGB (Red+Green+Blue) = 214+56+0=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D63800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63800 is #29C7FF. Grayscale: #616161. Windows color (decimal): -2738176 or 14550. OLE color: 14550.
HSL color Cylindrical-coordinate representation of color #D63800: hue angle of 15.7º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D63800 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 56 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.16 |
| HSL | 15.7º | 1% | 0.42% | - |
| HSV(B) | 15.7º | 1% | 0.84% | - |
| XYZ | 29.15 | 17.12 | 1.77 | - |
| YUV | 96.86 | 73.35 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 56 | 0 | 0 | 0.74 | 1 | 0.16 | 15.7 | 1 | 0.42 |
| Hex | D6 | 38 | 0 | 0 | 4A | 64 | 10 | 10 | 64 | 2A |
| Octal | 326 | 70 | 0 | 0 | 112 | 144 | 20 | 20 | 144 | 52 |
| Binary | 11010110 | 111000 | 0 | 0 | 1001010 | 1100100 | 10000 | 10000 | 1100100 | 101010 |
Color Harmonies of #D63800
Complementary color
Monochromatic Colors of #D63800
Black with #D63800
Text Example
Text Example
White with #D63800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63800; }
p { color: rgb(214,56,0); }
H1.HeaderClassName
{
color: #D63800;
}
.AnyTagClassName
{
color: #D63800;
}
</style>
background-color css
<style>
a { background-color: #D63800; }
a { background-color: rgb(214,56,0); }
div.DivClassName
{
background-color: #D63800;
}
.BgClassName
{
background-color: #D63800;
}
</style>
border-color css
<style>
span { border-color: #D63800; }
span { border-color: rgb(214,56,0); }
td.TdClassName
{
border-color: #D63800;
}
.TagClassName
{
border-color: #D63800;
}
</style>