Html Css Color HEX #DB4111 Harley Davidson Orange

📋 copy color: '#DB4111'

red 219 ◦ green 65 ◦ blue 17

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

Shades of Harley Davidson Orange #DB4111

Tints of Harley Davidson Orange #DB4111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

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

R = 72.76%
G = 21.59%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB4111 (or 0xDB4111) is known color: Harley Davidson Orange. HEX triplet: DB, 41 and 11. RGB value is (219,65,17). Sum of RGB (Red+Green+Blue) = 219+65+17=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4111 is #24BEEE. Grayscale: #696969. Windows color (decimal): -2408175 or 1130971. OLE color: 1130971.

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

Color convert

RGB 219 65 17 -
CMYK 0 0.70 0.92 0.14
HSL 14.26º 0.86% 0.46% -
HSV(B) 14.26º 0.92% 0.86% -
XYZ 31.2 18.88 2.53 -
YUV 105.57 78.02 208.9 -
System Red Green Blue C M Y K H S L
Decimal 219 65 17 0 0.70 0.92 0.14 14.26 0.86 0.46
Hex DB 41 11 0 46 5C E E 56 2E
Octal 333 101 21 0 106 134 16 16 126 56
Binary 11011011 1000001 10001 0 1000110 1011100 1110 1110 1010110 101110

Color Harmonies of #DB4111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4111

Black with #DB4111

Text Example


Text Example

White with #DB4111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4111; }

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

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

background-color css

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

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

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

border-color css

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

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

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