Html Css Color HEX #D13C22 Harley Davidson Orange
📋 copy color: '#D13C22'red 209 ◦ green 60 ◦ blue 34
Shades of Harley Davidson Orange #D13C22
Tints of Harley Davidson Orange #D13C22
RGB
CMYK
RGB Variations
Color information
#D13C22 (or 0xD13C22) is known color: Harley Davidson Orange. HEX triplet: D1, 3C and 22. RGB value is (209,60,34). Sum of RGB (Red+Green+Blue) = 209+60+34=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13C22 is #2EC3DD. Grayscale: #656565. Windows color (decimal): -3064798 or 2243793. OLE color: 2243793.
HSL color Cylindrical-coordinate representation of color #D13C22: hue angle of 8.91º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D13C22 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 34 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.18 |
| HSL | 8.91º | 0.72% | 0.48% | - |
| HSV(B) | 8.91º | 0.84% | 0.82% | - |
| XYZ | 28.2 | 16.9 | 3.29 | - |
| YUV | 101.59 | 89.86 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 34 | 0 | 0.71 | 0.84 | 0.18 | 8.91 | 0.72 | 0.48 |
| Hex | D1 | 3C | 22 | 0 | 47 | 54 | 12 | 9 | 48 | 30 |
| Octal | 321 | 74 | 42 | 0 | 107 | 124 | 22 | 11 | 110 | 60 |
| Binary | 11010001 | 111100 | 100010 | 0 | 1000111 | 1010100 | 10010 | 1001 | 1001000 | 110000 |
Color Harmonies of #D13C22
Complementary color
Monochromatic Colors of #D13C22
Black with #D13C22
Text Example
Text Example
White with #D13C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C22; }
p { color: rgb(209,60,34); }
H1.HeaderClassName
{
color: #D13C22;
}
.AnyTagClassName
{
color: #D13C22;
}
</style>
background-color css
<style>
a { background-color: #D13C22; }
a { background-color: rgb(209,60,34); }
div.DivClassName
{
background-color: #D13C22;
}
.BgClassName
{
background-color: #D13C22;
}
</style>
border-color css
<style>
span { border-color: #D13C22; }
span { border-color: rgb(209,60,34); }
td.TdClassName
{
border-color: #D13C22;
}
.TagClassName
{
border-color: #D13C22;
}
</style>