Html Css Color HEX #D53214 Harley Davidson Orange
📋 copy color: '#D53214'red 213 ◦ green 50 ◦ blue 20
Shades of Harley Davidson Orange #D53214
Tints of Harley Davidson Orange #D53214
RGB
CMYK
RGB Variations
Color information
#D53214 (or 0xD53214) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 14. RGB value is (213,50,20). Sum of RGB (Red+Green+Blue) = 213+50+20=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D53214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53214 is #2ACDEB. Grayscale: #5F5F5F. Windows color (decimal): -2805228 or 1323733. OLE color: 1323733.
HSL color Cylindrical-coordinate representation of color #D53214: hue angle of 9.33º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D53214 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 20 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.16 |
| HSL | 9.33º | 0.83% | 0.46% | - |
| HSV(B) | 9.33º | 0.91% | 0.84% | - |
| XYZ | 28.71 | 16.48 | 2.33 | - |
| YUV | 95.32 | 85.5 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 20 | 0 | 0.77 | 0.91 | 0.16 | 9.33 | 0.83 | 0.46 |
| Hex | D5 | 32 | 14 | 0 | 4D | 5B | 10 | 9 | 53 | 2E |
| Octal | 325 | 62 | 24 | 0 | 115 | 133 | 20 | 11 | 123 | 56 |
| Binary | 11010101 | 110010 | 10100 | 0 | 1001101 | 1011011 | 10000 | 1001 | 1010011 | 101110 |
Color Harmonies of #D53214
Complementary color
Monochromatic Colors of #D53214
Black with #D53214
Text Example
Text Example
White with #D53214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53214; }
p { color: rgb(213,50,20); }
H1.HeaderClassName
{
color: #D53214;
}
.AnyTagClassName
{
color: #D53214;
}
</style>
background-color css
<style>
a { background-color: #D53214; }
a { background-color: rgb(213,50,20); }
div.DivClassName
{
background-color: #D53214;
}
.BgClassName
{
background-color: #D53214;
}
</style>
border-color css
<style>
span { border-color: #D53214; }
span { border-color: rgb(213,50,20); }
td.TdClassName
{
border-color: #D53214;
}
.TagClassName
{
border-color: #D53214;
}
</style>