Html Css Color HEX #D4361D Harley Davidson Orange
📋 copy color: '#D4361D'red 212 ◦ green 54 ◦ blue 29
Shades of Harley Davidson Orange #D4361D
Tints of Harley Davidson Orange #D4361D
RGB
CMYK
RGB Variations
Color information
#D4361D (or 0xD4361D) is known color: Harley Davidson Orange. HEX triplet: D4, 36 and 1D. RGB value is (212,54,29). Sum of RGB (Red+Green+Blue) = 212+54+29=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D4361D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4361D is #2BC9E2. Grayscale: #626262. Windows color (decimal): -2869731 or 1914580. OLE color: 1914580.
HSL color Cylindrical-coordinate representation of color #D4361D: hue angle of 8.2º 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 #D4361D is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 29 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.17 |
| HSL | 8.2º | 0.76% | 0.47% | - |
| HSV(B) | 8.2º | 0.86% | 0.83% | - |
| XYZ | 28.69 | 16.72 | 2.88 | - |
| YUV | 98.39 | 88.85 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 29 | 0 | 0.75 | 0.86 | 0.17 | 8.2 | 0.76 | 0.47 |
| Hex | D4 | 36 | 1D | 0 | 4B | 56 | 11 | 8 | 4C | 2F |
| Octal | 324 | 66 | 35 | 0 | 113 | 126 | 21 | 10 | 114 | 57 |
| Binary | 11010100 | 110110 | 11101 | 0 | 1001011 | 1010110 | 10001 | 1000 | 1001100 | 101111 |
Color Harmonies of #D4361D
Complementary color
Monochromatic Colors of #D4361D
Black with #D4361D
Text Example
Text Example
White with #D4361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4361D; }
p { color: rgb(212,54,29); }
H1.HeaderClassName
{
color: #D4361D;
}
.AnyTagClassName
{
color: #D4361D;
}
</style>
background-color css
<style>
a { background-color: #D4361D; }
a { background-color: rgb(212,54,29); }
div.DivClassName
{
background-color: #D4361D;
}
.BgClassName
{
background-color: #D4361D;
}
</style>
border-color css
<style>
span { border-color: #D4361D; }
span { border-color: rgb(212,54,29); }
td.TdClassName
{
border-color: #D4361D;
}
.TagClassName
{
border-color: #D4361D;
}
</style>