Html Css Color HEX #D5201E Harley Davidson Orange
📋 copy color: '#D5201E'red 213 ◦ green 32 ◦ blue 30
Shades of Harley Davidson Orange #D5201E
Tints of Harley Davidson Orange #D5201E
RGB
CMYK
RGB Variations
Color information
#D5201E (or 0xD5201E) is known color: Harley Davidson Orange. HEX triplet: D5, 20 and 1E. RGB value is (213,32,30). Sum of RGB (Red+Green+Blue) = 213+32+30=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D5201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5201E is #2ADFE1. Grayscale: #565656. Windows color (decimal): -2809826 or 1974485. OLE color: 1974485.
HSL color Cylindrical-coordinate representation of color #D5201E: hue angle of 0.66º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5201E is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 30 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.16 |
| HSL | 0.66º | 0.75% | 0.48% | - |
| HSV(B) | 0.66º | 0.86% | 0.84% | - |
| XYZ | 28.19 | 15.27 | 2.69 | - |
| YUV | 85.89 | 96.47 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 30 | 0 | 0.85 | 0.86 | 0.16 | 0.66 | 0.75 | 0.48 |
| Hex | D5 | 20 | 1E | 0 | 55 | 56 | 10 | 1 | 4B | 30 |
| Octal | 325 | 40 | 36 | 0 | 125 | 126 | 20 | 1 | 113 | 60 |
| Binary | 11010101 | 100000 | 11110 | 0 | 1010101 | 1010110 | 10000 | 1 | 1001011 | 110000 |
Color Harmonies of #D5201E
Complementary color
Monochromatic Colors of #D5201E
Black with #D5201E
Text Example
Text Example
White with #D5201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5201E; }
p { color: rgb(213,32,30); }
H1.HeaderClassName
{
color: #D5201E;
}
.AnyTagClassName
{
color: #D5201E;
}
</style>
background-color css
<style>
a { background-color: #D5201E; }
a { background-color: rgb(213,32,30); }
div.DivClassName
{
background-color: #D5201E;
}
.BgClassName
{
background-color: #D5201E;
}
</style>
border-color css
<style>
span { border-color: #D5201E; }
span { border-color: rgb(213,32,30); }
td.TdClassName
{
border-color: #D5201E;
}
.TagClassName
{
border-color: #D5201E;
}
</style>