Html Css Color HEX #D6321B Harley Davidson Orange
📋 copy color: '#D6321B'red 214 ◦ green 50 ◦ blue 27
Shades of Harley Davidson Orange #D6321B
Tints of Harley Davidson Orange #D6321B
RGB
CMYK
RGB Variations
Color information
#D6321B (or 0xD6321B) is known color: Harley Davidson Orange. HEX triplet: D6, 32 and 1B. RGB value is (214,50,27). Sum of RGB (Red+Green+Blue) = 214+50+27=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D6321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6321B is #29CDE4. Grayscale: #606060. Windows color (decimal): -2739685 or 1782486. OLE color: 1782486.
HSL color Cylindrical-coordinate representation of color #D6321B: hue angle of 7.38º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6321B is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 27 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.16 |
| HSL | 7.38º | 0.78% | 0.47% | - |
| HSV(B) | 7.38º | 0.87% | 0.84% | - |
| XYZ | 29.07 | 16.66 | 2.72 | - |
| YUV | 96.41 | 88.83 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 27 | 0 | 0.77 | 0.87 | 0.16 | 7.38 | 0.78 | 0.47 |
| Hex | D6 | 32 | 1B | 0 | 4D | 57 | 10 | 7 | 4E | 2F |
| Octal | 326 | 62 | 33 | 0 | 115 | 127 | 20 | 7 | 116 | 57 |
| Binary | 11010110 | 110010 | 11011 | 0 | 1001101 | 1010111 | 10000 | 111 | 1001110 | 101111 |
Color Harmonies of #D6321B
Complementary color
Monochromatic Colors of #D6321B
Black with #D6321B
Text Example
Text Example
White with #D6321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6321B; }
p { color: rgb(214,50,27); }
H1.HeaderClassName
{
color: #D6321B;
}
.AnyTagClassName
{
color: #D6321B;
}
</style>
background-color css
<style>
a { background-color: #D6321B; }
a { background-color: rgb(214,50,27); }
div.DivClassName
{
background-color: #D6321B;
}
.BgClassName
{
background-color: #D6321B;
}
</style>
border-color css
<style>
span { border-color: #D6321B; }
span { border-color: rgb(214,50,27); }
td.TdClassName
{
border-color: #D6321B;
}
.TagClassName
{
border-color: #D6321B;
}
</style>