Html Css Color HEX #DC1B07 Harley Davidson Orange
📋 copy color: '#DC1B07'red 220 ◦ green 27 ◦ blue 7
Shades of Harley Davidson Orange #DC1B07
Tints of Harley Davidson Orange #DC1B07
RGB
CMYK
RGB Variations
Color information
#DC1B07 (or 0xDC1B07) is known color: Harley Davidson Orange. HEX triplet: DC, 1B and 07. RGB value is (220,27,7). Sum of RGB (Red+Green+Blue) = 220+27+7=254 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.61% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1B07 is #23E4F8. Grayscale: #525252. Windows color (decimal): -2352377 or 465884. OLE color: 465884.
HSL color Cylindrical-coordinate representation of color #DC1B07: hue angle of 5.63º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC1B07 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 7 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.14 |
| HSL | 5.63º | 0.94% | 0.45% | - |
| HSV(B) | 5.63º | 0.97% | 0.86% | - |
| XYZ | 29.95 | 16.01 | 1.71 | - |
| YUV | 82.43 | 85.44 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 7 | 0 | 0.88 | 0.97 | 0.14 | 5.63 | 0.94 | 0.45 |
| Hex | DC | 1B | 7 | 0 | 58 | 61 | E | 6 | 5E | 2D |
| Octal | 334 | 33 | 7 | 0 | 130 | 141 | 16 | 6 | 136 | 55 |
| Binary | 11011100 | 11011 | 111 | 0 | 1011000 | 1100001 | 1110 | 110 | 1011110 | 101101 |
Color Harmonies of #DC1B07
Complementary color
Monochromatic Colors of #DC1B07
Black with #DC1B07
Text Example
Text Example
White with #DC1B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B07; }
p { color: rgb(220,27,7); }
H1.HeaderClassName
{
color: #DC1B07;
}
.AnyTagClassName
{
color: #DC1B07;
}
</style>
background-color css
<style>
a { background-color: #DC1B07; }
a { background-color: rgb(220,27,7); }
div.DivClassName
{
background-color: #DC1B07;
}
.BgClassName
{
background-color: #DC1B07;
}
</style>
border-color css
<style>
span { border-color: #DC1B07; }
span { border-color: rgb(220,27,7); }
td.TdClassName
{
border-color: #DC1B07;
}
.TagClassName
{
border-color: #DC1B07;
}
</style>