Html Css Color HEX #DF251E Harley Davidson Orange
📋 copy color: '#DF251E'red 223 ◦ green 37 ◦ blue 30
Shades of Harley Davidson Orange #DF251E
Tints of Harley Davidson Orange #DF251E
RGB
CMYK
RGB Variations
Color information
#DF251E (or 0xDF251E) is known color: Harley Davidson Orange. HEX triplet: DF, 25 and 1E. RGB value is (223,37,30). Sum of RGB (Red+Green+Blue) = 223+37+30=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF251E is #20DAE1. Grayscale: #5C5C5C. Windows color (decimal): -2153186 or 1975775. OLE color: 1975775.
HSL color Cylindrical-coordinate representation of color #DF251E: hue angle of 2.18º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF251E is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 30 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.13 |
| HSL | 2.18º | 0.76% | 0.5% | - |
| HSV(B) | 2.18º | 0.87% | 0.87% | - |
| XYZ | 31.33 | 17.1 | 2.88 | - |
| YUV | 91.82 | 93.12 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 30 | 0 | 0.83 | 0.87 | 0.13 | 2.18 | 0.76 | 0.5 |
| Hex | DF | 25 | 1E | 0 | 53 | 57 | D | 2 | 4C | 32 |
| Octal | 337 | 45 | 36 | 0 | 123 | 127 | 15 | 2 | 114 | 62 |
| Binary | 11011111 | 100101 | 11110 | 0 | 1010011 | 1010111 | 1101 | 10 | 1001100 | 110010 |
Color Harmonies of #DF251E
Complementary color
Monochromatic Colors of #DF251E
Black with #DF251E
Text Example
Text Example
White with #DF251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF251E; }
p { color: rgb(223,37,30); }
H1.HeaderClassName
{
color: #DF251E;
}
.AnyTagClassName
{
color: #DF251E;
}
</style>
background-color css
<style>
a { background-color: #DF251E; }
a { background-color: rgb(223,37,30); }
div.DivClassName
{
background-color: #DF251E;
}
.BgClassName
{
background-color: #DF251E;
}
</style>
border-color css
<style>
span { border-color: #DF251E; }
span { border-color: rgb(223,37,30); }
td.TdClassName
{
border-color: #DF251E;
}
.TagClassName
{
border-color: #DF251E;
}
</style>