Html Css Color HEX #DC231E Harley Davidson Orange
📋 copy color: '#DC231E'red 220 ◦ green 35 ◦ blue 30
Shades of Harley Davidson Orange #DC231E
Tints of Harley Davidson Orange #DC231E
RGB
CMYK
RGB Variations
Color information
#DC231E (or 0xDC231E) is known color: Harley Davidson Orange. HEX triplet: DC, 23 and 1E. RGB value is (220,35,30). Sum of RGB (Red+Green+Blue) = 220+35+30=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC231E is #23DCE1. Grayscale: #595959. Windows color (decimal): -2350306 or 1975260. OLE color: 1975260.
HSL color Cylindrical-coordinate representation of color #DC231E: hue angle of 1.58º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC231E is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 30 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.14 |
| HSL | 1.58º | 0.76% | 0.49% | - |
| HSV(B) | 1.58º | 0.86% | 0.86% | - |
| XYZ | 30.35 | 16.51 | 2.82 | - |
| YUV | 89.75 | 94.29 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 30 | 0 | 0.84 | 0.86 | 0.14 | 1.58 | 0.76 | 0.49 |
| Hex | DC | 23 | 1E | 0 | 54 | 56 | E | 2 | 4C | 31 |
| Octal | 334 | 43 | 36 | 0 | 124 | 126 | 16 | 2 | 114 | 61 |
| Binary | 11011100 | 100011 | 11110 | 0 | 1010100 | 1010110 | 1110 | 10 | 1001100 | 110001 |
Color Harmonies of #DC231E
Complementary color
Monochromatic Colors of #DC231E
Black with #DC231E
Text Example
Text Example
White with #DC231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC231E; }
p { color: rgb(220,35,30); }
H1.HeaderClassName
{
color: #DC231E;
}
.AnyTagClassName
{
color: #DC231E;
}
</style>
background-color css
<style>
a { background-color: #DC231E; }
a { background-color: rgb(220,35,30); }
div.DivClassName
{
background-color: #DC231E;
}
.BgClassName
{
background-color: #DC231E;
}
</style>
border-color css
<style>
span { border-color: #DC231E; }
span { border-color: rgb(220,35,30); }
td.TdClassName
{
border-color: #DC231E;
}
.TagClassName
{
border-color: #DC231E;
}
</style>