Html Css Color HEX #D2391C Harley Davidson Orange
📋 copy color: '#D2391C'red 210 ◦ green 57 ◦ blue 28
Shades of Harley Davidson Orange #D2391C
Tints of Harley Davidson Orange #D2391C
RGB
CMYK
RGB Variations
Color information
#D2391C (or 0xD2391C) is known color: Harley Davidson Orange. HEX triplet: D2, 39 and 1C. RGB value is (210,57,28). Sum of RGB (Red+Green+Blue) = 210+57+28=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D2391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2391C is #2DC6E3. Grayscale: #636363. Windows color (decimal): -3000036 or 1849810. OLE color: 1849810.
HSL color Cylindrical-coordinate representation of color #D2391C: hue angle of 9.56º 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 #D2391C is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 28 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.18 |
| HSL | 9.56º | 0.76% | 0.47% | - |
| HSV(B) | 9.56º | 0.87% | 0.82% | - |
| XYZ | 28.25 | 16.71 | 2.84 | - |
| YUV | 99.44 | 87.69 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 28 | 0 | 0.73 | 0.87 | 0.18 | 9.56 | 0.76 | 0.47 |
| Hex | D2 | 39 | 1C | 0 | 49 | 57 | 12 | A | 4C | 2F |
| Octal | 322 | 71 | 34 | 0 | 111 | 127 | 22 | 12 | 114 | 57 |
| Binary | 11010010 | 111001 | 11100 | 0 | 1001001 | 1010111 | 10010 | 1010 | 1001100 | 101111 |
Color Harmonies of #D2391C
Complementary color
Monochromatic Colors of #D2391C
Black with #D2391C
Text Example
Text Example
White with #D2391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2391C; }
p { color: rgb(210,57,28); }
H1.HeaderClassName
{
color: #D2391C;
}
.AnyTagClassName
{
color: #D2391C;
}
</style>
background-color css
<style>
a { background-color: #D2391C; }
a { background-color: rgb(210,57,28); }
div.DivClassName
{
background-color: #D2391C;
}
.BgClassName
{
background-color: #D2391C;
}
</style>
border-color css
<style>
span { border-color: #D2391C; }
span { border-color: rgb(210,57,28); }
td.TdClassName
{
border-color: #D2391C;
}
.TagClassName
{
border-color: #D2391C;
}
</style>