Html Css Color HEX #DC271B Harley Davidson Orange
📋 copy color: '#DC271B'red 220 ◦ green 39 ◦ blue 27
Shades of Harley Davidson Orange #DC271B
Tints of Harley Davidson Orange #DC271B
RGB
CMYK
RGB Variations
Color information
#DC271B (or 0xDC271B) is known color: Harley Davidson Orange. HEX triplet: DC, 27 and 1B. RGB value is (220,39,27). Sum of RGB (Red+Green+Blue) = 220+39+27=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC271B is #23D8E4. Grayscale: #5B5B5B. Windows color (decimal): -2349285 or 1779676. OLE color: 1779676.
HSL color Cylindrical-coordinate representation of color #DC271B: hue angle of 3.73º 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 #DC271B is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 27 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.14 |
| HSL | 3.73º | 0.78% | 0.48% | - |
| HSV(B) | 3.73º | 0.88% | 0.86% | - |
| XYZ | 30.44 | 16.75 | 2.66 | - |
| YUV | 91.75 | 91.47 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 27 | 0 | 0.82 | 0.88 | 0.14 | 3.73 | 0.78 | 0.48 |
| Hex | DC | 27 | 1B | 0 | 52 | 58 | E | 4 | 4E | 30 |
| Octal | 334 | 47 | 33 | 0 | 122 | 130 | 16 | 4 | 116 | 60 |
| Binary | 11011100 | 100111 | 11011 | 0 | 1010010 | 1011000 | 1110 | 100 | 1001110 | 110000 |
Color Harmonies of #DC271B
Complementary color
Monochromatic Colors of #DC271B
Black with #DC271B
Text Example
Text Example
White with #DC271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC271B; }
p { color: rgb(220,39,27); }
H1.HeaderClassName
{
color: #DC271B;
}
.AnyTagClassName
{
color: #DC271B;
}
</style>
background-color css
<style>
a { background-color: #DC271B; }
a { background-color: rgb(220,39,27); }
div.DivClassName
{
background-color: #DC271B;
}
.BgClassName
{
background-color: #DC271B;
}
</style>
border-color css
<style>
span { border-color: #DC271B; }
span { border-color: rgb(220,39,27); }
td.TdClassName
{
border-color: #DC271B;
}
.TagClassName
{
border-color: #DC271B;
}
</style>