Html Css Color HEX #DC271A Harley Davidson Orange
📋 copy color: '#DC271A'red 220 ◦ green 39 ◦ blue 26
Shades of Harley Davidson Orange #DC271A
Tints of Harley Davidson Orange #DC271A
RGB
CMYK
RGB Variations
Color information
#DC271A (or 0xDC271A) is known color: Harley Davidson Orange. HEX triplet: DC, 27 and 1A. RGB value is (220,39,26). Sum of RGB (Red+Green+Blue) = 220+39+26=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC271A is #23D8E5. Grayscale: #5B5B5B. Windows color (decimal): -2349286 or 1714140. OLE color: 1714140.
HSL color Cylindrical-coordinate representation of color #DC271A: hue angle of 4.02º 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 #DC271A is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 26 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.14 |
| HSL | 4.02º | 0.79% | 0.48% | - |
| HSV(B) | 4.02º | 0.88% | 0.86% | - |
| XYZ | 30.43 | 16.74 | 2.6 | - |
| YUV | 91.64 | 90.97 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 26 | 0 | 0.82 | 0.88 | 0.14 | 4.02 | 0.79 | 0.48 |
| Hex | DC | 27 | 1A | 0 | 52 | 58 | E | 4 | 4F | 30 |
| Octal | 334 | 47 | 32 | 0 | 122 | 130 | 16 | 4 | 117 | 60 |
| Binary | 11011100 | 100111 | 11010 | 0 | 1010010 | 1011000 | 1110 | 100 | 1001111 | 110000 |
Color Harmonies of #DC271A
Complementary color
Monochromatic Colors of #DC271A
Black with #DC271A
Text Example
Text Example
White with #DC271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC271A; }
p { color: rgb(220,39,26); }
H1.HeaderClassName
{
color: #DC271A;
}
.AnyTagClassName
{
color: #DC271A;
}
</style>
background-color css
<style>
a { background-color: #DC271A; }
a { background-color: rgb(220,39,26); }
div.DivClassName
{
background-color: #DC271A;
}
.BgClassName
{
background-color: #DC271A;
}
</style>
border-color css
<style>
span { border-color: #DC271A; }
span { border-color: rgb(220,39,26); }
td.TdClassName
{
border-color: #DC271A;
}
.TagClassName
{
border-color: #DC271A;
}
</style>