Html Css Color HEX #D0261C Harley Davidson Orange
📋 copy color: '#D0261C'red 208 ◦ green 38 ◦ blue 28
Shades of Harley Davidson Orange #D0261C
Tints of Harley Davidson Orange #D0261C
RGB
CMYK
RGB Variations
Color information
#D0261C (or 0xD0261C) is known color: Harley Davidson Orange. HEX triplet: D0, 26 and 1C. RGB value is (208,38,28). Sum of RGB (Red+Green+Blue) = 208+38+28=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D0261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0261C is #2FD9E3. Grayscale: #575757. Windows color (decimal): -3135972 or 1844944. OLE color: 1844944.
HSL color Cylindrical-coordinate representation of color #D0261C: hue angle of 3.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0261C is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 28 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.18 |
| HSL | 3.33º | 0.76% | 0.46% | - |
| HSV(B) | 3.33º | 0.87% | 0.82% | - |
| XYZ | 26.92 | 14.88 | 2.55 | - |
| YUV | 87.69 | 94.32 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 28 | 0 | 0.82 | 0.87 | 0.18 | 3.33 | 0.76 | 0.46 |
| Hex | D0 | 26 | 1C | 0 | 52 | 57 | 12 | 3 | 4C | 2E |
| Octal | 320 | 46 | 34 | 0 | 122 | 127 | 22 | 3 | 114 | 56 |
| Binary | 11010000 | 100110 | 11100 | 0 | 1010010 | 1010111 | 10010 | 11 | 1001100 | 101110 |
Color Harmonies of #D0261C
Complementary color
Monochromatic Colors of #D0261C
Black with #D0261C
Text Example
Text Example
White with #D0261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0261C; }
p { color: rgb(208,38,28); }
H1.HeaderClassName
{
color: #D0261C;
}
.AnyTagClassName
{
color: #D0261C;
}
</style>
background-color css
<style>
a { background-color: #D0261C; }
a { background-color: rgb(208,38,28); }
div.DivClassName
{
background-color: #D0261C;
}
.BgClassName
{
background-color: #D0261C;
}
</style>
border-color css
<style>
span { border-color: #D0261C; }
span { border-color: rgb(208,38,28); }
td.TdClassName
{
border-color: #D0261C;
}
.TagClassName
{
border-color: #D0261C;
}
</style>