Html Css Color HEX #D52B1E Harley Davidson Orange
📋 copy color: '#D52B1E'red 213 ◦ green 43 ◦ blue 30
Shades of Harley Davidson Orange #D52B1E
Tints of Harley Davidson Orange #D52B1E
RGB
CMYK
RGB Variations
Color information
#D52B1E (or 0xD52B1E) is known color: Harley Davidson Orange. HEX triplet: D5, 2B and 1E. RGB value is (213,43,30). Sum of RGB (Red+Green+Blue) = 213+43+30=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52B1E is #2AD4E1. Grayscale: #5C5C5C. Windows color (decimal): -2807010 or 1977301. OLE color: 1977301.
HSL color Cylindrical-coordinate representation of color #D52B1E: hue angle of 4.26º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D52B1E is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 43 | 30 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.16 |
| HSL | 4.26º | 0.75% | 0.48% | - |
| HSV(B) | 4.26º | 0.86% | 0.84% | - |
| XYZ | 28.54 | 15.97 | 2.81 | - |
| YUV | 92.35 | 92.82 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 30 | 0 | 0.80 | 0.86 | 0.16 | 4.26 | 0.75 | 0.48 |
| Hex | D5 | 2B | 1E | 0 | 50 | 56 | 10 | 4 | 4B | 30 |
| Octal | 325 | 53 | 36 | 0 | 120 | 126 | 20 | 4 | 113 | 60 |
| Binary | 11010101 | 101011 | 11110 | 0 | 1010000 | 1010110 | 10000 | 100 | 1001011 | 110000 |
Color Harmonies of #D52B1E
Complementary color
Monochromatic Colors of #D52B1E
Black with #D52B1E
Text Example
Text Example
White with #D52B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52B1E; }
p { color: rgb(213,43,30); }
H1.HeaderClassName
{
color: #D52B1E;
}
.AnyTagClassName
{
color: #D52B1E;
}
</style>
background-color css
<style>
a { background-color: #D52B1E; }
a { background-color: rgb(213,43,30); }
div.DivClassName
{
background-color: #D52B1E;
}
.BgClassName
{
background-color: #D52B1E;
}
</style>
border-color css
<style>
span { border-color: #D52B1E; }
span { border-color: rgb(213,43,30); }
td.TdClassName
{
border-color: #D52B1E;
}
.TagClassName
{
border-color: #D52B1E;
}
</style>