Html Css Color HEX #D52003 Harley Davidson Orange
📋 copy color: '#D52003'red 213 ◦ green 32 ◦ blue 3
Shades of Harley Davidson Orange #D52003
Tints of Harley Davidson Orange #D52003
RGB
CMYK
RGB Variations
Color information
#D52003 (or 0xD52003) is known color: Harley Davidson Orange. HEX triplet: D5, 20 and 03. RGB value is (213,32,3). Sum of RGB (Red+Green+Blue) = 213+32+3=248 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.89% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 213 - color contains mainly: red. Hex color #D52003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52003 is #2ADFFC. Grayscale: #535353. Windows color (decimal): -2809853 or 205013. OLE color: 205013.
HSL color Cylindrical-coordinate representation of color #D52003: hue angle of 8.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 #D52003 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.16 |
| HSL | 8.29º | 0.97% | 0.42% | - |
| HSV(B) | 8.29º | 0.99% | 0.84% | - |
| XYZ | 27.97 | 15.19 | 1.54 | - |
| YUV | 82.81 | 82.97 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 3 | 0 | 0.85 | 0.99 | 0.16 | 8.29 | 0.97 | 0.42 |
| Hex | D5 | 20 | 3 | 0 | 55 | 63 | 10 | 8 | 61 | 2A |
| Octal | 325 | 40 | 3 | 0 | 125 | 143 | 20 | 10 | 141 | 52 |
| Binary | 11010101 | 100000 | 11 | 0 | 1010101 | 1100011 | 10000 | 1000 | 1100001 | 101010 |
Color Harmonies of #D52003
Complementary color
Monochromatic Colors of #D52003
Black with #D52003
Text Example
Text Example
White with #D52003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52003; }
p { color: rgb(213,32,3); }
H1.HeaderClassName
{
color: #D52003;
}
.AnyTagClassName
{
color: #D52003;
}
</style>
background-color css
<style>
a { background-color: #D52003; }
a { background-color: rgb(213,32,3); }
div.DivClassName
{
background-color: #D52003;
}
.BgClassName
{
background-color: #D52003;
}
</style>
border-color css
<style>
span { border-color: #D52003; }
span { border-color: rgb(213,32,3); }
td.TdClassName
{
border-color: #D52003;
}
.TagClassName
{
border-color: #D52003;
}
</style>