Html Css Color HEX #DE4916 Harley Davidson Orange

📋 copy color: '#DE4916'

red 222 ◦ green 73 ◦ blue 22

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

Shades of Harley Davidson Orange #DE4916

Tints of Harley Davidson Orange #DE4916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.03%

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

R = 70.03%
G = 23.03%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE4916 (or 0xDE4916) is known color: Harley Davidson Orange. HEX triplet: DE, 49 and 16. RGB value is (222,73,22). Sum of RGB (Red+Green+Blue) = 222+73+22=317 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.03% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4916 is #21B6E9. Grayscale: #707070. Windows color (decimal): -2209514 or 1460702. OLE color: 1460702.

HSL color Cylindrical-coordinate representation of color #DE4916: hue angle of 15.3º 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 #DE4916 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 73 22 -
CMYK 0 0.67 0.90 0.13
HSL 15.3º 0.82% 0.48% -
HSV(B) 15.3º 0.9% 0.87% -
XYZ 32.65 20.35 2.97 -
YUV 111.74 77.36 206.65 -
System Red Green Blue C M Y K H S L
Decimal 222 73 22 0 0.67 0.90 0.13 15.3 0.82 0.48
Hex DE 49 16 0 43 5A D F 52 30
Octal 336 111 26 0 103 132 15 17 122 60
Binary 11011110 1001001 10110 0 1000011 1011010 1101 1111 1010010 110000

Color Harmonies of #DE4916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4916

Black with #DE4916

Text Example


Text Example

White with #DE4916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4916; }

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

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

background-color css

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

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

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

border-color css

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

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

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