Html Css Color HEX #D53201 Harley Davidson Orange
📋 copy color: '#D53201'red 213 ◦ green 50 ◦ blue 1
Shades of Harley Davidson Orange #D53201
Tints of Harley Davidson Orange #D53201
RGB
CMYK
RGB Variations
Color information
#D53201 (or 0xD53201) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 01. RGB value is (213,50,1). Sum of RGB (Red+Green+Blue) = 213+50+1=264 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.68% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 213 - color contains mainly: red. Hex color #D53201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53201 is #2ACDFE. Grayscale: #5D5D5D. Windows color (decimal): -2805247 or 78549. OLE color: 78549.
HSL color Cylindrical-coordinate representation of color #D53201: hue angle of 13.87º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D53201 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 1 | - |
| CMYK | 0 | 0.77 | 1.00 | 0.16 |
| HSL | 13.87º | 0.99% | 0.42% | - |
| HSV(B) | 13.87º | 1% | 0.84% | - |
| XYZ | 28.59 | 16.43 | 1.69 | - |
| YUV | 93.15 | 76 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 1 | 0 | 0.77 | 1.00 | 0.16 | 13.87 | 0.99 | 0.42 |
| Hex | D5 | 32 | 1 | 0 | 4D | 64 | 10 | E | 63 | 2A |
| Octal | 325 | 62 | 1 | 0 | 115 | 144 | 20 | 16 | 143 | 52 |
| Binary | 11010101 | 110010 | 1 | 0 | 1001101 | 1100100 | 10000 | 1110 | 1100011 | 101010 |
Color Harmonies of #D53201
Complementary color
Monochromatic Colors of #D53201
Black with #D53201
Text Example
Text Example
White with #D53201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53201; }
p { color: rgb(213,50,1); }
H1.HeaderClassName
{
color: #D53201;
}
.AnyTagClassName
{
color: #D53201;
}
</style>
background-color css
<style>
a { background-color: #D53201; }
a { background-color: rgb(213,50,1); }
div.DivClassName
{
background-color: #D53201;
}
.BgClassName
{
background-color: #D53201;
}
</style>
border-color css
<style>
span { border-color: #D53201; }
span { border-color: rgb(213,50,1); }
td.TdClassName
{
border-color: #D53201;
}
.TagClassName
{
border-color: #D53201;
}
</style>