Html Css Color HEX #DB2211 Harley Davidson Orange

📋 copy color: '#DB2211'

red 219 ◦ green 34 ◦ blue 17

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

Shades of Harley Davidson Orange #DB2211

Tints of Harley Davidson Orange #DB2211

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.59%

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

R = 81.11%
G = 12.59%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB2211 (or 0xDB2211) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 11. RGB value is (219,34,17). Sum of RGB (Red+Green+Blue) = 219+34+17=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2211 is #24DDEE. Grayscale: #575757. Windows color (decimal): -2416111 or 1123035. OLE color: 1123035.

HSL color Cylindrical-coordinate representation of color #DB2211: hue angle of 5.05º 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 #DB2211 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 34 17 -
CMYK 0 0.84 0.92 0.14
HSL 5.05º 0.86% 0.46% -
HSV(B) 5.05º 0.92% 0.86% -
XYZ 29.89 16.24 2.09 -
YUV 87.38 88.29 221.88 -
System Red Green Blue C M Y K H S L
Decimal 219 34 17 0 0.84 0.92 0.14 5.05 0.86 0.46
Hex DB 22 11 0 54 5C E 5 56 2E
Octal 333 42 21 0 124 134 16 5 126 56
Binary 11011011 100010 10001 0 1010100 1011100 1110 101 1010110 101110

Color Harmonies of #DB2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2211

Black with #DB2211

Text Example


Text Example

White with #DB2211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2211; }

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

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

background-color css

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

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

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

border-color css

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

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

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