Html Css Color HEX #D52C0E Harley Davidson Orange
📋 copy color: '#D52C0E'red 213 ◦ green 44 ◦ blue 14
Shades of Harley Davidson Orange #D52C0E
Tints of Harley Davidson Orange #D52C0E
RGB
CMYK
RGB Variations
Color information
#D52C0E (or 0xD52C0E) is known color: Harley Davidson Orange. HEX triplet: D5, 2C and 0E. RGB value is (213,44,14). Sum of RGB (Red+Green+Blue) = 213+44+14=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52C0E is #2AD3F1. Grayscale: #5B5B5B. Windows color (decimal): -2806770 or 928981. OLE color: 928981.
HSL color Cylindrical-coordinate representation of color #D52C0E: hue angle of 9.05º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D52C0E is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 14 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.16 |
| HSL | 9.05º | 0.88% | 0.45% | - |
| HSV(B) | 9.05º | 0.93% | 0.84% | - |
| XYZ | 28.42 | 15.98 | 2 | - |
| YUV | 91.11 | 84.49 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 14 | 0 | 0.79 | 0.93 | 0.16 | 9.05 | 0.88 | 0.45 |
| Hex | D5 | 2C | E | 0 | 4F | 5D | 10 | 9 | 58 | 2D |
| Octal | 325 | 54 | 16 | 0 | 117 | 135 | 20 | 11 | 130 | 55 |
| Binary | 11010101 | 101100 | 1110 | 0 | 1001111 | 1011101 | 10000 | 1001 | 1011000 | 101101 |
Color Harmonies of #D52C0E
Complementary color
Monochromatic Colors of #D52C0E
Black with #D52C0E
Text Example
Text Example
White with #D52C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52C0E; }
p { color: rgb(213,44,14); }
H1.HeaderClassName
{
color: #D52C0E;
}
.AnyTagClassName
{
color: #D52C0E;
}
</style>
background-color css
<style>
a { background-color: #D52C0E; }
a { background-color: rgb(213,44,14); }
div.DivClassName
{
background-color: #D52C0E;
}
.BgClassName
{
background-color: #D52C0E;
}
</style>
border-color css
<style>
span { border-color: #D52C0E; }
span { border-color: rgb(213,44,14); }
td.TdClassName
{
border-color: #D52C0E;
}
.TagClassName
{
border-color: #D52C0E;
}
</style>