Html Css Color HEX #DB311B Harley Davidson Orange

📋 copy color: '#DB311B'

red 219 ◦ green 49 ◦ blue 27

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

Shades of Harley Davidson Orange #DB311B

Tints of Harley Davidson Orange #DB311B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.61%

 BLUE value IS 27 (10.94% from 255) = 9.15%

R = 74.24%
G = 16.61%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB311B (or 0xDB311B) is known color: Harley Davidson Orange. HEX triplet: DB, 31 and 1B. RGB value is (219,49,27). Sum of RGB (Red+Green+Blue) = 219+49+27=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB311B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB311B is #24CEE4. Grayscale: #616161. Windows color (decimal): -2412261 or 1782235. OLE color: 1782235.

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

Color convert

RGB 219 49 27 -
CMYK 0 0.78 0.88 0.14
HSL 6.88º 0.78% 0.48% -
HSV(B) 6.88º 0.88% 0.86% -
XYZ 30.51 17.34 2.78 -
YUV 97.32 88.32 214.79 -
System Red Green Blue C M Y K H S L
Decimal 219 49 27 0 0.78 0.88 0.14 6.88 0.78 0.48
Hex DB 31 1B 0 4E 58 E 7 4E 30
Octal 333 61 33 0 116 130 16 7 116 60
Binary 11011011 110001 11011 0 1001110 1011000 1110 111 1001110 110000

Color Harmonies of #DB311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB311B

Black with #DB311B

Text Example


Text Example

White with #DB311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB311B; }

 p { color: rgb(219,49,27); }

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

background-color css

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

 a { background-color: rgb(219,49,27); }

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

border-color css

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

 span { border-color: rgb(219,49,27); }

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