Html Css Color HEX #D83315 Harley Davidson Orange
📋 copy color: '#D83315'red 216 ◦ green 51 ◦ blue 21
Shades of Harley Davidson Orange #D83315
Tints of Harley Davidson Orange #D83315
RGB
CMYK
RGB Variations
Color information
#D83315 (or 0xD83315) is known color: Harley Davidson Orange. HEX triplet: D8, 33 and 15. RGB value is (216,51,21). Sum of RGB (Red+Green+Blue) = 216+51+21=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D83315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83315 is #27CCEA. Grayscale: #616161. Windows color (decimal): -2608363 or 1389528. OLE color: 1389528.
HSL color Cylindrical-coordinate representation of color #D83315: hue angle of 9.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D83315 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 21 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.15 |
| HSL | 9.23º | 0.82% | 0.46% | - |
| HSV(B) | 9.23º | 0.9% | 0.85% | - |
| XYZ | 29.64 | 17.02 | 2.43 | - |
| YUV | 96.92 | 85.16 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 21 | 0 | 0.76 | 0.90 | 0.15 | 9.23 | 0.82 | 0.46 |
| Hex | D8 | 33 | 15 | 0 | 4C | 5A | F | 9 | 52 | 2E |
| Octal | 330 | 63 | 25 | 0 | 114 | 132 | 17 | 11 | 122 | 56 |
| Binary | 11011000 | 110011 | 10101 | 0 | 1001100 | 1011010 | 1111 | 1001 | 1010010 | 101110 |
Color Harmonies of #D83315
Complementary color
Monochromatic Colors of #D83315
Black with #D83315
Text Example
Text Example
White with #D83315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83315; }
p { color: rgb(216,51,21); }
H1.HeaderClassName
{
color: #D83315;
}
.AnyTagClassName
{
color: #D83315;
}
</style>
background-color css
<style>
a { background-color: #D83315; }
a { background-color: rgb(216,51,21); }
div.DivClassName
{
background-color: #D83315;
}
.BgClassName
{
background-color: #D83315;
}
</style>
border-color css
<style>
span { border-color: #D83315; }
span { border-color: rgb(216,51,21); }
td.TdClassName
{
border-color: #D83315;
}
.TagClassName
{
border-color: #D83315;
}
</style>