Html Css Color HEX #D4341E Harley Davidson Orange
📋 copy color: '#D4341E'red 212 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #D4341E
Tints of Harley Davidson Orange #D4341E
RGB
CMYK
RGB Variations
Color information
#D4341E (or 0xD4341E) is known color: Harley Davidson Orange. HEX triplet: D4, 34 and 1E. RGB value is (212,52,30). Sum of RGB (Red+Green+Blue) = 212+52+30=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D4341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4341E is #2BCBE1. Grayscale: #616161. Windows color (decimal): -2870242 or 1979604. OLE color: 1979604.
HSL color Cylindrical-coordinate representation of color #D4341E: hue angle of 7.25º degrees, saturation: 0.75, 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 #D4341E is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 30 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.17 |
| HSL | 7.25º | 0.75% | 0.47% | - |
| HSV(B) | 7.25º | 0.86% | 0.83% | - |
| XYZ | 28.61 | 16.55 | 2.91 | - |
| YUV | 97.33 | 90.01 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 30 | 0 | 0.75 | 0.86 | 0.17 | 7.25 | 0.75 | 0.47 |
| Hex | D4 | 34 | 1E | 0 | 4B | 56 | 11 | 7 | 4B | 2F |
| Octal | 324 | 64 | 36 | 0 | 113 | 126 | 21 | 7 | 113 | 57 |
| Binary | 11010100 | 110100 | 11110 | 0 | 1001011 | 1010110 | 10001 | 111 | 1001011 | 101111 |
Color Harmonies of #D4341E
Complementary color
Monochromatic Colors of #D4341E
Black with #D4341E
Text Example
Text Example
White with #D4341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4341E; }
p { color: rgb(212,52,30); }
H1.HeaderClassName
{
color: #D4341E;
}
.AnyTagClassName
{
color: #D4341E;
}
</style>
background-color css
<style>
a { background-color: #D4341E; }
a { background-color: rgb(212,52,30); }
div.DivClassName
{
background-color: #D4341E;
}
.BgClassName
{
background-color: #D4341E;
}
</style>
border-color css
<style>
span { border-color: #D4341E; }
span { border-color: rgb(212,52,30); }
td.TdClassName
{
border-color: #D4341E;
}
.TagClassName
{
border-color: #D4341E;
}
</style>