Html Css Color HEX #D83000 Harley Davidson Orange
📋 copy color: '#D83000'red 216 ◦ green 48 ◦ blue 0
Shades of Harley Davidson Orange #D83000
Tints of Harley Davidson Orange #D83000
RGB
CMYK
RGB Variations
Color information
#D83000 (or 0xD83000) is known color: Harley Davidson Orange. HEX triplet: D8, 30 and 00. RGB value is (216,48,0). Sum of RGB (Red+Green+Blue) = 216+48+0=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D83000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83000 is #27CFFF. Grayscale: #5D5D5D. Windows color (decimal): -2609152 or 12504. OLE color: 12504.
HSL color Cylindrical-coordinate representation of color #D83000: hue angle of 13.33º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D83000 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.15 |
| HSL | 13.33º | 1% | 0.42% | - |
| HSV(B) | 13.33º | 1% | 0.85% | - |
| XYZ | 29.38 | 16.71 | 1.68 | - |
| YUV | 92.76 | 75.66 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 0 | 0 | 0.78 | 1 | 0.15 | 13.33 | 1 | 0.42 |
| Hex | D8 | 30 | 0 | 0 | 4E | 64 | F | D | 64 | 2A |
| Octal | 330 | 60 | 0 | 0 | 116 | 144 | 17 | 15 | 144 | 52 |
| Binary | 11011000 | 110000 | 0 | 0 | 1001110 | 1100100 | 1111 | 1101 | 1100100 | 101010 |
Color Harmonies of #D83000
Complementary color
Monochromatic Colors of #D83000
Black with #D83000
Text Example
Text Example
White with #D83000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83000; }
p { color: rgb(216,48,0); }
H1.HeaderClassName
{
color: #D83000;
}
.AnyTagClassName
{
color: #D83000;
}
</style>
background-color css
<style>
a { background-color: #D83000; }
a { background-color: rgb(216,48,0); }
div.DivClassName
{
background-color: #D83000;
}
.BgClassName
{
background-color: #D83000;
}
</style>
border-color css
<style>
span { border-color: #D83000; }
span { border-color: rgb(216,48,0); }
td.TdClassName
{
border-color: #D83000;
}
.TagClassName
{
border-color: #D83000;
}
</style>