Html Css Color HEX #D52C13 Harley Davidson Orange
📋 copy color: '#D52C13'red 213 ◦ green 44 ◦ blue 19
Shades of Harley Davidson Orange #D52C13
Tints of Harley Davidson Orange #D52C13
RGB
CMYK
RGB Variations
Color information
#D52C13 (or 0xD52C13) is known color: Harley Davidson Orange. HEX triplet: D5, 2C and 13. RGB value is (213,44,19). Sum of RGB (Red+Green+Blue) = 213+44+19=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52C13 is #2AD3EC. Grayscale: #5B5B5B. Windows color (decimal): -2806765 or 1256661. OLE color: 1256661.
HSL color Cylindrical-coordinate representation of color #D52C13: hue angle of 7.73º 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 #D52C13 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 19 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.16 |
| HSL | 7.73º | 0.84% | 0.45% | - |
| HSV(B) | 7.73º | 0.91% | 0.84% | - |
| XYZ | 28.46 | 15.99 | 2.2 | - |
| YUV | 91.68 | 86.99 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 19 | 0 | 0.79 | 0.91 | 0.16 | 7.73 | 0.84 | 0.45 |
| Hex | D5 | 2C | 13 | 0 | 4F | 5B | 10 | 8 | 54 | 2D |
| Octal | 325 | 54 | 23 | 0 | 117 | 133 | 20 | 10 | 124 | 55 |
| Binary | 11010101 | 101100 | 10011 | 0 | 1001111 | 1011011 | 10000 | 1000 | 1010100 | 101101 |
Color Harmonies of #D52C13
Complementary color
Monochromatic Colors of #D52C13
Black with #D52C13
Text Example
Text Example
White with #D52C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52C13; }
p { color: rgb(213,44,19); }
H1.HeaderClassName
{
color: #D52C13;
}
.AnyTagClassName
{
color: #D52C13;
}
</style>
background-color css
<style>
a { background-color: #D52C13; }
a { background-color: rgb(213,44,19); }
div.DivClassName
{
background-color: #D52C13;
}
.BgClassName
{
background-color: #D52C13;
}
</style>
border-color css
<style>
span { border-color: #D52C13; }
span { border-color: rgb(213,44,19); }
td.TdClassName
{
border-color: #D52C13;
}
.TagClassName
{
border-color: #D52C13;
}
</style>