Html Css Color HEX #D2331D Harley Davidson Orange
📋 copy color: '#D2331D'red 210 ◦ green 51 ◦ blue 29
Shades of Harley Davidson Orange #D2331D
Tints of Harley Davidson Orange #D2331D
RGB
CMYK
RGB Variations
Color information
#D2331D (or 0xD2331D) is known color: Harley Davidson Orange. HEX triplet: D2, 33 and 1D. RGB value is (210,51,29). Sum of RGB (Red+Green+Blue) = 210+51+29=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D2331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2331D is #2DCCE2. Grayscale: #606060. Windows color (decimal): -3001571 or 1913810. OLE color: 1913810.
HSL color Cylindrical-coordinate representation of color #D2331D: hue angle of 7.29º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2331D is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 29 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.18 |
| HSL | 7.29º | 0.76% | 0.47% | - |
| HSV(B) | 7.29º | 0.86% | 0.82% | - |
| XYZ | 27.98 | 16.16 | 2.81 | - |
| YUV | 96.03 | 90.18 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 29 | 0 | 0.76 | 0.86 | 0.18 | 7.29 | 0.76 | 0.47 |
| Hex | D2 | 33 | 1D | 0 | 4C | 56 | 12 | 7 | 4C | 2F |
| Octal | 322 | 63 | 35 | 0 | 114 | 126 | 22 | 7 | 114 | 57 |
| Binary | 11010010 | 110011 | 11101 | 0 | 1001100 | 1010110 | 10010 | 111 | 1001100 | 101111 |
Color Harmonies of #D2331D
Complementary color
Monochromatic Colors of #D2331D
Black with #D2331D
Text Example
Text Example
White with #D2331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2331D; }
p { color: rgb(210,51,29); }
H1.HeaderClassName
{
color: #D2331D;
}
.AnyTagClassName
{
color: #D2331D;
}
</style>
background-color css
<style>
a { background-color: #D2331D; }
a { background-color: rgb(210,51,29); }
div.DivClassName
{
background-color: #D2331D;
}
.BgClassName
{
background-color: #D2331D;
}
</style>
border-color css
<style>
span { border-color: #D2331D; }
span { border-color: rgb(210,51,29); }
td.TdClassName
{
border-color: #D2331D;
}
.TagClassName
{
border-color: #D2331D;
}
</style>