Html Css Color HEX #DC361F Harley Davidson Orange
📋 copy color: '#DC361F'red 220 ◦ green 54 ◦ blue 31
Shades of Harley Davidson Orange #DC361F
Tints of Harley Davidson Orange #DC361F
RGB
CMYK
RGB Variations
Color information
#DC361F (or 0xDC361F) is known color: Harley Davidson Orange. HEX triplet: DC, 36 and 1F. RGB value is (220,54,31). Sum of RGB (Red+Green+Blue) = 220+54+31=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC361F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC361F is #23C9E0. Grayscale: #656565. Windows color (decimal): -2345441 or 2045660. OLE color: 2045660.
HSL color Cylindrical-coordinate representation of color #DC361F: hue angle of 7.3º degrees, saturation: 0.75, 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 #DC361F is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 31 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.14 |
| HSL | 7.3º | 0.75% | 0.49% | - |
| HSV(B) | 7.3º | 0.86% | 0.86% | - |
| XYZ | 31.08 | 17.95 | 3.12 | - |
| YUV | 101.01 | 88.5 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 31 | 0 | 0.75 | 0.86 | 0.14 | 7.3 | 0.75 | 0.49 |
| Hex | DC | 36 | 1F | 0 | 4B | 56 | E | 7 | 4B | 31 |
| Octal | 334 | 66 | 37 | 0 | 113 | 126 | 16 | 7 | 113 | 61 |
| Binary | 11011100 | 110110 | 11111 | 0 | 1001011 | 1010110 | 1110 | 111 | 1001011 | 110001 |
Color Harmonies of #DC361F
Complementary color
Monochromatic Colors of #DC361F
Black with #DC361F
Text Example
Text Example
White with #DC361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC361F; }
p { color: rgb(220,54,31); }
H1.HeaderClassName
{
color: #DC361F;
}
.AnyTagClassName
{
color: #DC361F;
}
</style>
background-color css
<style>
a { background-color: #DC361F; }
a { background-color: rgb(220,54,31); }
div.DivClassName
{
background-color: #DC361F;
}
.BgClassName
{
background-color: #DC361F;
}
</style>
border-color css
<style>
span { border-color: #DC361F; }
span { border-color: rgb(220,54,31); }
td.TdClassName
{
border-color: #DC361F;
}
.TagClassName
{
border-color: #DC361F;
}
</style>