Html Css Color HEX #DB2609 Harley Davidson Orange

📋 copy color: '#DB2609'

red 219 ◦ green 38 ◦ blue 9

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

Shades of Harley Davidson Orange #DB2609

Tints of Harley Davidson Orange #DB2609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.29%

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

R = 82.33%
G = 14.29%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB2609 (or 0xDB2609) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 09. RGB value is (219,38,9). Sum of RGB (Red+Green+Blue) = 219+38+9=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2609 is #24D9F6. Grayscale: #595959. Windows color (decimal): -2415095 or 599771. OLE color: 599771.

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

Color convert

RGB 219 38 9 -
CMYK 0 0.83 0.96 0.14
HSL 8.29º 0.92% 0.45% -
HSV(B) 8.29º 0.96% 0.86% -
XYZ 29.96 16.47 1.86 -
YUV 88.81 82.97 220.86 -
System Red Green Blue C M Y K H S L
Decimal 219 38 9 0 0.83 0.96 0.14 8.29 0.92 0.45
Hex DB 26 9 0 53 60 E 8 5C 2D
Octal 333 46 11 0 123 140 16 10 134 55
Binary 11011011 100110 1001 0 1010011 1100000 1110 1000 1011100 101101

Color Harmonies of #DB2609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2609

Black with #DB2609

Text Example


Text Example

White with #DB2609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2609; }

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

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

background-color css

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

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

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

border-color css

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

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

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