Html Css Color HEX #DB2111 Harley Davidson Orange

📋 copy color: '#DB2111'

red 219 ◦ green 33 ◦ blue 17

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

Shades of Harley Davidson Orange #DB2111

Tints of Harley Davidson Orange #DB2111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.32%

R = 81.41%
G = 12.27%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB2111 (or 0xDB2111) is known color: Harley Davidson Orange. HEX triplet: DB, 21 and 11. RGB value is (219,33,17). Sum of RGB (Red+Green+Blue) = 219+33+17=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2111 is #24DEEE. Grayscale: #575757. Windows color (decimal): -2416367 or 1122779. OLE color: 1122779.

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

Color convert

RGB 219 33 17 -
CMYK 0 0.85 0.92 0.14
HSL 4.75º 0.86% 0.46% -
HSV(B) 4.75º 0.92% 0.86% -
XYZ 29.86 16.19 2.08 -
YUV 86.79 88.62 222.3 -
System Red Green Blue C M Y K H S L
Decimal 219 33 17 0 0.85 0.92 0.14 4.75 0.86 0.46
Hex DB 21 11 0 55 5C E 5 56 2E
Octal 333 41 21 0 125 134 16 5 126 56
Binary 11011011 100001 10001 0 1010101 1011100 1110 101 1010110 101110

Color Harmonies of #DB2111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2111

Black with #DB2111

Text Example


Text Example

White with #DB2111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2111; }

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

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

background-color css

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

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

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

border-color css

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

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

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