Html Css Color HEX #D53608 Harley Davidson Orange
📋 copy color: '#D53608'red 213 ◦ green 54 ◦ blue 8
Shades of Harley Davidson Orange #D53608
Tints of Harley Davidson Orange #D53608
RGB
CMYK
RGB Variations
Color information
#D53608 (or 0xD53608) is known color: Harley Davidson Orange. HEX triplet: D5, 36 and 08. RGB value is (213,54,8). Sum of RGB (Red+Green+Blue) = 213+54+8=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D53608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53608 is #2AC9F7. Grayscale: #606060. Windows color (decimal): -2804216 or 538325. OLE color: 538325.
HSL color Cylindrical-coordinate representation of color #D53608: hue angle of 13.46º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D53608 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 8 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.16 |
| HSL | 13.46º | 0.93% | 0.43% | - |
| HSV(B) | 13.46º | 0.96% | 0.84% | - |
| XYZ | 28.8 | 16.8 | 1.95 | - |
| YUV | 96.3 | 78.18 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 8 | 0 | 0.75 | 0.96 | 0.16 | 13.46 | 0.93 | 0.43 |
| Hex | D5 | 36 | 8 | 0 | 4B | 60 | 10 | D | 5D | 2B |
| Octal | 325 | 66 | 10 | 0 | 113 | 140 | 20 | 15 | 135 | 53 |
| Binary | 11010101 | 110110 | 1000 | 0 | 1001011 | 1100000 | 10000 | 1101 | 1011101 | 101011 |
Color Harmonies of #D53608
Complementary color
Monochromatic Colors of #D53608
Black with #D53608
Text Example
Text Example
White with #D53608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53608; }
p { color: rgb(213,54,8); }
H1.HeaderClassName
{
color: #D53608;
}
.AnyTagClassName
{
color: #D53608;
}
</style>
background-color css
<style>
a { background-color: #D53608; }
a { background-color: rgb(213,54,8); }
div.DivClassName
{
background-color: #D53608;
}
.BgClassName
{
background-color: #D53608;
}
</style>
border-color css
<style>
span { border-color: #D53608; }
span { border-color: rgb(213,54,8); }
td.TdClassName
{
border-color: #D53608;
}
.TagClassName
{
border-color: #D53608;
}
</style>