Html Css Color HEX #D52712 Harley Davidson Orange
📋 copy color: '#D52712'red 213 ◦ green 39 ◦ blue 18
Shades of Harley Davidson Orange #D52712
Tints of Harley Davidson Orange #D52712
RGB
CMYK
RGB Variations
Color information
#D52712 (or 0xD52712) is known color: Harley Davidson Orange. HEX triplet: D5, 27 and 12. RGB value is (213,39,18). Sum of RGB (Red+Green+Blue) = 213+39+18=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D52712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52712 is #2AD8ED. Grayscale: #585858. Windows color (decimal): -2808046 or 1189845. OLE color: 1189845.
HSL color Cylindrical-coordinate representation of color #D52712: hue angle of 6.46º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D52712 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 18 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.16 |
| HSL | 6.46º | 0.84% | 0.45% | - |
| HSV(B) | 6.46º | 0.92% | 0.84% | - |
| XYZ | 28.28 | 15.64 | 2.1 | - |
| YUV | 88.63 | 88.15 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 18 | 0 | 0.82 | 0.92 | 0.16 | 6.46 | 0.84 | 0.45 |
| Hex | D5 | 27 | 12 | 0 | 52 | 5C | 10 | 6 | 54 | 2D |
| Octal | 325 | 47 | 22 | 0 | 122 | 134 | 20 | 6 | 124 | 55 |
| Binary | 11010101 | 100111 | 10010 | 0 | 1010010 | 1011100 | 10000 | 110 | 1010100 | 101101 |
Color Harmonies of #D52712
Complementary color
Monochromatic Colors of #D52712
Black with #D52712
Text Example
Text Example
White with #D52712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52712; }
p { color: rgb(213,39,18); }
H1.HeaderClassName
{
color: #D52712;
}
.AnyTagClassName
{
color: #D52712;
}
</style>
background-color css
<style>
a { background-color: #D52712; }
a { background-color: rgb(213,39,18); }
div.DivClassName
{
background-color: #D52712;
}
.BgClassName
{
background-color: #D52712;
}
</style>
border-color css
<style>
span { border-color: #D52712; }
span { border-color: rgb(213,39,18); }
td.TdClassName
{
border-color: #D52712;
}
.TagClassName
{
border-color: #D52712;
}
</style>