Html Css Color HEX #D52703 Harley Davidson Orange
📋 copy color: '#D52703'red 213 ◦ green 39 ◦ blue 3
Shades of Harley Davidson Orange #D52703
Tints of Harley Davidson Orange #D52703
RGB
CMYK
RGB Variations
Color information
#D52703 (or 0xD52703) is known color: Harley Davidson Orange. HEX triplet: D5, 27 and 03. RGB value is (213,39,3). Sum of RGB (Red+Green+Blue) = 213+39+3=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D52703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52703 is #2AD8FC. Grayscale: #575757. Windows color (decimal): -2808061 or 206805. OLE color: 206805.
HSL color Cylindrical-coordinate representation of color #D52703: hue angle of 10.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D52703 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 3 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.16 |
| HSL | 10.29º | 0.97% | 0.42% | - |
| HSV(B) | 10.29º | 0.99% | 0.84% | - |
| XYZ | 28.18 | 15.6 | 1.61 | - |
| YUV | 86.92 | 80.65 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 3 | 0 | 0.82 | 0.99 | 0.16 | 10.29 | 0.97 | 0.42 |
| Hex | D5 | 27 | 3 | 0 | 52 | 63 | 10 | A | 61 | 2A |
| Octal | 325 | 47 | 3 | 0 | 122 | 143 | 20 | 12 | 141 | 52 |
| Binary | 11010101 | 100111 | 11 | 0 | 1010010 | 1100011 | 10000 | 1010 | 1100001 | 101010 |
Color Harmonies of #D52703
Complementary color
Monochromatic Colors of #D52703
Black with #D52703
Text Example
Text Example
White with #D52703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52703; }
p { color: rgb(213,39,3); }
H1.HeaderClassName
{
color: #D52703;
}
.AnyTagClassName
{
color: #D52703;
}
</style>
background-color css
<style>
a { background-color: #D52703; }
a { background-color: rgb(213,39,3); }
div.DivClassName
{
background-color: #D52703;
}
.BgClassName
{
background-color: #D52703;
}
</style>
border-color css
<style>
span { border-color: #D52703; }
span { border-color: rgb(213,39,3); }
td.TdClassName
{
border-color: #D52703;
}
.TagClassName
{
border-color: #D52703;
}
</style>