Html Css Color HEX #D53213 Harley Davidson Orange
📋 copy color: '#D53213'red 213 ◦ green 50 ◦ blue 19
Shades of Harley Davidson Orange #D53213
Tints of Harley Davidson Orange #D53213
RGB
CMYK
RGB Variations
Color information
#D53213 (or 0xD53213) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 13. RGB value is (213,50,19). Sum of RGB (Red+Green+Blue) = 213+50+19=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D53213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53213 is #2ACDEC. Grayscale: #5F5F5F. Windows color (decimal): -2805229 or 1258197. OLE color: 1258197.
HSL color Cylindrical-coordinate representation of color #D53213: hue angle of 9.59º 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 #D53213 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 19 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.16 |
| HSL | 9.59º | 0.84% | 0.45% | - |
| HSV(B) | 9.59º | 0.91% | 0.84% | - |
| XYZ | 28.7 | 16.47 | 2.28 | - |
| YUV | 95.2 | 85 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 19 | 0 | 0.77 | 0.91 | 0.16 | 9.59 | 0.84 | 0.45 |
| Hex | D5 | 32 | 13 | 0 | 4D | 5B | 10 | A | 54 | 2D |
| Octal | 325 | 62 | 23 | 0 | 115 | 133 | 20 | 12 | 124 | 55 |
| Binary | 11010101 | 110010 | 10011 | 0 | 1001101 | 1011011 | 10000 | 1010 | 1010100 | 101101 |
Color Harmonies of #D53213
Complementary color
Monochromatic Colors of #D53213
Black with #D53213
Text Example
Text Example
White with #D53213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53213; }
p { color: rgb(213,50,19); }
H1.HeaderClassName
{
color: #D53213;
}
.AnyTagClassName
{
color: #D53213;
}
</style>
background-color css
<style>
a { background-color: #D53213; }
a { background-color: rgb(213,50,19); }
div.DivClassName
{
background-color: #D53213;
}
.BgClassName
{
background-color: #D53213;
}
</style>
border-color css
<style>
span { border-color: #D53213; }
span { border-color: rgb(213,50,19); }
td.TdClassName
{
border-color: #D53213;
}
.TagClassName
{
border-color: #D53213;
}
</style>