Html Css Color HEX #DC280F Harley Davidson Orange
📋 copy color: '#DC280F'red 220 ◦ green 40 ◦ blue 15
Shades of Harley Davidson Orange #DC280F
Tints of Harley Davidson Orange #DC280F
RGB
CMYK
RGB Variations
Color information
#DC280F (or 0xDC280F) is known color: Harley Davidson Orange. HEX triplet: DC, 28 and 0F. RGB value is (220,40,15). Sum of RGB (Red+Green+Blue) = 220+40+15=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC280F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC280F is #23D7F0. Grayscale: #5B5B5B. Windows color (decimal): -2349041 or 993500. OLE color: 993500.
HSL color Cylindrical-coordinate representation of color #DC280F: hue angle of 7.32º 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 #DC280F is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 15 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.14 |
| HSL | 7.32º | 0.87% | 0.46% | - |
| HSV(B) | 7.32º | 0.93% | 0.86% | - |
| XYZ | 30.36 | 16.77 | 2.09 | - |
| YUV | 90.97 | 85.13 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 15 | 0 | 0.82 | 0.93 | 0.14 | 7.32 | 0.87 | 0.46 |
| Hex | DC | 28 | F | 0 | 52 | 5D | E | 7 | 57 | 2E |
| Octal | 334 | 50 | 17 | 0 | 122 | 135 | 16 | 7 | 127 | 56 |
| Binary | 11011100 | 101000 | 1111 | 0 | 1010010 | 1011101 | 1110 | 111 | 1010111 | 101110 |
Color Harmonies of #DC280F
Complementary color
Monochromatic Colors of #DC280F
Black with #DC280F
Text Example
Text Example
White with #DC280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC280F; }
p { color: rgb(220,40,15); }
H1.HeaderClassName
{
color: #DC280F;
}
.AnyTagClassName
{
color: #DC280F;
}
</style>
background-color css
<style>
a { background-color: #DC280F; }
a { background-color: rgb(220,40,15); }
div.DivClassName
{
background-color: #DC280F;
}
.BgClassName
{
background-color: #DC280F;
}
</style>
border-color css
<style>
span { border-color: #DC280F; }
span { border-color: rgb(220,40,15); }
td.TdClassName
{
border-color: #DC280F;
}
.TagClassName
{
border-color: #DC280F;
}
</style>