Html Css Color HEX #DE320B Harley Davidson Orange
📋 copy color: '#DE320B'red 222 ◦ green 50 ◦ blue 11
Shades of Harley Davidson Orange #DE320B
Tints of Harley Davidson Orange #DE320B
RGB
CMYK
RGB Variations
Color information
#DE320B (or 0xDE320B) is known color: Harley Davidson Orange. HEX triplet: DE, 32 and 0B. RGB value is (222,50,11). Sum of RGB (Red+Green+Blue) = 222+50+11=283 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.45% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 222 - color contains mainly: red. Hex color #DE320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE320B is #21CDF4. Grayscale: #616161. Windows color (decimal): -2215413 or 733918. OLE color: 733918.
HSL color Cylindrical-coordinate representation of color #DE320B: hue angle of 11.09º 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 #DE320B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.13 |
| HSL | 11.09º | 0.91% | 0.46% | - |
| HSV(B) | 11.09º | 0.95% | 0.87% | - |
| XYZ | 31.33 | 17.83 | 2.11 | - |
| YUV | 96.98 | 79.48 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 11 | 0 | 0.77 | 0.95 | 0.13 | 11.09 | 0.91 | 0.46 |
| Hex | DE | 32 | B | 0 | 4D | 5F | D | B | 5B | 2E |
| Octal | 336 | 62 | 13 | 0 | 115 | 137 | 15 | 13 | 133 | 56 |
| Binary | 11011110 | 110010 | 1011 | 0 | 1001101 | 1011111 | 1101 | 1011 | 1011011 | 101110 |
Color Harmonies of #DE320B
Complementary color
Monochromatic Colors of #DE320B
Black with #DE320B
Text Example
Text Example
White with #DE320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE320B; }
p { color: rgb(222,50,11); }
H1.HeaderClassName
{
color: #DE320B;
}
.AnyTagClassName
{
color: #DE320B;
}
</style>
background-color css
<style>
a { background-color: #DE320B; }
a { background-color: rgb(222,50,11); }
div.DivClassName
{
background-color: #DE320B;
}
.BgClassName
{
background-color: #DE320B;
}
</style>
border-color css
<style>
span { border-color: #DE320B; }
span { border-color: rgb(222,50,11); }
td.TdClassName
{
border-color: #DE320B;
}
.TagClassName
{
border-color: #DE320B;
}
</style>