Html Css Color HEX #DE2016 Harley Davidson Orange

📋 copy color: '#DE2016'

red 222 ◦ green 32 ◦ blue 22

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

Shades of Harley Davidson Orange #DE2016

Tints of Harley Davidson Orange #DE2016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.59%

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

R = 80.43%
G = 11.59%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE2016 (or 0xDE2016) is known color: Harley Davidson Orange. HEX triplet: DE, 20 and 16. RGB value is (222,32,22). Sum of RGB (Red+Green+Blue) = 222+32+22=276 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.43% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2016 is #21DFE9. Grayscale: #575757. Windows color (decimal): -2220010 or 1450206. OLE color: 1450206.

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

Color convert

RGB 222 32 22 -
CMYK 0 0.86 0.90 0.13
HSL 0.82% 0.48% -
HSV(B) 0.9% 0.87% -
XYZ 30.79 16.62 2.34 -
YUV 87.67 90.95 223.81 -
System Red Green Blue C M Y K H S L
Decimal 222 32 22 0 0.86 0.90 0.13 3 0.82 0.48
Hex DE 20 16 0 56 5A D 3 52 30
Octal 336 40 26 0 126 132 15 3 122 60
Binary 11011110 100000 10110 0 1010110 1011010 1101 11 1010010 110000

Color Harmonies of #DE2016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2016

Black with #DE2016

Text Example


Text Example

White with #DE2016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2016; }

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

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

background-color css

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

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

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

border-color css

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

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

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