Html Css Color HEX #DC370A Harley Davidson Orange
📋 copy color: '#DC370A'red 220 ◦ green 55 ◦ blue 10
Shades of Harley Davidson Orange #DC370A
Tints of Harley Davidson Orange #DC370A
RGB
CMYK
RGB Variations
Color information
#DC370A (or 0xDC370A) is known color: Harley Davidson Orange. HEX triplet: DC, 37 and 0A. RGB value is (220,55,10). Sum of RGB (Red+Green+Blue) = 220+55+10=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC370A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC370A is #23C8F5. Grayscale: #636363. Windows color (decimal): -2345206 or 669660. OLE color: 669660.
HSL color Cylindrical-coordinate representation of color #DC370A: hue angle of 12.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC370A is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 10 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.14 |
| HSL | 12.86º | 0.91% | 0.45% | - |
| HSV(B) | 12.86º | 0.95% | 0.86% | - |
| XYZ | 30.94 | 17.97 | 2.13 | - |
| YUV | 99.21 | 77.66 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 10 | 0 | 0.75 | 0.95 | 0.14 | 12.86 | 0.91 | 0.45 |
| Hex | DC | 37 | A | 0 | 4B | 5F | E | D | 5B | 2D |
| Octal | 334 | 67 | 12 | 0 | 113 | 137 | 16 | 15 | 133 | 55 |
| Binary | 11011100 | 110111 | 1010 | 0 | 1001011 | 1011111 | 1110 | 1101 | 1011011 | 101101 |
Color Harmonies of #DC370A
Complementary color
Monochromatic Colors of #DC370A
Black with #DC370A
Text Example
Text Example
White with #DC370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC370A; }
p { color: rgb(220,55,10); }
H1.HeaderClassName
{
color: #DC370A;
}
.AnyTagClassName
{
color: #DC370A;
}
</style>
background-color css
<style>
a { background-color: #DC370A; }
a { background-color: rgb(220,55,10); }
div.DivClassName
{
background-color: #DC370A;
}
.BgClassName
{
background-color: #DC370A;
}
</style>
border-color css
<style>
span { border-color: #DC370A; }
span { border-color: rgb(220,55,10); }
td.TdClassName
{
border-color: #DC370A;
}
.TagClassName
{
border-color: #DC370A;
}
</style>