Html Css Color HEX #DC261E Harley Davidson Orange
📋 copy color: '#DC261E'red 220 ◦ green 38 ◦ blue 30
Shades of Harley Davidson Orange #DC261E
Tints of Harley Davidson Orange #DC261E
RGB
CMYK
RGB Variations
Color information
#DC261E (or 0xDC261E) is known color: Harley Davidson Orange. HEX triplet: DC, 26 and 1E. RGB value is (220,38,30). Sum of RGB (Red+Green+Blue) = 220+38+30=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC261E is #23D9E1. Grayscale: #5B5B5B. Windows color (decimal): -2349538 or 1976028. OLE color: 1976028.
HSL color Cylindrical-coordinate representation of color #DC261E: hue angle of 2.53º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC261E is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 30 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.14 |
| HSL | 2.53º | 0.76% | 0.49% | - |
| HSV(B) | 2.53º | 0.86% | 0.86% | - |
| XYZ | 30.44 | 16.7 | 2.85 | - |
| YUV | 91.51 | 93.3 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 30 | 0 | 0.83 | 0.86 | 0.14 | 2.53 | 0.76 | 0.49 |
| Hex | DC | 26 | 1E | 0 | 53 | 56 | E | 3 | 4C | 31 |
| Octal | 334 | 46 | 36 | 0 | 123 | 126 | 16 | 3 | 114 | 61 |
| Binary | 11011100 | 100110 | 11110 | 0 | 1010011 | 1010110 | 1110 | 11 | 1001100 | 110001 |
Color Harmonies of #DC261E
Complementary color
Monochromatic Colors of #DC261E
Black with #DC261E
Text Example
Text Example
White with #DC261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC261E; }
p { color: rgb(220,38,30); }
H1.HeaderClassName
{
color: #DC261E;
}
.AnyTagClassName
{
color: #DC261E;
}
</style>
background-color css
<style>
a { background-color: #DC261E; }
a { background-color: rgb(220,38,30); }
div.DivClassName
{
background-color: #DC261E;
}
.BgClassName
{
background-color: #DC261E;
}
</style>
border-color css
<style>
span { border-color: #DC261E; }
span { border-color: rgb(220,38,30); }
td.TdClassName
{
border-color: #DC261E;
}
.TagClassName
{
border-color: #DC261E;
}
</style>