Html Css Color HEX #DE4116 Harley Davidson Orange

📋 copy color: '#DE4116'

red 222 ◦ green 65 ◦ blue 22

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

Shades of Harley Davidson Orange #DE4116

Tints of Harley Davidson Orange #DE4116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.04%

 BLUE value IS 22 (8.98% from 255) = 7.12%

R = 71.84%
G = 21.04%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE4116 (or 0xDE4116) is known color: Harley Davidson Orange. HEX triplet: DE, 41 and 16. RGB value is (222,65,22). Sum of RGB (Red+Green+Blue) = 222+65+22=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4116 is #21BEE9. Grayscale: #6B6B6B. Windows color (decimal): -2211562 or 1458654. OLE color: 1458654.

HSL color Cylindrical-coordinate representation of color #DE4116: hue angle of 12.9º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE4116 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 65 22 -
CMYK 0 0.71 0.90 0.13
HSL 12.9º 0.82% 0.48% -
HSV(B) 12.9º 0.9% 0.87% -
XYZ 32.16 19.37 2.8 -
YUV 107.04 80.01 210 -
System Red Green Blue C M Y K H S L
Decimal 222 65 22 0 0.71 0.90 0.13 12.9 0.82 0.48
Hex DE 41 16 0 47 5A D D 52 30
Octal 336 101 26 0 107 132 15 15 122 60
Binary 11011110 1000001 10110 0 1000111 1011010 1101 1101 1010010 110000

Color Harmonies of #DE4116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4116

Black with #DE4116

Text Example


Text Example

White with #DE4116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4116; }

 p { color: rgb(222,65,22); }

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

background-color css

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

 a { background-color: rgb(222,65,22); }

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

border-color css

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

 span { border-color: rgb(222,65,22); }

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