Html Css Color HEX #DB2709 Harley Davidson Orange

📋 copy color: '#DB2709'

red 219 ◦ green 39 ◦ blue 9

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

Shades of Harley Davidson Orange #DB2709

Tints of Harley Davidson Orange #DB2709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.61%

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

R = 82.02%
G = 14.61%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB2709 (or 0xDB2709) is known color: Harley Davidson Orange. HEX triplet: DB, 27 and 09. RGB value is (219,39,9). Sum of RGB (Red+Green+Blue) = 219+39+9=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2709 is #24D8F6. Grayscale: #595959. Windows color (decimal): -2414839 or 600027. OLE color: 600027.

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

Color convert

RGB 219 39 9 -
CMYK 0 0.82 0.96 0.14
HSL 8.57º 0.92% 0.45% -
HSV(B) 8.57º 0.96% 0.86% -
XYZ 29.99 16.53 1.87 -
YUV 89.4 82.63 220.44 -
System Red Green Blue C M Y K H S L
Decimal 219 39 9 0 0.82 0.96 0.14 8.57 0.92 0.45
Hex DB 27 9 0 52 60 E 9 5C 2D
Octal 333 47 11 0 122 140 16 11 134 55
Binary 11011011 100111 1001 0 1010010 1100000 1110 1001 1011100 101101

Color Harmonies of #DB2709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2709

Black with #DB2709

Text Example


Text Example

White with #DB2709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2709; }

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

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

background-color css

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

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

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

border-color css

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

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

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