Html Css Color HEX #DB491B Harley Davidson Orange

📋 copy color: '#DB491B'

red 219 ◦ green 73 ◦ blue 27

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

Shades of Harley Davidson Orange #DB491B

Tints of Harley Davidson Orange #DB491B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.88%

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

R = 68.65%
G = 22.88%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB491B (or 0xDB491B) is known color: Harley Davidson Orange. HEX triplet: DB, 49 and 1B. RGB value is (219,73,27). Sum of RGB (Red+Green+Blue) = 219+73+27=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB491B is #24B6E4. Grayscale: #6F6F6F. Windows color (decimal): -2406117 or 1788379. OLE color: 1788379.

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

Color convert

RGB 219 73 27 -
CMYK 0 0.67 0.88 0.14
HSL 14.38º 0.78% 0.48% -
HSV(B) 14.38º 0.88% 0.86% -
XYZ 31.79 19.9 3.2 -
YUV 111.41 80.37 204.74 -
System Red Green Blue C M Y K H S L
Decimal 219 73 27 0 0.67 0.88 0.14 14.38 0.78 0.48
Hex DB 49 1B 0 43 58 E E 4E 30
Octal 333 111 33 0 103 130 16 16 116 60
Binary 11011011 1001001 11011 0 1000011 1011000 1110 1110 1001110 110000

Color Harmonies of #DB491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB491B

Black with #DB491B

Text Example


Text Example

White with #DB491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB491B; }

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

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

background-color css

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

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

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

border-color css

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

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

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