Html Css Color HEX #D13213 Harley Davidson Orange
📋 copy color: '#D13213'red 209 ◦ green 50 ◦ blue 19
Shades of Harley Davidson Orange #D13213
Tints of Harley Davidson Orange #D13213
RGB
CMYK
RGB Variations
Color information
#D13213 (or 0xD13213) is known color: Harley Davidson Orange. HEX triplet: D1, 32 and 13. RGB value is (209,50,19). Sum of RGB (Red+Green+Blue) = 209+50+19=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D13213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13213 is #2ECDEC. Grayscale: #5E5E5E. Windows color (decimal): -3067373 or 1258193. OLE color: 1258193.
HSL color Cylindrical-coordinate representation of color #D13213: hue angle of 9.79º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D13213 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 19 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.18 |
| HSL | 9.79º | 0.83% | 0.45% | - |
| HSV(B) | 9.79º | 0.91% | 0.82% | - |
| XYZ | 27.55 | 15.88 | 2.23 | - |
| YUV | 94.01 | 85.68 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 19 | 0 | 0.76 | 0.91 | 0.18 | 9.79 | 0.83 | 0.45 |
| Hex | D1 | 32 | 13 | 0 | 4C | 5B | 12 | A | 53 | 2D |
| Octal | 321 | 62 | 23 | 0 | 114 | 133 | 22 | 12 | 123 | 55 |
| Binary | 11010001 | 110010 | 10011 | 0 | 1001100 | 1011011 | 10010 | 1010 | 1010011 | 101101 |
Color Harmonies of #D13213
Complementary color
Monochromatic Colors of #D13213
Black with #D13213
Text Example
Text Example
White with #D13213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13213; }
p { color: rgb(209,50,19); }
H1.HeaderClassName
{
color: #D13213;
}
.AnyTagClassName
{
color: #D13213;
}
</style>
background-color css
<style>
a { background-color: #D13213; }
a { background-color: rgb(209,50,19); }
div.DivClassName
{
background-color: #D13213;
}
.BgClassName
{
background-color: #D13213;
}
</style>
border-color css
<style>
span { border-color: #D13213; }
span { border-color: rgb(209,50,19); }
td.TdClassName
{
border-color: #D13213;
}
.TagClassName
{
border-color: #D13213;
}
</style>