Html Css Color HEX #D52901 Harley Davidson Orange
📋 copy color: '#D52901'red 213 ◦ green 41 ◦ blue 1
Shades of Harley Davidson Orange #D52901
Tints of Harley Davidson Orange #D52901
RGB
CMYK
RGB Variations
Color information
#D52901 (or 0xD52901) is known color: Harley Davidson Orange. HEX triplet: D5, 29 and 01. RGB value is (213,41,1). Sum of RGB (Red+Green+Blue) = 213+41+1=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D52901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52901 is #2AD6FE. Grayscale: #585858. Windows color (decimal): -2807551 or 76245. OLE color: 76245.
HSL color Cylindrical-coordinate representation of color #D52901: hue angle of 11.32º 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 #D52901 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 1 | - |
| CMYK | 0 | 0.81 | 1.00 | 0.16 |
| HSL | 11.32º | 0.99% | 0.42% | - |
| HSV(B) | 11.32º | 1% | 0.84% | - |
| XYZ | 28.24 | 15.73 | 1.58 | - |
| YUV | 87.87 | 78.98 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 1 | 0 | 0.81 | 1.00 | 0.16 | 11.32 | 0.99 | 0.42 |
| Hex | D5 | 29 | 1 | 0 | 51 | 64 | 10 | B | 63 | 2A |
| Octal | 325 | 51 | 1 | 0 | 121 | 144 | 20 | 13 | 143 | 52 |
| Binary | 11010101 | 101001 | 1 | 0 | 1010001 | 1100100 | 10000 | 1011 | 1100011 | 101010 |
Color Harmonies of #D52901
Complementary color
Monochromatic Colors of #D52901
Black with #D52901
Text Example
Text Example
White with #D52901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52901; }
p { color: rgb(213,41,1); }
H1.HeaderClassName
{
color: #D52901;
}
.AnyTagClassName
{
color: #D52901;
}
</style>
background-color css
<style>
a { background-color: #D52901; }
a { background-color: rgb(213,41,1); }
div.DivClassName
{
background-color: #D52901;
}
.BgClassName
{
background-color: #D52901;
}
</style>
border-color css
<style>
span { border-color: #D52901; }
span { border-color: rgb(213,41,1); }
td.TdClassName
{
border-color: #D52901;
}
.TagClassName
{
border-color: #D52901;
}
</style>