Html Css Color HEX #DE440E Harley Davidson Orange

📋 copy color: '#DE440E'

red 222 ◦ green 68 ◦ blue 14

#DE440E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #DE440E

Tints of Harley Davidson Orange #DE440E

RGB

 RED value IS 222 (87.11% from 255) = 73.03%

 GREEN value IS 68 (26.95% from 255) = 22.37%

 BLUE value IS 14 (5.86% from 255) = 4.61%

R = 73.03%
G = 22.37%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DE440E (or 0xDE440E) is known color: Harley Davidson Orange. HEX triplet: DE, 44 and 0E. RGB value is (222,68,14). Sum of RGB (Red+Green+Blue) = 222+68+14=304 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.03% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 222 - color contains mainly: red. Hex color #DE440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE440E is #21BBF1. Grayscale: #6C6C6C. Windows color (decimal): -2210802 or 935134. OLE color: 935134.

HSL color Cylindrical-coordinate representation of color #DE440E: hue angle of 15.58º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE440E is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 68 14 -
CMYK 0 0.69 0.94 0.13
HSL 15.58º 0.88% 0.46% -
HSV(B) 15.58º 0.94% 0.87% -
XYZ 32.27 19.7 2.52 -
YUV 107.89 75.02 209.39 -
System Red Green Blue C M Y K H S L
Decimal 222 68 14 0 0.69 0.94 0.13 15.58 0.88 0.46
Hex DE 44 E 0 45 5E D 10 58 2E
Octal 336 104 16 0 105 136 15 20 130 56
Binary 11011110 1000100 1110 0 1000101 1011110 1101 10000 1011000 101110

Color Harmonies of #DE440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE440E

Black with #DE440E

Text Example


Text Example

White with #DE440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE440E; }

 p { color: rgb(222,68,14); }

 H1.HeaderClassName
 {
   color: #DE440E;
 }
 .AnyTagClassName
 {
   color: #DE440E;
 }
</style>

background-color css

<style>
 a { background-color: #DE440E; }

 a { background-color: rgb(222,68,14); }

 div.DivClassName
 {
   background-color: #DE440E;
 }
 .BgClassName
 {
   background-color: #DE440E;
 }
</style>

border-color css

<style>
 span { border-color: #DE440E; }

 span { border-color: rgb(222,68,14); }

 td.TdClassName
 {
   border-color: #DE440E;
 }
 .TagClassName
 {
   border-color: #DE440E;
 }
</style>