Html Css Color HEX #D2360F Harley Davidson Orange
📋 copy color: '#D2360F'red 210 ◦ green 54 ◦ blue 15
Shades of Harley Davidson Orange #D2360F
Tints of Harley Davidson Orange #D2360F
RGB
CMYK
RGB Variations
Color information
#D2360F (or 0xD2360F) is known color: Harley Davidson Orange. HEX triplet: D2, 36 and 0F. RGB value is (210,54,15). Sum of RGB (Red+Green+Blue) = 210+54+15=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D2360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2360F is #2DC9F0. Grayscale: #606060. Windows color (decimal): -3000817 or 997074. OLE color: 997074.
HSL color Cylindrical-coordinate representation of color #D2360F: hue angle of 12º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2360F is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 15 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.18 |
| HSL | 12º | 0.87% | 0.44% | - |
| HSV(B) | 12º | 0.93% | 0.82% | - |
| XYZ | 27.98 | 16.37 | 2.14 | - |
| YUV | 96.2 | 82.18 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 15 | 0 | 0.74 | 0.93 | 0.18 | 12 | 0.87 | 0.44 |
| Hex | D2 | 36 | F | 0 | 4A | 5D | 12 | C | 57 | 2C |
| Octal | 322 | 66 | 17 | 0 | 112 | 135 | 22 | 14 | 127 | 54 |
| Binary | 11010010 | 110110 | 1111 | 0 | 1001010 | 1011101 | 10010 | 1100 | 1010111 | 101100 |
Color Harmonies of #D2360F
Complementary color
Monochromatic Colors of #D2360F
Black with #D2360F
Text Example
Text Example
White with #D2360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2360F; }
p { color: rgb(210,54,15); }
H1.HeaderClassName
{
color: #D2360F;
}
.AnyTagClassName
{
color: #D2360F;
}
</style>
background-color css
<style>
a { background-color: #D2360F; }
a { background-color: rgb(210,54,15); }
div.DivClassName
{
background-color: #D2360F;
}
.BgClassName
{
background-color: #D2360F;
}
</style>
border-color css
<style>
span { border-color: #D2360F; }
span { border-color: rgb(210,54,15); }
td.TdClassName
{
border-color: #D2360F;
}
.TagClassName
{
border-color: #D2360F;
}
</style>