Html Css Color HEX #D2331B Harley Davidson Orange
📋 copy color: '#D2331B'red 210 ◦ green 51 ◦ blue 27
Shades of Harley Davidson Orange #D2331B
Tints of Harley Davidson Orange #D2331B
RGB
CMYK
RGB Variations
Color information
#D2331B (or 0xD2331B) is known color: Harley Davidson Orange. HEX triplet: D2, 33 and 1B. RGB value is (210,51,27). Sum of RGB (Red+Green+Blue) = 210+51+27=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D2331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2331B is #2DCCE4. Grayscale: #606060. Windows color (decimal): -3001573 or 1782738. OLE color: 1782738.
HSL color Cylindrical-coordinate representation of color #D2331B: hue angle of 7.87º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2331B is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 27 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.18 |
| HSL | 7.87º | 0.77% | 0.46% | - |
| HSV(B) | 7.87º | 0.87% | 0.82% | - |
| XYZ | 27.96 | 16.15 | 2.68 | - |
| YUV | 95.81 | 89.18 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 27 | 0 | 0.76 | 0.87 | 0.18 | 7.87 | 0.77 | 0.46 |
| Hex | D2 | 33 | 1B | 0 | 4C | 57 | 12 | 8 | 4D | 2E |
| Octal | 322 | 63 | 33 | 0 | 114 | 127 | 22 | 10 | 115 | 56 |
| Binary | 11010010 | 110011 | 11011 | 0 | 1001100 | 1010111 | 10010 | 1000 | 1001101 | 101110 |
Color Harmonies of #D2331B
Complementary color
Monochromatic Colors of #D2331B
Black with #D2331B
Text Example
Text Example
White with #D2331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2331B; }
p { color: rgb(210,51,27); }
H1.HeaderClassName
{
color: #D2331B;
}
.AnyTagClassName
{
color: #D2331B;
}
</style>
background-color css
<style>
a { background-color: #D2331B; }
a { background-color: rgb(210,51,27); }
div.DivClassName
{
background-color: #D2331B;
}
.BgClassName
{
background-color: #D2331B;
}
</style>
border-color css
<style>
span { border-color: #D2331B; }
span { border-color: rgb(210,51,27); }
td.TdClassName
{
border-color: #D2331B;
}
.TagClassName
{
border-color: #D2331B;
}
</style>