Html Css Color HEX #D6261D Harley Davidson Orange
📋 copy color: '#D6261D'red 214 ◦ green 38 ◦ blue 29
Shades of Harley Davidson Orange #D6261D
Tints of Harley Davidson Orange #D6261D
RGB
CMYK
RGB Variations
Color information
#D6261D (or 0xD6261D) is known color: Harley Davidson Orange. HEX triplet: D6, 26 and 1D. RGB value is (214,38,29). Sum of RGB (Red+Green+Blue) = 214+38+29=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D6261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6261D is #29D9E2. Grayscale: #595959. Windows color (decimal): -2742755 or 1910486. OLE color: 1910486.
HSL color Cylindrical-coordinate representation of color #D6261D: hue angle of 2.92º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6261D is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 29 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.16 |
| HSL | 2.92º | 0.76% | 0.48% | - |
| HSV(B) | 2.92º | 0.86% | 0.84% | - |
| XYZ | 28.65 | 15.77 | 2.7 | - |
| YUV | 89.6 | 93.81 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 29 | 0 | 0.82 | 0.86 | 0.16 | 2.92 | 0.76 | 0.48 |
| Hex | D6 | 26 | 1D | 0 | 52 | 56 | 10 | 3 | 4C | 30 |
| Octal | 326 | 46 | 35 | 0 | 122 | 126 | 20 | 3 | 114 | 60 |
| Binary | 11010110 | 100110 | 11101 | 0 | 1010010 | 1010110 | 10000 | 11 | 1001100 | 110000 |
Color Harmonies of #D6261D
Complementary color
Monochromatic Colors of #D6261D
Black with #D6261D
Text Example
Text Example
White with #D6261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6261D; }
p { color: rgb(214,38,29); }
H1.HeaderClassName
{
color: #D6261D;
}
.AnyTagClassName
{
color: #D6261D;
}
</style>
background-color css
<style>
a { background-color: #D6261D; }
a { background-color: rgb(214,38,29); }
div.DivClassName
{
background-color: #D6261D;
}
.BgClassName
{
background-color: #D6261D;
}
</style>
border-color css
<style>
span { border-color: #D6261D; }
span { border-color: rgb(214,38,29); }
td.TdClassName
{
border-color: #D6261D;
}
.TagClassName
{
border-color: #D6261D;
}
</style>