Html Css Color HEX #DC330F Harley Davidson Orange
📋 copy color: '#DC330F'red 220 ◦ green 51 ◦ blue 15
Shades of Harley Davidson Orange #DC330F
Tints of Harley Davidson Orange #DC330F
RGB
CMYK
RGB Variations
Color information
#DC330F (or 0xDC330F) is known color: Harley Davidson Orange. HEX triplet: DC, 33 and 0F. RGB value is (220,51,15). Sum of RGB (Red+Green+Blue) = 220+51+15=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC330F is #23CCF0. Grayscale: #616161. Windows color (decimal): -2346225 or 996316. OLE color: 996316.
HSL color Cylindrical-coordinate representation of color #DC330F: hue angle of 10.54º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC330F is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 15 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.14 |
| HSL | 10.54º | 0.87% | 0.46% | - |
| HSV(B) | 10.54º | 0.93% | 0.86% | - |
| XYZ | 30.79 | 17.62 | 2.23 | - |
| YUV | 97.43 | 81.49 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 15 | 0 | 0.77 | 0.93 | 0.14 | 10.54 | 0.87 | 0.46 |
| Hex | DC | 33 | F | 0 | 4D | 5D | E | B | 57 | 2E |
| Octal | 334 | 63 | 17 | 0 | 115 | 135 | 16 | 13 | 127 | 56 |
| Binary | 11011100 | 110011 | 1111 | 0 | 1001101 | 1011101 | 1110 | 1011 | 1010111 | 101110 |
Color Harmonies of #DC330F
Complementary color
Monochromatic Colors of #DC330F
Black with #DC330F
Text Example
Text Example
White with #DC330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC330F; }
p { color: rgb(220,51,15); }
H1.HeaderClassName
{
color: #DC330F;
}
.AnyTagClassName
{
color: #DC330F;
}
</style>
background-color css
<style>
a { background-color: #DC330F; }
a { background-color: rgb(220,51,15); }
div.DivClassName
{
background-color: #DC330F;
}
.BgClassName
{
background-color: #DC330F;
}
</style>
border-color css
<style>
span { border-color: #DC330F; }
span { border-color: rgb(220,51,15); }
td.TdClassName
{
border-color: #DC330F;
}
.TagClassName
{
border-color: #DC330F;
}
</style>