Html Css Color HEX #DC260B Harley Davidson Orange
📋 copy color: '#DC260B'red 220 ◦ green 38 ◦ blue 11
Shades of Harley Davidson Orange #DC260B
Tints of Harley Davidson Orange #DC260B
RGB
CMYK
RGB Variations
Color information
#DC260B (or 0xDC260B) is known color: Harley Davidson Orange. HEX triplet: DC, 26 and 0B. RGB value is (220,38,11). Sum of RGB (Red+Green+Blue) = 220+38+11=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC260B is #23D9F4. Grayscale: #595959. Windows color (decimal): -2349557 or 730844. OLE color: 730844.
HSL color Cylindrical-coordinate representation of color #DC260B: hue angle of 7.75º 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 #DC260B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.14 |
| HSL | 7.75º | 0.9% | 0.45% | - |
| HSV(B) | 7.75º | 0.95% | 0.86% | - |
| XYZ | 30.27 | 16.63 | 1.93 | - |
| YUV | 89.34 | 83.8 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 11 | 0 | 0.83 | 0.95 | 0.14 | 7.75 | 0.9 | 0.45 |
| Hex | DC | 26 | B | 0 | 53 | 5F | E | 8 | 5A | 2D |
| Octal | 334 | 46 | 13 | 0 | 123 | 137 | 16 | 10 | 132 | 55 |
| Binary | 11011100 | 100110 | 1011 | 0 | 1010011 | 1011111 | 1110 | 1000 | 1011010 | 101101 |
Color Harmonies of #DC260B
Complementary color
Monochromatic Colors of #DC260B
Black with #DC260B
Text Example
Text Example
White with #DC260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC260B; }
p { color: rgb(220,38,11); }
H1.HeaderClassName
{
color: #DC260B;
}
.AnyTagClassName
{
color: #DC260B;
}
</style>
background-color css
<style>
a { background-color: #DC260B; }
a { background-color: rgb(220,38,11); }
div.DivClassName
{
background-color: #DC260B;
}
.BgClassName
{
background-color: #DC260B;
}
</style>
border-color css
<style>
span { border-color: #DC260B; }
span { border-color: rgb(220,38,11); }
td.TdClassName
{
border-color: #DC260B;
}
.TagClassName
{
border-color: #DC260B;
}
</style>