Html Css Color HEX #D4301B Harley Davidson Orange
📋 copy color: '#D4301B'red 212 ◦ green 48 ◦ blue 27
Shades of Harley Davidson Orange #D4301B
Tints of Harley Davidson Orange #D4301B
RGB
CMYK
RGB Variations
Color information
#D4301B (or 0xD4301B) is known color: Harley Davidson Orange. HEX triplet: D4, 30 and 1B. RGB value is (212,48,27). Sum of RGB (Red+Green+Blue) = 212+48+27=287 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.87% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 212 - color contains mainly: red. Hex color #D4301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4301B is #2BCFE4. Grayscale: #5E5E5E. Windows color (decimal): -2871269 or 1781972. OLE color: 1781972.
HSL color Cylindrical-coordinate representation of color #D4301B: hue angle of 6.81º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4301B is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 27 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.17 |
| HSL | 6.81º | 0.77% | 0.47% | - |
| HSV(B) | 6.81º | 0.87% | 0.83% | - |
| XYZ | 28.41 | 16.19 | 2.66 | - |
| YUV | 94.64 | 89.83 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 27 | 0 | 0.77 | 0.87 | 0.17 | 6.81 | 0.77 | 0.47 |
| Hex | D4 | 30 | 1B | 0 | 4D | 57 | 11 | 7 | 4D | 2F |
| Octal | 324 | 60 | 33 | 0 | 115 | 127 | 21 | 7 | 115 | 57 |
| Binary | 11010100 | 110000 | 11011 | 0 | 1001101 | 1010111 | 10001 | 111 | 1001101 | 101111 |
Color Harmonies of #D4301B
Complementary color
Monochromatic Colors of #D4301B
Black with #D4301B
Text Example
Text Example
White with #D4301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4301B; }
p { color: rgb(212,48,27); }
H1.HeaderClassName
{
color: #D4301B;
}
.AnyTagClassName
{
color: #D4301B;
}
</style>
background-color css
<style>
a { background-color: #D4301B; }
a { background-color: rgb(212,48,27); }
div.DivClassName
{
background-color: #D4301B;
}
.BgClassName
{
background-color: #D4301B;
}
</style>
border-color css
<style>
span { border-color: #D4301B; }
span { border-color: rgb(212,48,27); }
td.TdClassName
{
border-color: #D4301B;
}
.TagClassName
{
border-color: #D4301B;
}
</style>