Html Css Color HEX #D52419 Harley Davidson Orange
📋 copy color: '#D52419'red 213 ◦ green 36 ◦ blue 25
Shades of Harley Davidson Orange #D52419
Tints of Harley Davidson Orange #D52419
RGB
CMYK
RGB Variations
Color information
#D52419 (or 0xD52419) is known color: Harley Davidson Orange. HEX triplet: D5, 24 and 19. RGB value is (213,36,25). Sum of RGB (Red+Green+Blue) = 213+36+25=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D52419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52419 is #2ADBE6. Grayscale: #575757. Windows color (decimal): -2808807 or 1647829. OLE color: 1647829.
HSL color Cylindrical-coordinate representation of color #D52419: hue angle of 3.51º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D52419 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 25 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.16 |
| HSL | 3.51º | 0.79% | 0.47% | - |
| HSV(B) | 3.51º | 0.88% | 0.84% | - |
| XYZ | 28.25 | 15.48 | 2.42 | - |
| YUV | 87.67 | 92.64 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 25 | 0 | 0.83 | 0.88 | 0.16 | 3.51 | 0.79 | 0.47 |
| Hex | D5 | 24 | 19 | 0 | 53 | 58 | 10 | 4 | 4F | 2F |
| Octal | 325 | 44 | 31 | 0 | 123 | 130 | 20 | 4 | 117 | 57 |
| Binary | 11010101 | 100100 | 11001 | 0 | 1010011 | 1011000 | 10000 | 100 | 1001111 | 101111 |
Color Harmonies of #D52419
Complementary color
Monochromatic Colors of #D52419
Black with #D52419
Text Example
Text Example
White with #D52419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52419; }
p { color: rgb(213,36,25); }
H1.HeaderClassName
{
color: #D52419;
}
.AnyTagClassName
{
color: #D52419;
}
</style>
background-color css
<style>
a { background-color: #D52419; }
a { background-color: rgb(213,36,25); }
div.DivClassName
{
background-color: #D52419;
}
.BgClassName
{
background-color: #D52419;
}
</style>
border-color css
<style>
span { border-color: #D52419; }
span { border-color: rgb(213,36,25); }
td.TdClassName
{
border-color: #D52419;
}
.TagClassName
{
border-color: #D52419;
}
</style>