Html Css Color HEX #D7351C Harley Davidson Orange
📋 copy color: '#D7351C'red 215 ◦ green 53 ◦ blue 28
Shades of Harley Davidson Orange #D7351C
Tints of Harley Davidson Orange #D7351C
RGB
CMYK
RGB Variations
Color information
#D7351C (or 0xD7351C) is known color: Harley Davidson Orange. HEX triplet: D7, 35 and 1C. RGB value is (215,53,28). Sum of RGB (Red+Green+Blue) = 215+53+28=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D7351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7351C is #28CAE3. Grayscale: #626262. Windows color (decimal): -2673380 or 1848791. OLE color: 1848791.
HSL color Cylindrical-coordinate representation of color #D7351C: hue angle of 8.02º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7351C is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 28 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.16 |
| HSL | 8.02º | 0.77% | 0.48% | - |
| HSV(B) | 8.02º | 0.87% | 0.84% | - |
| XYZ | 29.51 | 17.08 | 2.84 | - |
| YUV | 98.59 | 88.17 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 28 | 0 | 0.75 | 0.87 | 0.16 | 8.02 | 0.77 | 0.48 |
| Hex | D7 | 35 | 1C | 0 | 4B | 57 | 10 | 8 | 4D | 30 |
| Octal | 327 | 65 | 34 | 0 | 113 | 127 | 20 | 10 | 115 | 60 |
| Binary | 11010111 | 110101 | 11100 | 0 | 1001011 | 1010111 | 10000 | 1000 | 1001101 | 110000 |
Color Harmonies of #D7351C
Complementary color
Monochromatic Colors of #D7351C
Black with #D7351C
Text Example
Text Example
White with #D7351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7351C; }
p { color: rgb(215,53,28); }
H1.HeaderClassName
{
color: #D7351C;
}
.AnyTagClassName
{
color: #D7351C;
}
</style>
background-color css
<style>
a { background-color: #D7351C; }
a { background-color: rgb(215,53,28); }
div.DivClassName
{
background-color: #D7351C;
}
.BgClassName
{
background-color: #D7351C;
}
</style>
border-color css
<style>
span { border-color: #D7351C; }
span { border-color: rgb(215,53,28); }
td.TdClassName
{
border-color: #D7351C;
}
.TagClassName
{
border-color: #D7351C;
}
</style>