Html Css Color HEX #D2341C Harley Davidson Orange
📋 copy color: '#D2341C'red 210 ◦ green 52 ◦ blue 28
Shades of Harley Davidson Orange #D2341C
Tints of Harley Davidson Orange #D2341C
RGB
CMYK
RGB Variations
Color information
#D2341C (or 0xD2341C) is known color: Harley Davidson Orange. HEX triplet: D2, 34 and 1C. RGB value is (210,52,28). Sum of RGB (Red+Green+Blue) = 210+52+28=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D2341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2341C is #2DCBE3. Grayscale: #606060. Windows color (decimal): -3001316 or 1848530. OLE color: 1848530.
HSL color Cylindrical-coordinate representation of color #D2341C: hue angle of 7.91º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2341C is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 28 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.18 |
| HSL | 7.91º | 0.76% | 0.47% | - |
| HSV(B) | 7.91º | 0.87% | 0.82% | - |
| XYZ | 28.02 | 16.24 | 2.76 | - |
| YUV | 96.51 | 89.35 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 28 | 0 | 0.75 | 0.87 | 0.18 | 7.91 | 0.76 | 0.47 |
| Hex | D2 | 34 | 1C | 0 | 4B | 57 | 12 | 8 | 4C | 2F |
| Octal | 322 | 64 | 34 | 0 | 113 | 127 | 22 | 10 | 114 | 57 |
| Binary | 11010010 | 110100 | 11100 | 0 | 1001011 | 1010111 | 10010 | 1000 | 1001100 | 101111 |
Color Harmonies of #D2341C
Complementary color
Monochromatic Colors of #D2341C
Black with #D2341C
Text Example
Text Example
White with #D2341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2341C; }
p { color: rgb(210,52,28); }
H1.HeaderClassName
{
color: #D2341C;
}
.AnyTagClassName
{
color: #D2341C;
}
</style>
background-color css
<style>
a { background-color: #D2341C; }
a { background-color: rgb(210,52,28); }
div.DivClassName
{
background-color: #D2341C;
}
.BgClassName
{
background-color: #D2341C;
}
</style>
border-color css
<style>
span { border-color: #D2341C; }
span { border-color: rgb(210,52,28); }
td.TdClassName
{
border-color: #D2341C;
}
.TagClassName
{
border-color: #D2341C;
}
</style>