Html Css Color HEX #DF381A Harley Davidson Orange
📋 copy color: '#DF381A'red 223 ◦ green 56 ◦ blue 26
Shades of Harley Davidson Orange #DF381A
Tints of Harley Davidson Orange #DF381A
RGB
CMYK
RGB Variations
Color information
#DF381A (or 0xDF381A) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 1A. RGB value is (223,56,26). Sum of RGB (Red+Green+Blue) = 223+56+26=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF381A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF381A is #20C7E5. Grayscale: #666666. Windows color (decimal): -2148326 or 1718495. OLE color: 1718495.
HSL color Cylindrical-coordinate representation of color #DF381A: hue angle of 9.14º degrees, saturation: 0.79, 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 #DF381A is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 26 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.13 |
| HSL | 9.14º | 0.79% | 0.49% | - |
| HSV(B) | 9.14º | 0.88% | 0.87% | - |
| XYZ | 32.03 | 18.59 | 2.88 | - |
| YUV | 102.51 | 84.83 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 26 | 0 | 0.75 | 0.88 | 0.13 | 9.14 | 0.79 | 0.49 |
| Hex | DF | 38 | 1A | 0 | 4B | 58 | D | 9 | 4F | 31 |
| Octal | 337 | 70 | 32 | 0 | 113 | 130 | 15 | 11 | 117 | 61 |
| Binary | 11011111 | 111000 | 11010 | 0 | 1001011 | 1011000 | 1101 | 1001 | 1001111 | 110001 |
Color Harmonies of #DF381A
Complementary color
Monochromatic Colors of #DF381A
Black with #DF381A
Text Example
Text Example
White with #DF381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF381A; }
p { color: rgb(223,56,26); }
H1.HeaderClassName
{
color: #DF381A;
}
.AnyTagClassName
{
color: #DF381A;
}
</style>
background-color css
<style>
a { background-color: #DF381A; }
a { background-color: rgb(223,56,26); }
div.DivClassName
{
background-color: #DF381A;
}
.BgClassName
{
background-color: #DF381A;
}
</style>
border-color css
<style>
span { border-color: #DF381A; }
span { border-color: rgb(223,56,26); }
td.TdClassName
{
border-color: #DF381A;
}
.TagClassName
{
border-color: #DF381A;
}
</style>