Html Css Color HEX #D52C10 Harley Davidson Orange
📋 copy color: '#D52C10'red 213 ◦ green 44 ◦ blue 16
Shades of Harley Davidson Orange #D52C10
Tints of Harley Davidson Orange #D52C10
RGB
CMYK
RGB Variations
Color information
#D52C10 (or 0xD52C10) is known color: Harley Davidson Orange. HEX triplet: D5, 2C and 10. RGB value is (213,44,16). Sum of RGB (Red+Green+Blue) = 213+44+16=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52C10 is #2AD3EF. Grayscale: #5B5B5B. Windows color (decimal): -2806768 or 1060053. OLE color: 1060053.
HSL color Cylindrical-coordinate representation of color #D52C10: hue angle of 8.53º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D52C10 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 16 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.16 |
| HSL | 8.53º | 0.86% | 0.45% | - |
| HSV(B) | 8.53º | 0.92% | 0.84% | - |
| XYZ | 28.43 | 15.98 | 2.08 | - |
| YUV | 91.34 | 85.49 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 16 | 0 | 0.79 | 0.92 | 0.16 | 8.53 | 0.86 | 0.45 |
| Hex | D5 | 2C | 10 | 0 | 4F | 5C | 10 | 9 | 56 | 2D |
| Octal | 325 | 54 | 20 | 0 | 117 | 134 | 20 | 11 | 126 | 55 |
| Binary | 11010101 | 101100 | 10000 | 0 | 1001111 | 1011100 | 10000 | 1001 | 1010110 | 101101 |
Color Harmonies of #D52C10
Complementary color
Monochromatic Colors of #D52C10
Black with #D52C10
Text Example
Text Example
White with #D52C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52C10; }
p { color: rgb(213,44,16); }
H1.HeaderClassName
{
color: #D52C10;
}
.AnyTagClassName
{
color: #D52C10;
}
</style>
background-color css
<style>
a { background-color: #D52C10; }
a { background-color: rgb(213,44,16); }
div.DivClassName
{
background-color: #D52C10;
}
.BgClassName
{
background-color: #D52C10;
}
</style>
border-color css
<style>
span { border-color: #D52C10; }
span { border-color: rgb(213,44,16); }
td.TdClassName
{
border-color: #D52C10;
}
.TagClassName
{
border-color: #D52C10;
}
</style>