Html Css Color HEX #D52B1F Harley Davidson Orange
📋 copy color: '#D52B1F'red 213 ◦ green 43 ◦ blue 31
Shades of Harley Davidson Orange #D52B1F
Tints of Harley Davidson Orange #D52B1F
RGB
CMYK
RGB Variations
Color information
#D52B1F (or 0xD52B1F) is known color: Harley Davidson Orange. HEX triplet: D5, 2B and 1F. RGB value is (213,43,31). Sum of RGB (Red+Green+Blue) = 213+43+31=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52B1F is #2AD4E0. Grayscale: #5C5C5C. Windows color (decimal): -2807009 or 2042837. OLE color: 2042837.
HSL color Cylindrical-coordinate representation of color #D52B1F: hue angle of 3.96º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52B1F is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 43 | 31 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.16 |
| HSL | 3.96º | 0.75% | 0.48% | - |
| HSV(B) | 3.96º | 0.85% | 0.84% | - |
| XYZ | 28.55 | 15.97 | 2.87 | - |
| YUV | 92.46 | 93.32 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 31 | 0 | 0.80 | 0.85 | 0.16 | 3.96 | 0.75 | 0.48 |
| Hex | D5 | 2B | 1F | 0 | 50 | 55 | 10 | 4 | 4B | 30 |
| Octal | 325 | 53 | 37 | 0 | 120 | 125 | 20 | 4 | 113 | 60 |
| Binary | 11010101 | 101011 | 11111 | 0 | 1010000 | 1010101 | 10000 | 100 | 1001011 | 110000 |
Color Harmonies of #D52B1F
Complementary color
Monochromatic Colors of #D52B1F
Black with #D52B1F
Text Example
Text Example
White with #D52B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52B1F; }
p { color: rgb(213,43,31); }
H1.HeaderClassName
{
color: #D52B1F;
}
.AnyTagClassName
{
color: #D52B1F;
}
</style>
background-color css
<style>
a { background-color: #D52B1F; }
a { background-color: rgb(213,43,31); }
div.DivClassName
{
background-color: #D52B1F;
}
.BgClassName
{
background-color: #D52B1F;
}
</style>
border-color css
<style>
span { border-color: #D52B1F; }
span { border-color: rgb(213,43,31); }
td.TdClassName
{
border-color: #D52B1F;
}
.TagClassName
{
border-color: #D52B1F;
}
</style>