Html Css Color HEX #D93200 Harley Davidson Orange
📋 copy color: '#D93200'red 217 ◦ green 50 ◦ blue 0
Shades of Harley Davidson Orange #D93200
Tints of Harley Davidson Orange #D93200
RGB
CMYK
RGB Variations
Color information
#D93200 (or 0xD93200) is known color: Harley Davidson Orange. HEX triplet: D9, 32 and 00. RGB value is (217,50,0). Sum of RGB (Red+Green+Blue) = 217+50+0=267 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.27% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 217 - color contains mainly: red. Hex color #D93200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93200 is #26CDFF. Grayscale: #5E5E5E. Windows color (decimal): -2543104 or 13017. OLE color: 13017.
HSL color Cylindrical-coordinate representation of color #D93200: hue angle of 13.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D93200 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.15 |
| HSL | 13.82º | 1% | 0.43% | - |
| HSV(B) | 13.82º | 1% | 0.85% | - |
| XYZ | 29.76 | 17.03 | 1.72 | - |
| YUV | 94.23 | 74.83 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 0 | 0 | 0.77 | 1 | 0.15 | 13.82 | 1 | 0.43 |
| Hex | D9 | 32 | 0 | 0 | 4D | 64 | F | E | 64 | 2B |
| Octal | 331 | 62 | 0 | 0 | 115 | 144 | 17 | 16 | 144 | 53 |
| Binary | 11011001 | 110010 | 0 | 0 | 1001101 | 1100100 | 1111 | 1110 | 1100100 | 101011 |
Color Harmonies of #D93200
Complementary color
Monochromatic Colors of #D93200
Black with #D93200
Text Example
Text Example
White with #D93200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93200; }
p { color: rgb(217,50,0); }
H1.HeaderClassName
{
color: #D93200;
}
.AnyTagClassName
{
color: #D93200;
}
</style>
background-color css
<style>
a { background-color: #D93200; }
a { background-color: rgb(217,50,0); }
div.DivClassName
{
background-color: #D93200;
}
.BgClassName
{
background-color: #D93200;
}
</style>
border-color css
<style>
span { border-color: #D93200; }
span { border-color: rgb(217,50,0); }
td.TdClassName
{
border-color: #D93200;
}
.TagClassName
{
border-color: #D93200;
}
</style>