Html Css Color HEX #D13F21 Harley Davidson Orange
📋 copy color: '#D13F21'red 209 ◦ green 63 ◦ blue 33
Shades of Harley Davidson Orange #D13F21
Tints of Harley Davidson Orange #D13F21
RGB
CMYK
RGB Variations
Color information
#D13F21 (or 0xD13F21) is known color: Harley Davidson Orange. HEX triplet: D1, 3F and 21. RGB value is (209,63,33). Sum of RGB (Red+Green+Blue) = 209+63+33=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F21 is #2EC0DE. Grayscale: #676767. Windows color (decimal): -3064031 or 2179025. OLE color: 2179025.
HSL color Cylindrical-coordinate representation of color #D13F21: hue angle of 10.23º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D13F21 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 33 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.18 |
| HSL | 10.23º | 0.73% | 0.47% | - |
| HSV(B) | 10.23º | 0.84% | 0.82% | - |
| XYZ | 28.35 | 17.22 | 3.27 | - |
| YUV | 103.23 | 88.37 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 33 | 0 | 0.70 | 0.84 | 0.18 | 10.23 | 0.73 | 0.47 |
| Hex | D1 | 3F | 21 | 0 | 46 | 54 | 12 | A | 49 | 2F |
| Octal | 321 | 77 | 41 | 0 | 106 | 124 | 22 | 12 | 111 | 57 |
| Binary | 11010001 | 111111 | 100001 | 0 | 1000110 | 1010100 | 10010 | 1010 | 1001001 | 101111 |
Color Harmonies of #D13F21
Complementary color
Monochromatic Colors of #D13F21
Black with #D13F21
Text Example
Text Example
White with #D13F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F21; }
p { color: rgb(209,63,33); }
H1.HeaderClassName
{
color: #D13F21;
}
.AnyTagClassName
{
color: #D13F21;
}
</style>
background-color css
<style>
a { background-color: #D13F21; }
a { background-color: rgb(209,63,33); }
div.DivClassName
{
background-color: #D13F21;
}
.BgClassName
{
background-color: #D13F21;
}
</style>
border-color css
<style>
span { border-color: #D13F21; }
span { border-color: rgb(209,63,33); }
td.TdClassName
{
border-color: #D13F21;
}
.TagClassName
{
border-color: #D13F21;
}
</style>