Html Css Color HEX #D52A12 Harley Davidson Orange
📋 copy color: '#D52A12'red 213 ◦ green 42 ◦ blue 18
Shades of Harley Davidson Orange #D52A12
Tints of Harley Davidson Orange #D52A12
RGB
CMYK
RGB Variations
Color information
#D52A12 (or 0xD52A12) is known color: Harley Davidson Orange. HEX triplet: D5, 2A and 12. RGB value is (213,42,18). Sum of RGB (Red+Green+Blue) = 213+42+18=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52A12 is #2AD5ED. Grayscale: #5A5A5A. Windows color (decimal): -2807278 or 1190613. OLE color: 1190613.
HSL color Cylindrical-coordinate representation of color #D52A12: hue angle of 7.38º 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 #D52A12 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 42 | 18 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.16 |
| HSL | 7.38º | 0.84% | 0.45% | - |
| HSV(B) | 7.38º | 0.92% | 0.84% | - |
| XYZ | 28.38 | 15.85 | 2.14 | - |
| YUV | 90.39 | 87.15 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 18 | 0 | 0.80 | 0.92 | 0.16 | 7.38 | 0.84 | 0.45 |
| Hex | D5 | 2A | 12 | 0 | 50 | 5C | 10 | 7 | 54 | 2D |
| Octal | 325 | 52 | 22 | 0 | 120 | 134 | 20 | 7 | 124 | 55 |
| Binary | 11010101 | 101010 | 10010 | 0 | 1010000 | 1011100 | 10000 | 111 | 1010100 | 101101 |
Color Harmonies of #D52A12
Complementary color
Monochromatic Colors of #D52A12
Black with #D52A12
Text Example
Text Example
White with #D52A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52A12; }
p { color: rgb(213,42,18); }
H1.HeaderClassName
{
color: #D52A12;
}
.AnyTagClassName
{
color: #D52A12;
}
</style>
background-color css
<style>
a { background-color: #D52A12; }
a { background-color: rgb(213,42,18); }
div.DivClassName
{
background-color: #D52A12;
}
.BgClassName
{
background-color: #D52A12;
}
</style>
border-color css
<style>
span { border-color: #D52A12; }
span { border-color: rgb(213,42,18); }
td.TdClassName
{
border-color: #D52A12;
}
.TagClassName
{
border-color: #D52A12;
}
</style>