Html Css Color HEX #D5321C Harley Davidson Orange
📋 copy color: '#D5321C'red 213 ◦ green 50 ◦ blue 28
Shades of Harley Davidson Orange #D5321C
Tints of Harley Davidson Orange #D5321C
RGB
CMYK
RGB Variations
Color information
#D5321C (or 0xD5321C) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 1C. RGB value is (213,50,28). Sum of RGB (Red+Green+Blue) = 213+50+28=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D5321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5321C is #2ACDE3. Grayscale: #606060. Windows color (decimal): -2805220 or 1848021. OLE color: 1848021.
HSL color Cylindrical-coordinate representation of color #D5321C: hue angle of 7.14º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5321C is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 28 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.16 |
| HSL | 7.14º | 0.77% | 0.47% | - |
| HSV(B) | 7.14º | 0.87% | 0.84% | - |
| XYZ | 28.79 | 16.51 | 2.77 | - |
| YUV | 96.23 | 89.5 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 28 | 0 | 0.77 | 0.87 | 0.16 | 7.14 | 0.77 | 0.47 |
| Hex | D5 | 32 | 1C | 0 | 4D | 57 | 10 | 7 | 4D | 2F |
| Octal | 325 | 62 | 34 | 0 | 115 | 127 | 20 | 7 | 115 | 57 |
| Binary | 11010101 | 110010 | 11100 | 0 | 1001101 | 1010111 | 10000 | 111 | 1001101 | 101111 |
Color Harmonies of #D5321C
Complementary color
Monochromatic Colors of #D5321C
Black with #D5321C
Text Example
Text Example
White with #D5321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5321C; }
p { color: rgb(213,50,28); }
H1.HeaderClassName
{
color: #D5321C;
}
.AnyTagClassName
{
color: #D5321C;
}
</style>
background-color css
<style>
a { background-color: #D5321C; }
a { background-color: rgb(213,50,28); }
div.DivClassName
{
background-color: #D5321C;
}
.BgClassName
{
background-color: #D5321C;
}
</style>
border-color css
<style>
span { border-color: #D5321C; }
span { border-color: rgb(213,50,28); }
td.TdClassName
{
border-color: #D5321C;
}
.TagClassName
{
border-color: #D5321C;
}
</style>