Html Css Color HEX #D52708 Harley Davidson Orange
📋 copy color: '#D52708'red 213 ◦ green 39 ◦ blue 8
Shades of Harley Davidson Orange #D52708
Tints of Harley Davidson Orange #D52708
RGB
CMYK
RGB Variations
Color information
#D52708 (or 0xD52708) is known color: Harley Davidson Orange. HEX triplet: D5, 27 and 08. RGB value is (213,39,8). Sum of RGB (Red+Green+Blue) = 213+39+8=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D52708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52708 is #2AD8F7. Grayscale: #575757. Windows color (decimal): -2808056 or 534485. OLE color: 534485.
HSL color Cylindrical-coordinate representation of color #D52708: hue angle of 9.07º 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 #D52708 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.16 |
| HSL | 9.07º | 0.93% | 0.43% | - |
| HSV(B) | 9.07º | 0.96% | 0.84% | - |
| XYZ | 28.21 | 15.61 | 1.76 | - |
| YUV | 87.49 | 83.15 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 8 | 0 | 0.82 | 0.96 | 0.16 | 9.07 | 0.93 | 0.43 |
| Hex | D5 | 27 | 8 | 0 | 52 | 60 | 10 | 9 | 5D | 2B |
| Octal | 325 | 47 | 10 | 0 | 122 | 140 | 20 | 11 | 135 | 53 |
| Binary | 11010101 | 100111 | 1000 | 0 | 1010010 | 1100000 | 10000 | 1001 | 1011101 | 101011 |
Color Harmonies of #D52708
Complementary color
Monochromatic Colors of #D52708
Black with #D52708
Text Example
Text Example
White with #D52708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52708; }
p { color: rgb(213,39,8); }
H1.HeaderClassName
{
color: #D52708;
}
.AnyTagClassName
{
color: #D52708;
}
</style>
background-color css
<style>
a { background-color: #D52708; }
a { background-color: rgb(213,39,8); }
div.DivClassName
{
background-color: #D52708;
}
.BgClassName
{
background-color: #D52708;
}
</style>
border-color css
<style>
span { border-color: #D52708; }
span { border-color: rgb(213,39,8); }
td.TdClassName
{
border-color: #D52708;
}
.TagClassName
{
border-color: #D52708;
}
</style>