Html Css Color HEX #DF231B Harley Davidson Orange
📋 copy color: '#DF231B'red 223 ◦ green 35 ◦ blue 27
Shades of Harley Davidson Orange #DF231B
Tints of Harley Davidson Orange #DF231B
RGB
CMYK
RGB Variations
Color information
#DF231B (or 0xDF231B) is known color: Harley Davidson Orange. HEX triplet: DF, 23 and 1B. RGB value is (223,35,27). Sum of RGB (Red+Green+Blue) = 223+35+27=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF231B is #20DCE4. Grayscale: #5A5A5A. Windows color (decimal): -2153701 or 1778655. OLE color: 1778655.
HSL color Cylindrical-coordinate representation of color #DF231B: hue angle of 2.45º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF231B is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 27 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.13 |
| HSL | 2.45º | 0.78% | 0.49% | - |
| HSV(B) | 2.45º | 0.88% | 0.87% | - |
| XYZ | 31.23 | 16.97 | 2.67 | - |
| YUV | 90.3 | 92.28 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 27 | 0 | 0.84 | 0.88 | 0.13 | 2.45 | 0.78 | 0.49 |
| Hex | DF | 23 | 1B | 0 | 54 | 58 | D | 2 | 4E | 31 |
| Octal | 337 | 43 | 33 | 0 | 124 | 130 | 15 | 2 | 116 | 61 |
| Binary | 11011111 | 100011 | 11011 | 0 | 1010100 | 1011000 | 1101 | 10 | 1001110 | 110001 |
Color Harmonies of #DF231B
Complementary color
Monochromatic Colors of #DF231B
Black with #DF231B
Text Example
Text Example
White with #DF231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF231B; }
p { color: rgb(223,35,27); }
H1.HeaderClassName
{
color: #DF231B;
}
.AnyTagClassName
{
color: #DF231B;
}
</style>
background-color css
<style>
a { background-color: #DF231B; }
a { background-color: rgb(223,35,27); }
div.DivClassName
{
background-color: #DF231B;
}
.BgClassName
{
background-color: #DF231B;
}
</style>
border-color css
<style>
span { border-color: #DF231B; }
span { border-color: rgb(223,35,27); }
td.TdClassName
{
border-color: #DF231B;
}
.TagClassName
{
border-color: #DF231B;
}
</style>