Html Css Color HEX #DB2116 Harley Davidson Orange

📋 copy color: '#DB2116'

red 219 ◦ green 33 ◦ blue 22

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

Shades of Harley Davidson Orange #DB2116

Tints of Harley Davidson Orange #DB2116

RGB

 RED value IS 219 (85.94% from 255) = 79.93%

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

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

R = 79.93%
G = 12.04%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB2116 (or 0xDB2116) is known color: Harley Davidson Orange. HEX triplet: DB, 21 and 16. RGB value is (219,33,22). Sum of RGB (Red+Green+Blue) = 219+33+22=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2116 is #24DEE9. Grayscale: #575757. Windows color (decimal): -2416362 or 1450459. OLE color: 1450459.

HSL color Cylindrical-coordinate representation of color #DB2116: hue angle of 3.35º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB2116 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 33 22 -
CMYK 0 0.85 0.90 0.14
HSL 3.35º 0.82% 0.47% -
HSV(B) 3.35º 0.9% 0.86% -
XYZ 29.9 16.21 2.31 -
YUV 87.36 91.12 221.89 -
System Red Green Blue C M Y K H S L
Decimal 219 33 22 0 0.85 0.90 0.14 3.35 0.82 0.47
Hex DB 21 16 0 55 5A E 3 52 2F
Octal 333 41 26 0 125 132 16 3 122 57
Binary 11011011 100001 10110 0 1010101 1011010 1110 11 1010010 101111

Color Harmonies of #DB2116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2116

Black with #DB2116

Text Example


Text Example

White with #DB2116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2116; }

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

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

background-color css

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

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

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

border-color css

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

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

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