Html Css Color HEX #DC300F Harley Davidson Orange
📋 copy color: '#DC300F'red 220 ◦ green 48 ◦ blue 15
Shades of Harley Davidson Orange #DC300F
Tints of Harley Davidson Orange #DC300F
RGB
CMYK
RGB Variations
Color information
#DC300F (or 0xDC300F) is known color: Harley Davidson Orange. HEX triplet: DC, 30 and 0F. RGB value is (220,48,15). Sum of RGB (Red+Green+Blue) = 220+48+15=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC300F is #23CFF0. Grayscale: #5F5F5F. Windows color (decimal): -2346993 or 995548. OLE color: 995548.
HSL color Cylindrical-coordinate representation of color #DC300F: hue angle of 9.66º 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 #DC300F is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 15 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.14 |
| HSL | 9.66º | 0.87% | 0.46% | - |
| HSV(B) | 9.66º | 0.93% | 0.86% | - |
| XYZ | 30.66 | 17.36 | 2.19 | - |
| YUV | 95.67 | 82.48 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 15 | 0 | 0.78 | 0.93 | 0.14 | 9.66 | 0.87 | 0.46 |
| Hex | DC | 30 | F | 0 | 4E | 5D | E | A | 57 | 2E |
| Octal | 334 | 60 | 17 | 0 | 116 | 135 | 16 | 12 | 127 | 56 |
| Binary | 11011100 | 110000 | 1111 | 0 | 1001110 | 1011101 | 1110 | 1010 | 1010111 | 101110 |
Color Harmonies of #DC300F
Complementary color
Monochromatic Colors of #DC300F
Black with #DC300F
Text Example
Text Example
White with #DC300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC300F; }
p { color: rgb(220,48,15); }
H1.HeaderClassName
{
color: #DC300F;
}
.AnyTagClassName
{
color: #DC300F;
}
</style>
background-color css
<style>
a { background-color: #DC300F; }
a { background-color: rgb(220,48,15); }
div.DivClassName
{
background-color: #DC300F;
}
.BgClassName
{
background-color: #DC300F;
}
</style>
border-color css
<style>
span { border-color: #DC300F; }
span { border-color: rgb(220,48,15); }
td.TdClassName
{
border-color: #DC300F;
}
.TagClassName
{
border-color: #DC300F;
}
</style>