Html Css Color HEX #D2360B Harley Davidson Orange
📋 copy color: '#D2360B'red 210 ◦ green 54 ◦ blue 11
Shades of Harley Davidson Orange #D2360B
Tints of Harley Davidson Orange #D2360B
RGB
CMYK
RGB Variations
Color information
#D2360B (or 0xD2360B) is known color: Harley Davidson Orange. HEX triplet: D2, 36 and 0B. RGB value is (210,54,11). Sum of RGB (Red+Green+Blue) = 210+54+11=275 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.36% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 210 - color contains mainly: red. Hex color #D2360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2360B is #2DC9F4. Grayscale: #606060. Windows color (decimal): -3000821 or 734930. OLE color: 734930.
HSL color Cylindrical-coordinate representation of color #D2360B: hue angle of 12.96º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2360B is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 11 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.18 |
| HSL | 12.96º | 0.9% | 0.43% | - |
| HSV(B) | 12.96º | 0.95% | 0.82% | - |
| XYZ | 27.96 | 16.36 | 2 | - |
| YUV | 95.74 | 80.18 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 11 | 0 | 0.74 | 0.95 | 0.18 | 12.96 | 0.9 | 0.43 |
| Hex | D2 | 36 | B | 0 | 4A | 5F | 12 | D | 5A | 2B |
| Octal | 322 | 66 | 13 | 0 | 112 | 137 | 22 | 15 | 132 | 53 |
| Binary | 11010010 | 110110 | 1011 | 0 | 1001010 | 1011111 | 10010 | 1101 | 1011010 | 101011 |
Color Harmonies of #D2360B
Complementary color
Monochromatic Colors of #D2360B
Black with #D2360B
Text Example
Text Example
White with #D2360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2360B; }
p { color: rgb(210,54,11); }
H1.HeaderClassName
{
color: #D2360B;
}
.AnyTagClassName
{
color: #D2360B;
}
</style>
background-color css
<style>
a { background-color: #D2360B; }
a { background-color: rgb(210,54,11); }
div.DivClassName
{
background-color: #D2360B;
}
.BgClassName
{
background-color: #D2360B;
}
</style>
border-color css
<style>
span { border-color: #D2360B; }
span { border-color: rgb(210,54,11); }
td.TdClassName
{
border-color: #D2360B;
}
.TagClassName
{
border-color: #D2360B;
}
</style>