Html Css Color HEX #DB3011 Harley Davidson Orange

📋 copy color: '#DB3011'

red 219 ◦ green 48 ◦ blue 17

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

Shades of Harley Davidson Orange #DB3011

Tints of Harley Davidson Orange #DB3011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.9%

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

R = 77.11%
G = 16.9%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB3011 (or 0xDB3011) is known color: Harley Davidson Orange. HEX triplet: DB, 30 and 11. RGB value is (219,48,17). Sum of RGB (Red+Green+Blue) = 219+48+17=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3011 is #24CFEE. Grayscale: #5F5F5F. Windows color (decimal): -2412527 or 1126619. OLE color: 1126619.

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

Color convert

RGB 219 48 17 -
CMYK 0 0.78 0.92 0.14
HSL 9.21º 0.86% 0.46% -
HSV(B) 9.21º 0.92% 0.86% -
XYZ 30.37 17.21 2.25 -
YUV 95.6 83.65 216.02 -
System Red Green Blue C M Y K H S L
Decimal 219 48 17 0 0.78 0.92 0.14 9.21 0.86 0.46
Hex DB 30 11 0 4E 5C E 9 56 2E
Octal 333 60 21 0 116 134 16 11 126 56
Binary 11011011 110000 10001 0 1001110 1011100 1110 1001 1010110 101110

Color Harmonies of #DB3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3011

Black with #DB3011

Text Example


Text Example

White with #DB3011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3011; }

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

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

background-color css

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

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

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

border-color css

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

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

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