Html Css Color HEX #DC280B Harley Davidson Orange
📋 copy color: '#DC280B'red 220 ◦ green 40 ◦ blue 11
Shades of Harley Davidson Orange #DC280B
Tints of Harley Davidson Orange #DC280B
RGB
CMYK
RGB Variations
Color information
#DC280B (or 0xDC280B) is known color: Harley Davidson Orange. HEX triplet: DC, 28 and 0B. RGB value is (220,40,11). Sum of RGB (Red+Green+Blue) = 220+40+11=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC280B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC280B is #23D7F4. Grayscale: #5A5A5A. Windows color (decimal): -2349045 or 731356. OLE color: 731356.
HSL color Cylindrical-coordinate representation of color #DC280B: hue angle of 8.33º degrees, saturation: 0.9, 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 #DC280B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.14 |
| HSL | 8.33º | 0.9% | 0.45% | - |
| HSV(B) | 8.33º | 0.95% | 0.86% | - |
| XYZ | 30.33 | 16.76 | 1.95 | - |
| YUV | 90.51 | 83.13 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 11 | 0 | 0.82 | 0.95 | 0.14 | 8.33 | 0.9 | 0.45 |
| Hex | DC | 28 | B | 0 | 52 | 5F | E | 8 | 5A | 2D |
| Octal | 334 | 50 | 13 | 0 | 122 | 137 | 16 | 10 | 132 | 55 |
| Binary | 11011100 | 101000 | 1011 | 0 | 1010010 | 1011111 | 1110 | 1000 | 1011010 | 101101 |
Color Harmonies of #DC280B
Complementary color
Monochromatic Colors of #DC280B
Black with #DC280B
Text Example
Text Example
White with #DC280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC280B; }
p { color: rgb(220,40,11); }
H1.HeaderClassName
{
color: #DC280B;
}
.AnyTagClassName
{
color: #DC280B;
}
</style>
background-color css
<style>
a { background-color: #DC280B; }
a { background-color: rgb(220,40,11); }
div.DivClassName
{
background-color: #DC280B;
}
.BgClassName
{
background-color: #DC280B;
}
</style>
border-color css
<style>
span { border-color: #DC280B; }
span { border-color: rgb(220,40,11); }
td.TdClassName
{
border-color: #DC280B;
}
.TagClassName
{
border-color: #DC280B;
}
</style>