Html Css Color HEX #D4261D Harley Davidson Orange
📋 copy color: '#D4261D'red 212 ◦ green 38 ◦ blue 29
Shades of Harley Davidson Orange #D4261D
Tints of Harley Davidson Orange #D4261D
RGB
CMYK
RGB Variations
Color information
#D4261D (or 0xD4261D) is known color: Harley Davidson Orange. HEX triplet: D4, 26 and 1D. RGB value is (212,38,29). Sum of RGB (Red+Green+Blue) = 212+38+29=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D4261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4261D is #2BD9E2. Grayscale: #595959. Windows color (decimal): -2873827 or 1910484. OLE color: 1910484.
HSL color Cylindrical-coordinate representation of color #D4261D: hue angle of 2.95º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4261D is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 29 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.17 |
| HSL | 2.95º | 0.76% | 0.47% | - |
| HSV(B) | 2.95º | 0.86% | 0.83% | - |
| XYZ | 28.07 | 15.47 | 2.67 | - |
| YUV | 89 | 94.15 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 29 | 0 | 0.82 | 0.86 | 0.17 | 2.95 | 0.76 | 0.47 |
| Hex | D4 | 26 | 1D | 0 | 52 | 56 | 11 | 3 | 4C | 2F |
| Octal | 324 | 46 | 35 | 0 | 122 | 126 | 21 | 3 | 114 | 57 |
| Binary | 11010100 | 100110 | 11101 | 0 | 1010010 | 1010110 | 10001 | 11 | 1001100 | 101111 |
Color Harmonies of #D4261D
Complementary color
Monochromatic Colors of #D4261D
Black with #D4261D
Text Example
Text Example
White with #D4261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4261D; }
p { color: rgb(212,38,29); }
H1.HeaderClassName
{
color: #D4261D;
}
.AnyTagClassName
{
color: #D4261D;
}
</style>
background-color css
<style>
a { background-color: #D4261D; }
a { background-color: rgb(212,38,29); }
div.DivClassName
{
background-color: #D4261D;
}
.BgClassName
{
background-color: #D4261D;
}
</style>
border-color css
<style>
span { border-color: #D4261D; }
span { border-color: rgb(212,38,29); }
td.TdClassName
{
border-color: #D4261D;
}
.TagClassName
{
border-color: #D4261D;
}
</style>