Html Css Color HEX #D53908 Harley Davidson Orange
📋 copy color: '#D53908'red 213 ◦ green 57 ◦ blue 8
Shades of Harley Davidson Orange #D53908
Tints of Harley Davidson Orange #D53908
RGB
CMYK
RGB Variations
Color information
#D53908 (or 0xD53908) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 08. RGB value is (213,57,8). Sum of RGB (Red+Green+Blue) = 213+57+8=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D53908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53908 is #2AC6F7. Grayscale: #626262. Windows color (decimal): -2803448 or 539093. OLE color: 539093.
HSL color Cylindrical-coordinate representation of color #D53908: hue angle of 14.34º 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 #D53908 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.16 |
| HSL | 14.34º | 0.93% | 0.43% | - |
| HSV(B) | 14.34º | 0.96% | 0.84% | - |
| XYZ | 28.95 | 17.09 | 2 | - |
| YUV | 98.06 | 77.18 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 8 | 0 | 0.73 | 0.96 | 0.16 | 14.34 | 0.93 | 0.43 |
| Hex | D5 | 39 | 8 | 0 | 49 | 60 | 10 | E | 5D | 2B |
| Octal | 325 | 71 | 10 | 0 | 111 | 140 | 20 | 16 | 135 | 53 |
| Binary | 11010101 | 111001 | 1000 | 0 | 1001001 | 1100000 | 10000 | 1110 | 1011101 | 101011 |
Color Harmonies of #D53908
Complementary color
Monochromatic Colors of #D53908
Black with #D53908
Text Example
Text Example
White with #D53908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53908; }
p { color: rgb(213,57,8); }
H1.HeaderClassName
{
color: #D53908;
}
.AnyTagClassName
{
color: #D53908;
}
</style>
background-color css
<style>
a { background-color: #D53908; }
a { background-color: rgb(213,57,8); }
div.DivClassName
{
background-color: #D53908;
}
.BgClassName
{
background-color: #D53908;
}
</style>
border-color css
<style>
span { border-color: #D53908; }
span { border-color: rgb(213,57,8); }
td.TdClassName
{
border-color: #D53908;
}
.TagClassName
{
border-color: #D53908;
}
</style>