Html Css Color HEX #DC261D Harley Davidson Orange
📋 copy color: '#DC261D'red 220 ◦ green 38 ◦ blue 29
Shades of Harley Davidson Orange #DC261D
Tints of Harley Davidson Orange #DC261D
RGB
CMYK
RGB Variations
Color information
#DC261D (or 0xDC261D) is known color: Harley Davidson Orange. HEX triplet: DC, 26 and 1D. RGB value is (220,38,29). Sum of RGB (Red+Green+Blue) = 220+38+29=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC261D is #23D9E2. Grayscale: #5B5B5B. Windows color (decimal): -2349539 or 1910492. OLE color: 1910492.
HSL color Cylindrical-coordinate representation of color #DC261D: hue angle of 2.83º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC261D is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 29 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.14 |
| HSL | 2.83º | 0.77% | 0.49% | - |
| HSV(B) | 2.83º | 0.87% | 0.86% | - |
| XYZ | 30.43 | 16.69 | 2.78 | - |
| YUV | 91.39 | 92.8 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 29 | 0 | 0.83 | 0.87 | 0.14 | 2.83 | 0.77 | 0.49 |
| Hex | DC | 26 | 1D | 0 | 53 | 57 | E | 3 | 4D | 31 |
| Octal | 334 | 46 | 35 | 0 | 123 | 127 | 16 | 3 | 115 | 61 |
| Binary | 11011100 | 100110 | 11101 | 0 | 1010011 | 1010111 | 1110 | 11 | 1001101 | 110001 |
Color Harmonies of #DC261D
Complementary color
Monochromatic Colors of #DC261D
Black with #DC261D
Text Example
Text Example
White with #DC261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC261D; }
p { color: rgb(220,38,29); }
H1.HeaderClassName
{
color: #DC261D;
}
.AnyTagClassName
{
color: #DC261D;
}
</style>
background-color css
<style>
a { background-color: #DC261D; }
a { background-color: rgb(220,38,29); }
div.DivClassName
{
background-color: #DC261D;
}
.BgClassName
{
background-color: #DC261D;
}
</style>
border-color css
<style>
span { border-color: #DC261D; }
span { border-color: rgb(220,38,29); }
td.TdClassName
{
border-color: #DC261D;
}
.TagClassName
{
border-color: #DC261D;
}
</style>