Html Css Color HEX #D6271B Harley Davidson Orange
📋 copy color: '#D6271B'red 214 ◦ green 39 ◦ blue 27
Shades of Harley Davidson Orange #D6271B
Tints of Harley Davidson Orange #D6271B
RGB
CMYK
RGB Variations
Color information
#D6271B (or 0xD6271B) is known color: Harley Davidson Orange. HEX triplet: D6, 27 and 1B. RGB value is (214,39,27). Sum of RGB (Red+Green+Blue) = 214+39+27=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D6271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6271B is #29D8E4. Grayscale: #5A5A5A. Windows color (decimal): -2742501 or 1779670. OLE color: 1779670.
HSL color Cylindrical-coordinate representation of color #D6271B: hue angle of 3.85º 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 #D6271B is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 27 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.16 |
| HSL | 3.85º | 0.78% | 0.47% | - |
| HSV(B) | 3.85º | 0.87% | 0.84% | - |
| XYZ | 28.65 | 15.83 | 2.58 | - |
| YUV | 89.96 | 92.48 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 27 | 0 | 0.82 | 0.87 | 0.16 | 3.85 | 0.78 | 0.47 |
| Hex | D6 | 27 | 1B | 0 | 52 | 57 | 10 | 4 | 4E | 2F |
| Octal | 326 | 47 | 33 | 0 | 122 | 127 | 20 | 4 | 116 | 57 |
| Binary | 11010110 | 100111 | 11011 | 0 | 1010010 | 1010111 | 10000 | 100 | 1001110 | 101111 |
Color Harmonies of #D6271B
Complementary color
Monochromatic Colors of #D6271B
Black with #D6271B
Text Example
Text Example
White with #D6271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6271B; }
p { color: rgb(214,39,27); }
H1.HeaderClassName
{
color: #D6271B;
}
.AnyTagClassName
{
color: #D6271B;
}
</style>
background-color css
<style>
a { background-color: #D6271B; }
a { background-color: rgb(214,39,27); }
div.DivClassName
{
background-color: #D6271B;
}
.BgClassName
{
background-color: #D6271B;
}
</style>
border-color css
<style>
span { border-color: #D6271B; }
span { border-color: rgb(214,39,27); }
td.TdClassName
{
border-color: #D6271B;
}
.TagClassName
{
border-color: #D6271B;
}
</style>