Html Css Color HEX #DB3811 Harley Davidson Orange

📋 copy color: '#DB3811'

red 219 ◦ green 56 ◦ blue 17

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

Shades of Harley Davidson Orange #DB3811

Tints of Harley Davidson Orange #DB3811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.18%

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

R = 75%
G = 19.18%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB3811 (or 0xDB3811) is known color: Harley Davidson Orange. HEX triplet: DB, 38 and 11. RGB value is (219,56,17). Sum of RGB (Red+Green+Blue) = 219+56+17=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3811 is #24C7EE. Grayscale: #646464. Windows color (decimal): -2410479 or 1128667. OLE color: 1128667.

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

Color convert

RGB 219 56 17 -
CMYK 0 0.74 0.92 0.14
HSL 11.58º 0.86% 0.46% -
HSV(B) 11.58º 0.92% 0.86% -
XYZ 30.73 17.93 2.37 -
YUV 100.29 81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 219 56 17 0 0.74 0.92 0.14 11.58 0.86 0.46
Hex DB 38 11 0 4A 5C E C 56 2E
Octal 333 70 21 0 112 134 16 14 126 56
Binary 11011011 111000 10001 0 1001010 1011100 1110 1100 1010110 101110

Color Harmonies of #DB3811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3811

Black with #DB3811

Text Example


Text Example

White with #DB3811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3811; }

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

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

background-color css

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

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

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

border-color css

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

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

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