Html Css Color HEX #DB291B Harley Davidson Orange

📋 copy color: '#DB291B'

red 219 ◦ green 41 ◦ blue 27

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

Shades of Harley Davidson Orange #DB291B

Tints of Harley Davidson Orange #DB291B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.29%

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

R = 76.31%
G = 14.29%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB291B (or 0xDB291B) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 1B. RGB value is (219,41,27). Sum of RGB (Red+Green+Blue) = 219+41+27=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB291B is #24D6E4. Grayscale: #5C5C5C. Windows color (decimal): -2414309 or 1780187. OLE color: 1780187.

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

Color convert

RGB 219 41 27 -
CMYK 0 0.81 0.88 0.14
HSL 4.38º 0.78% 0.48% -
HSV(B) 4.38º 0.88% 0.86% -
XYZ 30.2 16.73 2.67 -
YUV 92.63 90.97 218.14 -
System Red Green Blue C M Y K H S L
Decimal 219 41 27 0 0.81 0.88 0.14 4.38 0.78 0.48
Hex DB 29 1B 0 51 58 E 4 4E 30
Octal 333 51 33 0 121 130 16 4 116 60
Binary 11011011 101001 11011 0 1010001 1011000 1110 100 1001110 110000

Color Harmonies of #DB291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB291B

Black with #DB291B

Text Example


Text Example

White with #DB291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB291B; }

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

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

background-color css

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

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

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

border-color css

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

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

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