Html Css Color HEX #D54214 Harley Davidson Orange
📋 copy color: '#D54214'red 213 ◦ green 66 ◦ blue 20
Shades of Harley Davidson Orange #D54214
Tints of Harley Davidson Orange #D54214
RGB
CMYK
RGB Variations
Color information
#D54214 (or 0xD54214) is known color: Harley Davidson Orange. HEX triplet: D5, 42 and 14. RGB value is (213,66,20). Sum of RGB (Red+Green+Blue) = 213+66+20=299 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.24% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 213 - color contains mainly: red. Hex color #D54214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54214 is #2ABDEB. Grayscale: #696969. Windows color (decimal): -2801132 or 1327829. OLE color: 1327829.
HSL color Cylindrical-coordinate representation of color #D54214: hue angle of 14.3º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D54214 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 20 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.16 |
| HSL | 14.3º | 0.83% | 0.46% | - |
| HSV(B) | 14.3º | 0.91% | 0.84% | - |
| XYZ | 29.52 | 18.09 | 2.6 | - |
| YUV | 104.71 | 80.2 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 20 | 0 | 0.69 | 0.91 | 0.16 | 14.3 | 0.83 | 0.46 |
| Hex | D5 | 42 | 14 | 0 | 45 | 5B | 10 | E | 53 | 2E |
| Octal | 325 | 102 | 24 | 0 | 105 | 133 | 20 | 16 | 123 | 56 |
| Binary | 11010101 | 1000010 | 10100 | 0 | 1000101 | 1011011 | 10000 | 1110 | 1010011 | 101110 |
Color Harmonies of #D54214
Complementary color
Monochromatic Colors of #D54214
Black with #D54214
Text Example
Text Example
White with #D54214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54214; }
p { color: rgb(213,66,20); }
H1.HeaderClassName
{
color: #D54214;
}
.AnyTagClassName
{
color: #D54214;
}
</style>
background-color css
<style>
a { background-color: #D54214; }
a { background-color: rgb(213,66,20); }
div.DivClassName
{
background-color: #D54214;
}
.BgClassName
{
background-color: #D54214;
}
</style>
border-color css
<style>
span { border-color: #D54214; }
span { border-color: rgb(213,66,20); }
td.TdClassName
{
border-color: #D54214;
}
.TagClassName
{
border-color: #D54214;
}
</style>