Html Css Color HEX #D2360C Harley Davidson Orange
📋 copy color: '#D2360C'red 210 ◦ green 54 ◦ blue 12
Shades of Harley Davidson Orange #D2360C
Tints of Harley Davidson Orange #D2360C
RGB
CMYK
RGB Variations
Color information
#D2360C (or 0xD2360C) is known color: Harley Davidson Orange. HEX triplet: D2, 36 and 0C. RGB value is (210,54,12). Sum of RGB (Red+Green+Blue) = 210+54+12=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D2360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2360C is #2DC9F3. Grayscale: #606060. Windows color (decimal): -3000820 or 800466. OLE color: 800466.
HSL color Cylindrical-coordinate representation of color #D2360C: hue angle of 12.73º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2360C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.18 |
| HSL | 12.73º | 0.89% | 0.44% | - |
| HSV(B) | 12.73º | 0.94% | 0.82% | - |
| XYZ | 27.96 | 16.37 | 2.03 | - |
| YUV | 95.86 | 80.68 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 12 | 0 | 0.74 | 0.94 | 0.18 | 12.73 | 0.89 | 0.44 |
| Hex | D2 | 36 | C | 0 | 4A | 5E | 12 | D | 59 | 2C |
| Octal | 322 | 66 | 14 | 0 | 112 | 136 | 22 | 15 | 131 | 54 |
| Binary | 11010010 | 110110 | 1100 | 0 | 1001010 | 1011110 | 10010 | 1101 | 1011001 | 101100 |
Color Harmonies of #D2360C
Complementary color
Monochromatic Colors of #D2360C
Black with #D2360C
Text Example
Text Example
White with #D2360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2360C; }
p { color: rgb(210,54,12); }
H1.HeaderClassName
{
color: #D2360C;
}
.AnyTagClassName
{
color: #D2360C;
}
</style>
background-color css
<style>
a { background-color: #D2360C; }
a { background-color: rgb(210,54,12); }
div.DivClassName
{
background-color: #D2360C;
}
.BgClassName
{
background-color: #D2360C;
}
</style>
border-color css
<style>
span { border-color: #D2360C; }
span { border-color: rgb(210,54,12); }
td.TdClassName
{
border-color: #D2360C;
}
.TagClassName
{
border-color: #D2360C;
}
</style>