Html Css Color HEX #D52113 Harley Davidson Orange
📋 copy color: '#D52113'red 213 ◦ green 33 ◦ blue 19
Shades of Harley Davidson Orange #D52113
Tints of Harley Davidson Orange #D52113
RGB
CMYK
RGB Variations
Color information
#D52113 (or 0xD52113) is known color: Harley Davidson Orange. HEX triplet: D5, 21 and 13. RGB value is (213,33,19). Sum of RGB (Red+Green+Blue) = 213+33+19=265 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.38% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 213 - color contains mainly: red. Hex color #D52113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52113 is #2ADEEC. Grayscale: #555555. Windows color (decimal): -2809581 or 1253845. OLE color: 1253845.
HSL color Cylindrical-coordinate representation of color #D52113: hue angle of 4.33º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D52113 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 19 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.16 |
| HSL | 4.33º | 0.84% | 0.45% | - |
| HSV(B) | 4.33º | 0.91% | 0.84% | - |
| XYZ | 28.1 | 15.28 | 2.08 | - |
| YUV | 85.22 | 90.63 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 19 | 0 | 0.85 | 0.91 | 0.16 | 4.33 | 0.84 | 0.45 |
| Hex | D5 | 21 | 13 | 0 | 55 | 5B | 10 | 4 | 54 | 2D |
| Octal | 325 | 41 | 23 | 0 | 125 | 133 | 20 | 4 | 124 | 55 |
| Binary | 11010101 | 100001 | 10011 | 0 | 1010101 | 1011011 | 10000 | 100 | 1010100 | 101101 |
Color Harmonies of #D52113
Complementary color
Monochromatic Colors of #D52113
Black with #D52113
Text Example
Text Example
White with #D52113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52113; }
p { color: rgb(213,33,19); }
H1.HeaderClassName
{
color: #D52113;
}
.AnyTagClassName
{
color: #D52113;
}
</style>
background-color css
<style>
a { background-color: #D52113; }
a { background-color: rgb(213,33,19); }
div.DivClassName
{
background-color: #D52113;
}
.BgClassName
{
background-color: #D52113;
}
</style>
border-color css
<style>
span { border-color: #D52113; }
span { border-color: rgb(213,33,19); }
td.TdClassName
{
border-color: #D52113;
}
.TagClassName
{
border-color: #D52113;
}
</style>