Html Css Color HEX #D5351F Harley Davidson Orange
📋 copy color: '#D5351F'red 213 ◦ green 53 ◦ blue 31
Shades of Harley Davidson Orange #D5351F
Tints of Harley Davidson Orange #D5351F
RGB
CMYK
RGB Variations
Color information
#D5351F (or 0xD5351F) is known color: Harley Davidson Orange. HEX triplet: D5, 35 and 1F. RGB value is (213,53,31). Sum of RGB (Red+Green+Blue) = 213+53+31=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D5351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5351F is #2ACAE0. Grayscale: #626262. Windows color (decimal): -2804449 or 2045397. OLE color: 2045397.
HSL color Cylindrical-coordinate representation of color #D5351F: hue angle of 7.25º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5351F is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 31 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.16 |
| HSL | 7.25º | 0.75% | 0.48% | - |
| HSV(B) | 7.25º | 0.85% | 0.84% | - |
| XYZ | 28.96 | 16.79 | 3.01 | - |
| YUV | 98.33 | 90.01 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 31 | 0 | 0.75 | 0.85 | 0.16 | 7.25 | 0.75 | 0.48 |
| Hex | D5 | 35 | 1F | 0 | 4B | 55 | 10 | 7 | 4B | 30 |
| Octal | 325 | 65 | 37 | 0 | 113 | 125 | 20 | 7 | 113 | 60 |
| Binary | 11010101 | 110101 | 11111 | 0 | 1001011 | 1010101 | 10000 | 111 | 1001011 | 110000 |
Color Harmonies of #D5351F
Complementary color
Monochromatic Colors of #D5351F
Black with #D5351F
Text Example
Text Example
White with #D5351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5351F; }
p { color: rgb(213,53,31); }
H1.HeaderClassName
{
color: #D5351F;
}
.AnyTagClassName
{
color: #D5351F;
}
</style>
background-color css
<style>
a { background-color: #D5351F; }
a { background-color: rgb(213,53,31); }
div.DivClassName
{
background-color: #D5351F;
}
.BgClassName
{
background-color: #D5351F;
}
</style>
border-color css
<style>
span { border-color: #D5351F; }
span { border-color: rgb(213,53,31); }
td.TdClassName
{
border-color: #D5351F;
}
.TagClassName
{
border-color: #D5351F;
}
</style>