Html Css Color HEX #DF250B Harley Davidson Orange
📋 copy color: '#DF250B'red 223 ◦ green 37 ◦ blue 11
Shades of Harley Davidson Orange #DF250B
Tints of Harley Davidson Orange #DF250B
RGB
CMYK
RGB Variations
Color information
#DF250B (or 0xDF250B) is known color: Harley Davidson Orange. HEX triplet: DF, 25 and 0B. RGB value is (223,37,11). Sum of RGB (Red+Green+Blue) = 223+37+11=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF250B is #20DAF4. Grayscale: #595959. Windows color (decimal): -2153205 or 730591. OLE color: 730591.
HSL color Cylindrical-coordinate representation of color #DF250B: hue angle of 7.36º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF250B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.13 |
| HSL | 7.36º | 0.91% | 0.46% | - |
| HSV(B) | 7.36º | 0.95% | 0.87% | - |
| XYZ | 31.15 | 17.04 | 1.96 | - |
| YUV | 89.65 | 83.62 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 11 | 0 | 0.83 | 0.95 | 0.13 | 7.36 | 0.91 | 0.46 |
| Hex | DF | 25 | B | 0 | 53 | 5F | D | 7 | 5B | 2E |
| Octal | 337 | 45 | 13 | 0 | 123 | 137 | 15 | 7 | 133 | 56 |
| Binary | 11011111 | 100101 | 1011 | 0 | 1010011 | 1011111 | 1101 | 111 | 1011011 | 101110 |
Color Harmonies of #DF250B
Complementary color
Monochromatic Colors of #DF250B
Black with #DF250B
Text Example
Text Example
White with #DF250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF250B; }
p { color: rgb(223,37,11); }
H1.HeaderClassName
{
color: #DF250B;
}
.AnyTagClassName
{
color: #DF250B;
}
</style>
background-color css
<style>
a { background-color: #DF250B; }
a { background-color: rgb(223,37,11); }
div.DivClassName
{
background-color: #DF250B;
}
.BgClassName
{
background-color: #DF250B;
}
</style>
border-color css
<style>
span { border-color: #DF250B; }
span { border-color: rgb(223,37,11); }
td.TdClassName
{
border-color: #DF250B;
}
.TagClassName
{
border-color: #DF250B;
}
</style>