Html Css Color HEX #D53315 Harley Davidson Orange
📋 copy color: '#D53315'red 213 ◦ green 51 ◦ blue 21
Shades of Harley Davidson Orange #D53315
Tints of Harley Davidson Orange #D53315
RGB
CMYK
RGB Variations
Color information
#D53315 (or 0xD53315) is known color: Harley Davidson Orange. HEX triplet: D5, 33 and 15. RGB value is (213,51,21). Sum of RGB (Red+Green+Blue) = 213+51+21=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D53315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53315 is #2ACCEA. Grayscale: #606060. Windows color (decimal): -2804971 or 1389525. OLE color: 1389525.
HSL color Cylindrical-coordinate representation of color #D53315: hue angle of 9.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D53315 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 21 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.16 |
| HSL | 9.38º | 0.82% | 0.46% | - |
| HSV(B) | 9.38º | 0.9% | 0.84% | - |
| XYZ | 28.76 | 16.57 | 2.39 | - |
| YUV | 96.02 | 85.67 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 21 | 0 | 0.76 | 0.90 | 0.16 | 9.38 | 0.82 | 0.46 |
| Hex | D5 | 33 | 15 | 0 | 4C | 5A | 10 | 9 | 52 | 2E |
| Octal | 325 | 63 | 25 | 0 | 114 | 132 | 20 | 11 | 122 | 56 |
| Binary | 11010101 | 110011 | 10101 | 0 | 1001100 | 1011010 | 10000 | 1001 | 1010010 | 101110 |
Color Harmonies of #D53315
Complementary color
Monochromatic Colors of #D53315
Black with #D53315
Text Example
Text Example
White with #D53315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53315; }
p { color: rgb(213,51,21); }
H1.HeaderClassName
{
color: #D53315;
}
.AnyTagClassName
{
color: #D53315;
}
</style>
background-color css
<style>
a { background-color: #D53315; }
a { background-color: rgb(213,51,21); }
div.DivClassName
{
background-color: #D53315;
}
.BgClassName
{
background-color: #D53315;
}
</style>
border-color css
<style>
span { border-color: #D53315; }
span { border-color: rgb(213,51,21); }
td.TdClassName
{
border-color: #D53315;
}
.TagClassName
{
border-color: #D53315;
}
</style>