Html Css Color HEX #D42614 Harley Davidson Orange
📋 copy color: '#D42614'red 212 ◦ green 38 ◦ blue 20
Shades of Harley Davidson Orange #D42614
Tints of Harley Davidson Orange #D42614
RGB
CMYK
RGB Variations
Color information
#D42614 (or 0xD42614) is known color: Harley Davidson Orange. HEX triplet: D4, 26 and 14. RGB value is (212,38,20). Sum of RGB (Red+Green+Blue) = 212+38+20=270 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.52% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 212 - color contains mainly: red. Hex color #D42614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42614 is #2BD9EB. Grayscale: #585858. Windows color (decimal): -2873836 or 1320660. OLE color: 1320660.
HSL color Cylindrical-coordinate representation of color #D42614: hue angle of 5.62º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D42614 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 20 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.17 |
| HSL | 5.63º | 0.83% | 0.45% | - |
| HSV(B) | 5.63º | 0.91% | 0.83% | - |
| XYZ | 27.97 | 15.43 | 2.17 | - |
| YUV | 87.97 | 89.65 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 20 | 0 | 0.82 | 0.91 | 0.17 | 5.63 | 0.83 | 0.45 |
| Hex | D4 | 26 | 14 | 0 | 52 | 5B | 11 | 6 | 53 | 2D |
| Octal | 324 | 46 | 24 | 0 | 122 | 133 | 21 | 6 | 123 | 55 |
| Binary | 11010100 | 100110 | 10100 | 0 | 1010010 | 1011011 | 10001 | 110 | 1010011 | 101101 |
Color Harmonies of #D42614
Complementary color
Monochromatic Colors of #D42614
Black with #D42614
Text Example
Text Example
White with #D42614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42614; }
p { color: rgb(212,38,20); }
H1.HeaderClassName
{
color: #D42614;
}
.AnyTagClassName
{
color: #D42614;
}
</style>
background-color css
<style>
a { background-color: #D42614; }
a { background-color: rgb(212,38,20); }
div.DivClassName
{
background-color: #D42614;
}
.BgClassName
{
background-color: #D42614;
}
</style>
border-color css
<style>
span { border-color: #D42614; }
span { border-color: rgb(212,38,20); }
td.TdClassName
{
border-color: #D42614;
}
.TagClassName
{
border-color: #D42614;
}
</style>