Html Css Color HEX #DE2116 Harley Davidson Orange

📋 copy color: '#DE2116'

red 222 ◦ green 33 ◦ blue 22

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

Shades of Harley Davidson Orange #DE2116

Tints of Harley Davidson Orange #DE2116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.91%

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

R = 80.14%
G = 11.91%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE2116 (or 0xDE2116) is known color: Harley Davidson Orange. HEX triplet: DE, 21 and 16. RGB value is (222,33,22). Sum of RGB (Red+Green+Blue) = 222+33+22=277 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.14% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2116 is #21DEE9. Grayscale: #585858. Windows color (decimal): -2219754 or 1450462. OLE color: 1450462.

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

Color convert

RGB 222 33 22 -
CMYK 0 0.85 0.90 0.13
HSL 3.3º 0.82% 0.48% -
HSV(B) 3.3º 0.9% 0.87% -
XYZ 30.81 16.68 2.35 -
YUV 88.26 90.62 223.39 -
System Red Green Blue C M Y K H S L
Decimal 222 33 22 0 0.85 0.90 0.13 3.3 0.82 0.48
Hex DE 21 16 0 55 5A D 3 52 30
Octal 336 41 26 0 125 132 15 3 122 60
Binary 11011110 100001 10110 0 1010101 1011010 1101 11 1010010 110000

Color Harmonies of #DE2116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2116

Black with #DE2116

Text Example


Text Example

White with #DE2116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2116; }

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

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

background-color css

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

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

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

border-color css

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

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

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