Html Css Color HEX #DC261A Harley Davidson Orange
📋 copy color: '#DC261A'red 220 ◦ green 38 ◦ blue 26
Shades of Harley Davidson Orange #DC261A
Tints of Harley Davidson Orange #DC261A
RGB
CMYK
RGB Variations
Color information
#DC261A (or 0xDC261A) is known color: Harley Davidson Orange. HEX triplet: DC, 26 and 1A. RGB value is (220,38,26). Sum of RGB (Red+Green+Blue) = 220+38+26=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC261A is #23D9E5. Grayscale: #5B5B5B. Windows color (decimal): -2349542 or 1713884. OLE color: 1713884.
HSL color Cylindrical-coordinate representation of color #DC261A: hue angle of 3.71º degrees, saturation: 0.79, 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 #DC261A is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 26 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.14 |
| HSL | 3.71º | 0.79% | 0.48% | - |
| HSV(B) | 3.71º | 0.88% | 0.86% | - |
| XYZ | 30.39 | 16.68 | 2.59 | - |
| YUV | 91.05 | 91.3 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 26 | 0 | 0.83 | 0.88 | 0.14 | 3.71 | 0.79 | 0.48 |
| Hex | DC | 26 | 1A | 0 | 53 | 58 | E | 4 | 4F | 30 |
| Octal | 334 | 46 | 32 | 0 | 123 | 130 | 16 | 4 | 117 | 60 |
| Binary | 11011100 | 100110 | 11010 | 0 | 1010011 | 1011000 | 1110 | 100 | 1001111 | 110000 |
Color Harmonies of #DC261A
Complementary color
Monochromatic Colors of #DC261A
Black with #DC261A
Text Example
Text Example
White with #DC261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC261A; }
p { color: rgb(220,38,26); }
H1.HeaderClassName
{
color: #DC261A;
}
.AnyTagClassName
{
color: #DC261A;
}
</style>
background-color css
<style>
a { background-color: #DC261A; }
a { background-color: rgb(220,38,26); }
div.DivClassName
{
background-color: #DC261A;
}
.BgClassName
{
background-color: #DC261A;
}
</style>
border-color css
<style>
span { border-color: #DC261A; }
span { border-color: rgb(220,38,26); }
td.TdClassName
{
border-color: #DC261A;
}
.TagClassName
{
border-color: #DC261A;
}
</style>