Html Css Color HEX #D52101 Harley Davidson Orange
📋 copy color: '#D52101'red 213 ◦ green 33 ◦ blue 1
Shades of Harley Davidson Orange #D52101
Tints of Harley Davidson Orange #D52101
RGB
CMYK
RGB Variations
Color information
#D52101 (or 0xD52101) is known color: Harley Davidson Orange. HEX triplet: D5, 21 and 01. RGB value is (213,33,1). Sum of RGB (Red+Green+Blue) = 213+33+1=247 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.23% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 213 - color contains mainly: red. Hex color #D52101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52101 is #2ADEFE. Grayscale: #535353. Windows color (decimal): -2809599 or 74197. OLE color: 74197.
HSL color Cylindrical-coordinate representation of color #D52101: hue angle of 9.06º 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 #D52101 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 1 | - |
| CMYK | 0 | 0.85 | 1.00 | 0.16 |
| HSL | 9.06º | 0.99% | 0.42% | - |
| HSV(B) | 9.06º | 1% | 0.84% | - |
| XYZ | 27.99 | 15.24 | 1.49 | - |
| YUV | 83.17 | 81.63 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 1 | 0 | 0.85 | 1.00 | 0.16 | 9.06 | 0.99 | 0.42 |
| Hex | D5 | 21 | 1 | 0 | 55 | 64 | 10 | 9 | 63 | 2A |
| Octal | 325 | 41 | 1 | 0 | 125 | 144 | 20 | 11 | 143 | 52 |
| Binary | 11010101 | 100001 | 1 | 0 | 1010101 | 1100100 | 10000 | 1001 | 1100011 | 101010 |
Color Harmonies of #D52101
Complementary color
Monochromatic Colors of #D52101
Black with #D52101
Text Example
Text Example
White with #D52101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52101; }
p { color: rgb(213,33,1); }
H1.HeaderClassName
{
color: #D52101;
}
.AnyTagClassName
{
color: #D52101;
}
</style>
background-color css
<style>
a { background-color: #D52101; }
a { background-color: rgb(213,33,1); }
div.DivClassName
{
background-color: #D52101;
}
.BgClassName
{
background-color: #D52101;
}
</style>
border-color css
<style>
span { border-color: #D52101; }
span { border-color: rgb(213,33,1); }
td.TdClassName
{
border-color: #D52101;
}
.TagClassName
{
border-color: #D52101;
}
</style>