Html Css Color HEX #D52C19 Harley Davidson Orange
📋 copy color: '#D52C19'red 213 ◦ green 44 ◦ blue 25
Shades of Harley Davidson Orange #D52C19
Tints of Harley Davidson Orange #D52C19
RGB
CMYK
RGB Variations
Color information
#D52C19 (or 0xD52C19) is known color: Harley Davidson Orange. HEX triplet: D5, 2C and 19. RGB value is (213,44,25). Sum of RGB (Red+Green+Blue) = 213+44+25=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52C19 is #2AD3E6. Grayscale: #5C5C5C. Windows color (decimal): -2806759 or 1649877. OLE color: 1649877.
HSL color Cylindrical-coordinate representation of color #D52C19: hue angle of 6.06º 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 #D52C19 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 25 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.16 |
| HSL | 6.06º | 0.79% | 0.47% | - |
| HSV(B) | 6.06º | 0.88% | 0.84% | - |
| XYZ | 28.52 | 16.02 | 2.51 | - |
| YUV | 92.37 | 89.99 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 25 | 0 | 0.79 | 0.88 | 0.16 | 6.06 | 0.79 | 0.47 |
| Hex | D5 | 2C | 19 | 0 | 4F | 58 | 10 | 6 | 4F | 2F |
| Octal | 325 | 54 | 31 | 0 | 117 | 130 | 20 | 6 | 117 | 57 |
| Binary | 11010101 | 101100 | 11001 | 0 | 1001111 | 1011000 | 10000 | 110 | 1001111 | 101111 |
Color Harmonies of #D52C19
Complementary color
Monochromatic Colors of #D52C19
Black with #D52C19
Text Example
Text Example
White with #D52C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52C19; }
p { color: rgb(213,44,25); }
H1.HeaderClassName
{
color: #D52C19;
}
.AnyTagClassName
{
color: #D52C19;
}
</style>
background-color css
<style>
a { background-color: #D52C19; }
a { background-color: rgb(213,44,25); }
div.DivClassName
{
background-color: #D52C19;
}
.BgClassName
{
background-color: #D52C19;
}
</style>
border-color css
<style>
span { border-color: #D52C19; }
span { border-color: rgb(213,44,25); }
td.TdClassName
{
border-color: #D52C19;
}
.TagClassName
{
border-color: #D52C19;
}
</style>