Html Css Color HEX #DB340F Harley Davidson Orange

📋 copy color: '#DB340F'

red 219 ◦ green 52 ◦ blue 15

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

Shades of Harley Davidson Orange #DB340F

Tints of Harley Davidson Orange #DB340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.18%

 BLUE value IS 15 (6.25% from 255) = 5.24%

R = 76.57%
G = 18.18%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB340F (or 0xDB340F) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 0F. RGB value is (219,52,15). Sum of RGB (Red+Green+Blue) = 219+52+15=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB340F is #24CBF0. Grayscale: #626262. Windows color (decimal): -2411505 or 996571. OLE color: 996571.

HSL color Cylindrical-coordinate representation of color #DB340F: hue angle of 10.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB340F is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 52 15 -
CMYK 0 0.76 0.93 0.14
HSL 10.88º 0.87% 0.46% -
HSV(B) 10.88º 0.93% 0.86% -
XYZ 30.53 17.55 2.23 -
YUV 97.72 81.33 214.51 -
System Red Green Blue C M Y K H S L
Decimal 219 52 15 0 0.76 0.93 0.14 10.88 0.87 0.46
Hex DB 34 F 0 4C 5D E B 57 2E
Octal 333 64 17 0 114 135 16 13 127 56
Binary 11011011 110100 1111 0 1001100 1011101 1110 1011 1010111 101110

Color Harmonies of #DB340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB340F

Black with #DB340F

Text Example


Text Example

White with #DB340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB340F; }

 p { color: rgb(219,52,15); }

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

background-color css

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

 a { background-color: rgb(219,52,15); }

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

border-color css

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

 span { border-color: rgb(219,52,15); }

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