Html Css Color HEX #DB320E Harley Davidson Orange

📋 copy color: '#DB320E'

red 219 ◦ green 50 ◦ blue 14

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

Shades of Harley Davidson Orange #DB320E

Tints of Harley Davidson Orange #DB320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.67%

 BLUE value IS 14 (5.86% from 255) = 4.95%

R = 77.39%
G = 17.67%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB320E (or 0xDB320E) is known color: Harley Davidson Orange. HEX triplet: DB, 32 and 0E. RGB value is (219,50,14). Sum of RGB (Red+Green+Blue) = 219+50+14=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB320E is #24CDF1. Grayscale: #606060. Windows color (decimal): -2412018 or 930523. OLE color: 930523.

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

Color convert

RGB 219 50 14 -
CMYK 0 0.77 0.94 0.14
HSL 10.54º 0.88% 0.46% -
HSV(B) 10.54º 0.94% 0.86% -
XYZ 30.43 17.37 2.16 -
YUV 96.43 81.49 215.43 -
System Red Green Blue C M Y K H S L
Decimal 219 50 14 0 0.77 0.94 0.14 10.54 0.88 0.46
Hex DB 32 E 0 4D 5E E B 58 2E
Octal 333 62 16 0 115 136 16 13 130 56
Binary 11011011 110010 1110 0 1001101 1011110 1110 1011 1011000 101110

Color Harmonies of #DB320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB320E

Black with #DB320E

Text Example


Text Example

White with #DB320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB320E; }

 p { color: rgb(219,50,14); }

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

background-color css

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

 a { background-color: rgb(219,50,14); }

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

border-color css

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

 span { border-color: rgb(219,50,14); }

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