Html Css Color HEX #DC231B Harley Davidson Orange
📋 copy color: '#DC231B'red 220 ◦ green 35 ◦ blue 27
Shades of Harley Davidson Orange #DC231B
Tints of Harley Davidson Orange #DC231B
RGB
CMYK
RGB Variations
Color information
#DC231B (or 0xDC231B) is known color: Harley Davidson Orange. HEX triplet: DC, 23 and 1B. RGB value is (220,35,27). Sum of RGB (Red+Green+Blue) = 220+35+27=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC231B is #23DCE4. Grayscale: #595959. Windows color (decimal): -2350309 or 1778652. OLE color: 1778652.
HSL color Cylindrical-coordinate representation of color #DC231B: hue angle of 2.49º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC231B is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 27 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.14 |
| HSL | 2.49º | 0.78% | 0.48% | - |
| HSV(B) | 2.49º | 0.88% | 0.86% | - |
| XYZ | 30.31 | 16.5 | 2.62 | - |
| YUV | 89.4 | 92.79 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 27 | 0 | 0.84 | 0.88 | 0.14 | 2.49 | 0.78 | 0.48 |
| Hex | DC | 23 | 1B | 0 | 54 | 58 | E | 2 | 4E | 30 |
| Octal | 334 | 43 | 33 | 0 | 124 | 130 | 16 | 2 | 116 | 60 |
| Binary | 11011100 | 100011 | 11011 | 0 | 1010100 | 1011000 | 1110 | 10 | 1001110 | 110000 |
Color Harmonies of #DC231B
Complementary color
Monochromatic Colors of #DC231B
Black with #DC231B
Text Example
Text Example
White with #DC231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC231B; }
p { color: rgb(220,35,27); }
H1.HeaderClassName
{
color: #DC231B;
}
.AnyTagClassName
{
color: #DC231B;
}
</style>
background-color css
<style>
a { background-color: #DC231B; }
a { background-color: rgb(220,35,27); }
div.DivClassName
{
background-color: #DC231B;
}
.BgClassName
{
background-color: #DC231B;
}
</style>
border-color css
<style>
span { border-color: #DC231B; }
span { border-color: rgb(220,35,27); }
td.TdClassName
{
border-color: #DC231B;
}
.TagClassName
{
border-color: #DC231B;
}
</style>