Html Css Color HEX #DB3909 Harley Davidson Orange

📋 copy color: '#DB3909'

red 219 ◦ green 57 ◦ blue 9

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

Shades of Harley Davidson Orange #DB3909

Tints of Harley Davidson Orange #DB3909

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20%

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

R = 76.84%
G = 20%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB3909 (or 0xDB3909) is known color: Harley Davidson Orange. HEX triplet: DB, 39 and 09. RGB value is (219,57,9). Sum of RGB (Red+Green+Blue) = 219+57+9=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3909 is #24C6F6. Grayscale: #646464. Windows color (decimal): -2410231 or 604635. OLE color: 604635.

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

Color convert

RGB 219 57 9 -
CMYK 0 0.74 0.96 0.14
HSL 13.71º 0.92% 0.45% -
HSV(B) 13.71º 0.96% 0.86% -
XYZ 30.73 18.01 2.11 -
YUV 99.97 76.67 212.9 -
System Red Green Blue C M Y K H S L
Decimal 219 57 9 0 0.74 0.96 0.14 13.71 0.92 0.45
Hex DB 39 9 0 4A 60 E E 5C 2D
Octal 333 71 11 0 112 140 16 16 134 55
Binary 11011011 111001 1001 0 1001010 1100000 1110 1110 1011100 101101

Color Harmonies of #DB3909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3909

Black with #DB3909

Text Example


Text Example

White with #DB3909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3909; }

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

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

background-color css

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

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

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

border-color css

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

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

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