Html Css Color HEX #DB2B09 Harley Davidson Orange

📋 copy color: '#DB2B09'

red 219 ◦ green 43 ◦ blue 9

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

Shades of Harley Davidson Orange #DB2B09

Tints of Harley Davidson Orange #DB2B09

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.87%

 BLUE value IS 9 (3.91% from 255) = 3.32%

R = 80.81%
G = 15.87%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB2B09 (or 0xDB2B09) is known color: Harley Davidson Orange. HEX triplet: DB, 2B and 09. RGB value is (219,43,9). Sum of RGB (Red+Green+Blue) = 219+43+9=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2B09 is #24D4F6. Grayscale: #5C5C5C. Windows color (decimal): -2413815 or 601051. OLE color: 601051.

HSL color Cylindrical-coordinate representation of color #DB2B09: hue angle of 9.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB2B09 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 43 9 -
CMYK 0 0.80 0.96 0.14
HSL 9.71º 0.92% 0.45% -
HSV(B) 9.71º 0.96% 0.86% -
XYZ 30.13 16.81 1.91 -
YUV 91.75 81.31 218.76 -
System Red Green Blue C M Y K H S L
Decimal 219 43 9 0 0.80 0.96 0.14 9.71 0.92 0.45
Hex DB 2B 9 0 50 60 E A 5C 2D
Octal 333 53 11 0 120 140 16 12 134 55
Binary 11011011 101011 1001 0 1010000 1100000 1110 1010 1011100 101101

Color Harmonies of #DB2B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B09

Black with #DB2B09

Text Example


Text Example

White with #DB2B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B09; }

 p { color: rgb(219,43,9); }

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

background-color css

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

 a { background-color: rgb(219,43,9); }

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

border-color css

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

 span { border-color: rgb(219,43,9); }

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