Html Css Color HEX #DC261B Harley Davidson Orange
📋 copy color: '#DC261B'red 220 ◦ green 38 ◦ blue 27
Shades of Harley Davidson Orange #DC261B
Tints of Harley Davidson Orange #DC261B
RGB
CMYK
RGB Variations
Color information
#DC261B (or 0xDC261B) is known color: Harley Davidson Orange. HEX triplet: DC, 26 and 1B. RGB value is (220,38,27). Sum of RGB (Red+Green+Blue) = 220+38+27=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC261B is #23D9E4. Grayscale: #5B5B5B. Windows color (decimal): -2349541 or 1779420. OLE color: 1779420.
HSL color Cylindrical-coordinate representation of color #DC261B: hue angle of 3.42º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC261B is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 27 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.14 |
| HSL | 3.42º | 0.78% | 0.48% | - |
| HSV(B) | 3.42º | 0.88% | 0.86% | - |
| XYZ | 30.41 | 16.68 | 2.65 | - |
| YUV | 91.16 | 91.8 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 27 | 0 | 0.83 | 0.88 | 0.14 | 3.42 | 0.78 | 0.48 |
| Hex | DC | 26 | 1B | 0 | 53 | 58 | E | 3 | 4E | 30 |
| Octal | 334 | 46 | 33 | 0 | 123 | 130 | 16 | 3 | 116 | 60 |
| Binary | 11011100 | 100110 | 11011 | 0 | 1010011 | 1011000 | 1110 | 11 | 1001110 | 110000 |
Color Harmonies of #DC261B
Complementary color
Monochromatic Colors of #DC261B
Black with #DC261B
Text Example
Text Example
White with #DC261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC261B; }
p { color: rgb(220,38,27); }
H1.HeaderClassName
{
color: #DC261B;
}
.AnyTagClassName
{
color: #DC261B;
}
</style>
background-color css
<style>
a { background-color: #DC261B; }
a { background-color: rgb(220,38,27); }
div.DivClassName
{
background-color: #DC261B;
}
.BgClassName
{
background-color: #DC261B;
}
</style>
border-color css
<style>
span { border-color: #DC261B; }
span { border-color: rgb(220,38,27); }
td.TdClassName
{
border-color: #DC261B;
}
.TagClassName
{
border-color: #DC261B;
}
</style>