Html Css Color HEX #D53D00 Harley Davidson Orange
📋 copy color: '#D53D00'red 213 ◦ green 61 ◦ blue 0
Shades of Harley Davidson Orange #D53D00
Tints of Harley Davidson Orange #D53D00
RGB
CMYK
RGB Variations
Color information
#D53D00 (or 0xD53D00) is known color: Harley Davidson Orange. HEX triplet: D5, 3D and 00. RGB value is (213,61,0). Sum of RGB (Red+Green+Blue) = 213+61+0=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53D00 is #2AC2FF. Grayscale: #636363. Windows color (decimal): -2802432 or 15829. OLE color: 15829.
HSL color Cylindrical-coordinate representation of color #D53D00: hue angle of 17.18º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D53D00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.16 |
| HSL | 17.18º | 1% | 0.42% | - |
| HSV(B) | 17.18º | 1% | 0.84% | - |
| XYZ | 29.11 | 17.48 | 1.84 | - |
| YUV | 99.49 | 71.86 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 0 | 0 | 0.71 | 1 | 0.16 | 17.18 | 1 | 0.42 |
| Hex | D5 | 3D | 0 | 0 | 47 | 64 | 10 | 11 | 64 | 2A |
| Octal | 325 | 75 | 0 | 0 | 107 | 144 | 20 | 21 | 144 | 52 |
| Binary | 11010101 | 111101 | 0 | 0 | 1000111 | 1100100 | 10000 | 10001 | 1100100 | 101010 |
Color Harmonies of #D53D00
Complementary color
Monochromatic Colors of #D53D00
Black with #D53D00
Text Example
Text Example
White with #D53D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53D00; }
p { color: rgb(213,61,0); }
H1.HeaderClassName
{
color: #D53D00;
}
.AnyTagClassName
{
color: #D53D00;
}
</style>
background-color css
<style>
a { background-color: #D53D00; }
a { background-color: rgb(213,61,0); }
div.DivClassName
{
background-color: #D53D00;
}
.BgClassName
{
background-color: #D53D00;
}
</style>
border-color css
<style>
span { border-color: #D53D00; }
span { border-color: rgb(213,61,0); }
td.TdClassName
{
border-color: #D53D00;
}
.TagClassName
{
border-color: #D53D00;
}
</style>