Html Css Color HEX #DF381D Harley Davidson Orange
📋 copy color: '#DF381D'red 223 ◦ green 56 ◦ blue 29
Shades of Harley Davidson Orange #DF381D
Tints of Harley Davidson Orange #DF381D
RGB
CMYK
RGB Variations
Color information
#DF381D (or 0xDF381D) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 1D. RGB value is (223,56,29). Sum of RGB (Red+Green+Blue) = 223+56+29=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF381D is #20C7E2. Grayscale: #676767. Windows color (decimal): -2148323 or 1915103. OLE color: 1915103.
HSL color Cylindrical-coordinate representation of color #DF381D: hue angle of 8.35º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF381D is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 29 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.13 |
| HSL | 8.35º | 0.77% | 0.49% | - |
| HSV(B) | 8.35º | 0.87% | 0.87% | - |
| XYZ | 32.07 | 18.61 | 3.06 | - |
| YUV | 102.86 | 86.33 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 29 | 0 | 0.75 | 0.87 | 0.13 | 8.35 | 0.77 | 0.49 |
| Hex | DF | 38 | 1D | 0 | 4B | 57 | D | 8 | 4D | 31 |
| Octal | 337 | 70 | 35 | 0 | 113 | 127 | 15 | 10 | 115 | 61 |
| Binary | 11011111 | 111000 | 11101 | 0 | 1001011 | 1010111 | 1101 | 1000 | 1001101 | 110001 |
Color Harmonies of #DF381D
Complementary color
Monochromatic Colors of #DF381D
Black with #DF381D
Text Example
Text Example
White with #DF381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF381D; }
p { color: rgb(223,56,29); }
H1.HeaderClassName
{
color: #DF381D;
}
.AnyTagClassName
{
color: #DF381D;
}
</style>
background-color css
<style>
a { background-color: #DF381D; }
a { background-color: rgb(223,56,29); }
div.DivClassName
{
background-color: #DF381D;
}
.BgClassName
{
background-color: #DF381D;
}
</style>
border-color css
<style>
span { border-color: #DF381D; }
span { border-color: rgb(223,56,29); }
td.TdClassName
{
border-color: #DF381D;
}
.TagClassName
{
border-color: #DF381D;
}
</style>