Html Css Color HEX #D12600 Harley Davidson Orange
📋 copy color: '#D12600'red 209 ◦ green 38 ◦ blue 0
Shades of Harley Davidson Orange #D12600
Tints of Harley Davidson Orange #D12600
RGB
CMYK
RGB Variations
Color information
#D12600 (or 0xD12600) is known color: Harley Davidson Orange. HEX triplet: D1, 26 and 00. RGB value is (209,38,0). Sum of RGB (Red+Green+Blue) = 209+38+0=247 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.62% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 209 - color contains mainly: red. Hex color #D12600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12600 is #2ED9FF. Grayscale: #555555. Windows color (decimal): -3070464 or 9937. OLE color: 9937.
HSL color Cylindrical-coordinate representation of color #D12600: hue angle of 10.91º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D12600 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.18 |
| HSL | 10.91º | 1% | 0.41% | - |
| HSV(B) | 10.91º | 1% | 0.82% | - |
| XYZ | 26.99 | 14.94 | 1.46 | - |
| YUV | 84.8 | 80.15 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 0 | 0 | 0.82 | 1 | 0.18 | 10.91 | 1 | 0.41 |
| Hex | D1 | 26 | 0 | 0 | 52 | 64 | 12 | B | 64 | 29 |
| Octal | 321 | 46 | 0 | 0 | 122 | 144 | 22 | 13 | 144 | 51 |
| Binary | 11010001 | 100110 | 0 | 0 | 1010010 | 1100100 | 10010 | 1011 | 1100100 | 101001 |
Color Harmonies of #D12600
Complementary color
Monochromatic Colors of #D12600
Black with #D12600
Text Example
Text Example
White with #D12600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12600; }
p { color: rgb(209,38,0); }
H1.HeaderClassName
{
color: #D12600;
}
.AnyTagClassName
{
color: #D12600;
}
</style>
background-color css
<style>
a { background-color: #D12600; }
a { background-color: rgb(209,38,0); }
div.DivClassName
{
background-color: #D12600;
}
.BgClassName
{
background-color: #D12600;
}
</style>
border-color css
<style>
span { border-color: #D12600; }
span { border-color: rgb(209,38,0); }
td.TdClassName
{
border-color: #D12600;
}
.TagClassName
{
border-color: #D12600;
}
</style>