Html Css Color HEX #DF251B Harley Davidson Orange
📋 copy color: '#DF251B'red 223 ◦ green 37 ◦ blue 27
Shades of Harley Davidson Orange #DF251B
Tints of Harley Davidson Orange #DF251B
RGB
CMYK
RGB Variations
Color information
#DF251B (or 0xDF251B) is known color: Harley Davidson Orange. HEX triplet: DF, 25 and 1B. RGB value is (223,37,27). Sum of RGB (Red+Green+Blue) = 223+37+27=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF251B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF251B is #20DAE4. Grayscale: #5B5B5B. Windows color (decimal): -2153189 or 1779167. OLE color: 1779167.
HSL color Cylindrical-coordinate representation of color #DF251B: hue angle of 3.06º 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 #DF251B is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 27 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.13 |
| HSL | 3.06º | 0.78% | 0.49% | - |
| HSV(B) | 3.06º | 0.88% | 0.87% | - |
| XYZ | 31.29 | 17.09 | 2.69 | - |
| YUV | 91.47 | 91.62 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 27 | 0 | 0.83 | 0.88 | 0.13 | 3.06 | 0.78 | 0.49 |
| Hex | DF | 25 | 1B | 0 | 53 | 58 | D | 3 | 4E | 31 |
| Octal | 337 | 45 | 33 | 0 | 123 | 130 | 15 | 3 | 116 | 61 |
| Binary | 11011111 | 100101 | 11011 | 0 | 1010011 | 1011000 | 1101 | 11 | 1001110 | 110001 |
Color Harmonies of #DF251B
Complementary color
Monochromatic Colors of #DF251B
Black with #DF251B
Text Example
Text Example
White with #DF251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF251B; }
p { color: rgb(223,37,27); }
H1.HeaderClassName
{
color: #DF251B;
}
.AnyTagClassName
{
color: #DF251B;
}
</style>
background-color css
<style>
a { background-color: #DF251B; }
a { background-color: rgb(223,37,27); }
div.DivClassName
{
background-color: #DF251B;
}
.BgClassName
{
background-color: #DF251B;
}
</style>
border-color css
<style>
span { border-color: #DF251B; }
span { border-color: rgb(223,37,27); }
td.TdClassName
{
border-color: #DF251B;
}
.TagClassName
{
border-color: #DF251B;
}
</style>