Html Css Color HEX #D13214 Harley Davidson Orange
📋 copy color: '#D13214'red 209 ◦ green 50 ◦ blue 20
Shades of Harley Davidson Orange #D13214
Tints of Harley Davidson Orange #D13214
RGB
CMYK
RGB Variations
Color information
#D13214 (or 0xD13214) is known color: Harley Davidson Orange. HEX triplet: D1, 32 and 14. RGB value is (209,50,20). Sum of RGB (Red+Green+Blue) = 209+50+20=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D13214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13214 is #2ECDEB. Grayscale: #5E5E5E. Windows color (decimal): -3067372 or 1323729. OLE color: 1323729.
HSL color Cylindrical-coordinate representation of color #D13214: hue angle of 9.52º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D13214 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 20 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.18 |
| HSL | 9.52º | 0.83% | 0.45% | - |
| HSV(B) | 9.52º | 0.9% | 0.82% | - |
| XYZ | 27.56 | 15.89 | 2.28 | - |
| YUV | 94.12 | 86.18 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 20 | 0 | 0.76 | 0.90 | 0.18 | 9.52 | 0.83 | 0.45 |
| Hex | D1 | 32 | 14 | 0 | 4C | 5A | 12 | A | 53 | 2D |
| Octal | 321 | 62 | 24 | 0 | 114 | 132 | 22 | 12 | 123 | 55 |
| Binary | 11010001 | 110010 | 10100 | 0 | 1001100 | 1011010 | 10010 | 1010 | 1010011 | 101101 |
Color Harmonies of #D13214
Complementary color
Monochromatic Colors of #D13214
Black with #D13214
Text Example
Text Example
White with #D13214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13214; }
p { color: rgb(209,50,20); }
H1.HeaderClassName
{
color: #D13214;
}
.AnyTagClassName
{
color: #D13214;
}
</style>
background-color css
<style>
a { background-color: #D13214; }
a { background-color: rgb(209,50,20); }
div.DivClassName
{
background-color: #D13214;
}
.BgClassName
{
background-color: #D13214;
}
</style>
border-color css
<style>
span { border-color: #D13214; }
span { border-color: rgb(209,50,20); }
td.TdClassName
{
border-color: #D13214;
}
.TagClassName
{
border-color: #D13214;
}
</style>