Html Css Color HEX #D53413 Harley Davidson Orange
📋 copy color: '#D53413'red 213 ◦ green 52 ◦ blue 19
Shades of Harley Davidson Orange #D53413
Tints of Harley Davidson Orange #D53413
RGB
CMYK
RGB Variations
Color information
#D53413 (or 0xD53413) is known color: Harley Davidson Orange. HEX triplet: D5, 34 and 13. RGB value is (213,52,19). Sum of RGB (Red+Green+Blue) = 213+52+19=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D53413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53413 is #2ACBEC. Grayscale: #606060. Windows color (decimal): -2804717 or 1258709. OLE color: 1258709.
HSL color Cylindrical-coordinate representation of color #D53413: hue angle of 10.21º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D53413 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 19 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.16 |
| HSL | 10.21º | 0.84% | 0.45% | - |
| HSV(B) | 10.21º | 0.91% | 0.84% | - |
| XYZ | 28.79 | 16.65 | 2.31 | - |
| YUV | 96.38 | 84.34 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 19 | 0 | 0.76 | 0.91 | 0.16 | 10.21 | 0.84 | 0.45 |
| Hex | D5 | 34 | 13 | 0 | 4C | 5B | 10 | A | 54 | 2D |
| Octal | 325 | 64 | 23 | 0 | 114 | 133 | 20 | 12 | 124 | 55 |
| Binary | 11010101 | 110100 | 10011 | 0 | 1001100 | 1011011 | 10000 | 1010 | 1010100 | 101101 |
Color Harmonies of #D53413
Complementary color
Monochromatic Colors of #D53413
Black with #D53413
Text Example
Text Example
White with #D53413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53413; }
p { color: rgb(213,52,19); }
H1.HeaderClassName
{
color: #D53413;
}
.AnyTagClassName
{
color: #D53413;
}
</style>
background-color css
<style>
a { background-color: #D53413; }
a { background-color: rgb(213,52,19); }
div.DivClassName
{
background-color: #D53413;
}
.BgClassName
{
background-color: #D53413;
}
</style>
border-color css
<style>
span { border-color: #D53413; }
span { border-color: rgb(213,52,19); }
td.TdClassName
{
border-color: #D53413;
}
.TagClassName
{
border-color: #D53413;
}
</style>