Html Css Color HEX #D52D1D Harley Davidson Orange
📋 copy color: '#D52D1D'red 213 ◦ green 45 ◦ blue 29
Shades of Harley Davidson Orange #D52D1D
Tints of Harley Davidson Orange #D52D1D
RGB
CMYK
RGB Variations
Color information
#D52D1D (or 0xD52D1D) is known color: Harley Davidson Orange. HEX triplet: D5, 2D and 1D. RGB value is (213,45,29). Sum of RGB (Red+Green+Blue) = 213+45+29=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D1D is #2AD2E2. Grayscale: #5D5D5D. Windows color (decimal): -2806499 or 1912277. OLE color: 1912277.
HSL color Cylindrical-coordinate representation of color #D52D1D: hue angle of 5.22º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D52D1D is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 29 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.16 |
| HSL | 5.22º | 0.76% | 0.47% | - |
| HSV(B) | 5.22º | 0.86% | 0.84% | - |
| XYZ | 28.6 | 16.11 | 2.76 | - |
| YUV | 93.41 | 91.66 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 29 | 0 | 0.79 | 0.86 | 0.16 | 5.22 | 0.76 | 0.47 |
| Hex | D5 | 2D | 1D | 0 | 4F | 56 | 10 | 5 | 4C | 2F |
| Octal | 325 | 55 | 35 | 0 | 117 | 126 | 20 | 5 | 114 | 57 |
| Binary | 11010101 | 101101 | 11101 | 0 | 1001111 | 1010110 | 10000 | 101 | 1001100 | 101111 |
Color Harmonies of #D52D1D
Complementary color
Monochromatic Colors of #D52D1D
Black with #D52D1D
Text Example
Text Example
White with #D52D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D1D; }
p { color: rgb(213,45,29); }
H1.HeaderClassName
{
color: #D52D1D;
}
.AnyTagClassName
{
color: #D52D1D;
}
</style>
background-color css
<style>
a { background-color: #D52D1D; }
a { background-color: rgb(213,45,29); }
div.DivClassName
{
background-color: #D52D1D;
}
.BgClassName
{
background-color: #D52D1D;
}
</style>
border-color css
<style>
span { border-color: #D52D1D; }
span { border-color: rgb(213,45,29); }
td.TdClassName
{
border-color: #D52D1D;
}
.TagClassName
{
border-color: #D52D1D;
}
</style>