Html Css Color HEX #D52D19 Harley Davidson Orange
📋 copy color: '#D52D19'red 213 ◦ green 45 ◦ blue 25
Shades of Harley Davidson Orange #D52D19
Tints of Harley Davidson Orange #D52D19
RGB
CMYK
RGB Variations
Color information
#D52D19 (or 0xD52D19) is known color: Harley Davidson Orange. HEX triplet: D5, 2D and 19. RGB value is (213,45,25). Sum of RGB (Red+Green+Blue) = 213+45+25=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52D19 is #2AD2E6. Grayscale: #5D5D5D. Windows color (decimal): -2806503 or 1650133. OLE color: 1650133.
HSL color Cylindrical-coordinate representation of color #D52D19: hue angle of 6.38º 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 #D52D19 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 25 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.16 |
| HSL | 6.38º | 0.79% | 0.47% | - |
| HSV(B) | 6.38º | 0.88% | 0.84% | - |
| XYZ | 28.55 | 16.09 | 2.52 | - |
| YUV | 92.95 | 89.66 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 25 | 0 | 0.79 | 0.88 | 0.16 | 6.38 | 0.79 | 0.47 |
| Hex | D5 | 2D | 19 | 0 | 4F | 58 | 10 | 6 | 4F | 2F |
| Octal | 325 | 55 | 31 | 0 | 117 | 130 | 20 | 6 | 117 | 57 |
| Binary | 11010101 | 101101 | 11001 | 0 | 1001111 | 1011000 | 10000 | 110 | 1001111 | 101111 |
Color Harmonies of #D52D19
Complementary color
Monochromatic Colors of #D52D19
Black with #D52D19
Text Example
Text Example
White with #D52D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D19; }
p { color: rgb(213,45,25); }
H1.HeaderClassName
{
color: #D52D19;
}
.AnyTagClassName
{
color: #D52D19;
}
</style>
background-color css
<style>
a { background-color: #D52D19; }
a { background-color: rgb(213,45,25); }
div.DivClassName
{
background-color: #D52D19;
}
.BgClassName
{
background-color: #D52D19;
}
</style>
border-color css
<style>
span { border-color: #D52D19; }
span { border-color: rgb(213,45,25); }
td.TdClassName
{
border-color: #D52D19;
}
.TagClassName
{
border-color: #D52D19;
}
</style>