Html Css Color HEX #DB1811 Harley Davidson Orange

📋 copy color: '#DB1811'

red 219 ◦ green 24 ◦ blue 17

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

Shades of Harley Davidson Orange #DB1811

Tints of Harley Davidson Orange #DB1811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.23%

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

R = 84.23%
G = 9.23%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB1811 (or 0xDB1811) is known color: Harley Davidson Orange. HEX triplet: DB, 18 and 11. RGB value is (219,24,17). Sum of RGB (Red+Green+Blue) = 219+24+17=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1811 is #24E7EE. Grayscale: #515151. Windows color (decimal): -2418671 or 1120475. OLE color: 1120475.

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

Color convert

RGB 219 24 17 -
CMYK 0 0.89 0.92 0.14
HSL 2.08º 0.86% 0.46% -
HSV(B) 2.08º 0.92% 0.86% -
XYZ 29.64 15.75 2.01 -
YUV 81.51 91.6 226.07 -
System Red Green Blue C M Y K H S L
Decimal 219 24 17 0 0.89 0.92 0.14 2.08 0.86 0.46
Hex DB 18 11 0 59 5C E 2 56 2E
Octal 333 30 21 0 131 134 16 2 126 56
Binary 11011011 11000 10001 0 1011001 1011100 1110 10 1010110 101110

Color Harmonies of #DB1811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1811

Black with #DB1811

Text Example


Text Example

White with #DB1811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1811; }

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

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

background-color css

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

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

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

border-color css

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

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

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