Html Css Color HEX #D53D1D Harley Davidson Orange
📋 copy color: '#D53D1D'red 213 ◦ green 61 ◦ blue 29
Shades of Harley Davidson Orange #D53D1D
Tints of Harley Davidson Orange #D53D1D
RGB
CMYK
RGB Variations
Color information
#D53D1D (or 0xD53D1D) is known color: Harley Davidson Orange. HEX triplet: D5, 3D and 1D. RGB value is (213,61,29). Sum of RGB (Red+Green+Blue) = 213+61+29=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D1D is #2AC2E2. Grayscale: #676767. Windows color (decimal): -2802403 or 1916373. OLE color: 1916373.
HSL color Cylindrical-coordinate representation of color #D53D1D: hue angle of 10.43º 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 #D53D1D is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 29 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.16 |
| HSL | 10.43º | 0.76% | 0.47% | - |
| HSV(B) | 10.43º | 0.86% | 0.84% | - |
| XYZ | 29.33 | 17.57 | 3.01 | - |
| YUV | 102.8 | 86.36 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 29 | 0 | 0.71 | 0.86 | 0.16 | 10.43 | 0.76 | 0.47 |
| Hex | D5 | 3D | 1D | 0 | 47 | 56 | 10 | A | 4C | 2F |
| Octal | 325 | 75 | 35 | 0 | 107 | 126 | 20 | 12 | 114 | 57 |
| Binary | 11010101 | 111101 | 11101 | 0 | 1000111 | 1010110 | 10000 | 1010 | 1001100 | 101111 |
Color Harmonies of #D53D1D
Complementary color
Monochromatic Colors of #D53D1D
Black with #D53D1D
Text Example
Text Example
White with #D53D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53D1D; }
p { color: rgb(213,61,29); }
H1.HeaderClassName
{
color: #D53D1D;
}
.AnyTagClassName
{
color: #D53D1D;
}
</style>
background-color css
<style>
a { background-color: #D53D1D; }
a { background-color: rgb(213,61,29); }
div.DivClassName
{
background-color: #D53D1D;
}
.BgClassName
{
background-color: #D53D1D;
}
</style>
border-color css
<style>
span { border-color: #D53D1D; }
span { border-color: rgb(213,61,29); }
td.TdClassName
{
border-color: #D53D1D;
}
.TagClassName
{
border-color: #D53D1D;
}
</style>