Html Css Color HEX #DB291A Harley Davidson Orange

📋 copy color: '#DB291A'

red 219 ◦ green 41 ◦ blue 26

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

Shades of Harley Davidson Orange #DB291A

Tints of Harley Davidson Orange #DB291A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.09%

R = 76.57%
G = 14.34%
B = 9.09%

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

#DB291A (or 0xDB291A) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 1A. RGB value is (219,41,26). Sum of RGB (Red+Green+Blue) = 219+41+26=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB291A is #24D6E5. Grayscale: #5C5C5C. Windows color (decimal): -2414310 or 1714651. OLE color: 1714651.

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

Color convert

RGB 219 41 26 -
CMYK 0 0.81 0.88 0.14
HSL 4.66º 0.79% 0.48% -
HSV(B) 4.66º 0.88% 0.86% -
XYZ 30.19 16.72 2.61 -
YUV 92.51 90.47 218.22 -
System Red Green Blue C M Y K H S L
Decimal 219 41 26 0 0.81 0.88 0.14 4.66 0.79 0.48
Hex DB 29 1A 0 51 58 E 5 4F 30
Octal 333 51 32 0 121 130 16 5 117 60
Binary 11011011 101001 11010 0 1010001 1011000 1110 101 1001111 110000

Color Harmonies of #DB291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB291A

Black with #DB291A

Text Example


Text Example

White with #DB291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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