Html Css Color HEX #D52100 Harley Davidson Orange
📋 copy color: '#D52100'red 213 ◦ green 33 ◦ blue 0
Shades of Harley Davidson Orange #D52100
Tints of Harley Davidson Orange #D52100
RGB
CMYK
RGB Variations
Color information
#D52100 (or 0xD52100) is known color: Harley Davidson Orange. HEX triplet: D5, 21 and 00. RGB value is (213,33,0). Sum of RGB (Red+Green+Blue) = 213+33+0=246 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.59% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 213 - color contains mainly: red. Hex color #D52100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52100 is #2ADEFF. Grayscale: #535353. Windows color (decimal): -2809600 or 8661. OLE color: 8661.
HSL color Cylindrical-coordinate representation of color #D52100: hue angle of 9.3º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D52100 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.16 |
| HSL | 9.3º | 1% | 0.42% | - |
| HSV(B) | 9.3º | 1% | 0.84% | - |
| XYZ | 27.98 | 15.23 | 1.47 | - |
| YUV | 83.06 | 81.13 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 0 | 0 | 0.85 | 1 | 0.16 | 9.3 | 1 | 0.42 |
| Hex | D5 | 21 | 0 | 0 | 55 | 64 | 10 | 9 | 64 | 2A |
| Octal | 325 | 41 | 0 | 0 | 125 | 144 | 20 | 11 | 144 | 52 |
| Binary | 11010101 | 100001 | 0 | 0 | 1010101 | 1100100 | 10000 | 1001 | 1100100 | 101010 |
Color Harmonies of #D52100
Complementary color
Monochromatic Colors of #D52100
Black with #D52100
Text Example
Text Example
White with #D52100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52100; }
p { color: rgb(213,33,0); }
H1.HeaderClassName
{
color: #D52100;
}
.AnyTagClassName
{
color: #D52100;
}
</style>
background-color css
<style>
a { background-color: #D52100; }
a { background-color: rgb(213,33,0); }
div.DivClassName
{
background-color: #D52100;
}
.BgClassName
{
background-color: #D52100;
}
</style>
border-color css
<style>
span { border-color: #D52100; }
span { border-color: rgb(213,33,0); }
td.TdClassName
{
border-color: #D52100;
}
.TagClassName
{
border-color: #D52100;
}
</style>