Html Css Color HEX #D4301C Harley Davidson Orange
📋 copy color: '#D4301C'red 212 ◦ green 48 ◦ blue 28
Shades of Harley Davidson Orange #D4301C
Tints of Harley Davidson Orange #D4301C
RGB
CMYK
RGB Variations
Color information
#D4301C (or 0xD4301C) is known color: Harley Davidson Orange. HEX triplet: D4, 30 and 1C. RGB value is (212,48,28). Sum of RGB (Red+Green+Blue) = 212+48+28=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D4301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4301C is #2BCFE3. Grayscale: #5E5E5E. Windows color (decimal): -2871268 or 1847508. OLE color: 1847508.
HSL color Cylindrical-coordinate representation of color #D4301C: hue angle of 6.52º 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 #D4301C is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 28 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.17 |
| HSL | 6.52º | 0.77% | 0.47% | - |
| HSV(B) | 6.52º | 0.87% | 0.83% | - |
| XYZ | 28.42 | 16.19 | 2.73 | - |
| YUV | 94.76 | 90.33 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 28 | 0 | 0.77 | 0.87 | 0.17 | 6.52 | 0.77 | 0.47 |
| Hex | D4 | 30 | 1C | 0 | 4D | 57 | 11 | 7 | 4D | 2F |
| Octal | 324 | 60 | 34 | 0 | 115 | 127 | 21 | 7 | 115 | 57 |
| Binary | 11010100 | 110000 | 11100 | 0 | 1001101 | 1010111 | 10001 | 111 | 1001101 | 101111 |
Color Harmonies of #D4301C
Complementary color
Monochromatic Colors of #D4301C
Black with #D4301C
Text Example
Text Example
White with #D4301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4301C; }
p { color: rgb(212,48,28); }
H1.HeaderClassName
{
color: #D4301C;
}
.AnyTagClassName
{
color: #D4301C;
}
</style>
background-color css
<style>
a { background-color: #D4301C; }
a { background-color: rgb(212,48,28); }
div.DivClassName
{
background-color: #D4301C;
}
.BgClassName
{
background-color: #D4301C;
}
</style>
border-color css
<style>
span { border-color: #D4301C; }
span { border-color: rgb(212,48,28); }
td.TdClassName
{
border-color: #D4301C;
}
.TagClassName
{
border-color: #D4301C;
}
</style>