Html Css Color HEX #DB390E Harley Davidson Orange

📋 copy color: '#DB390E'

red 219 ◦ green 57 ◦ blue 14

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

Shades of Harley Davidson Orange #DB390E

Tints of Harley Davidson Orange #DB390E

RGB

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

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

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

R = 75.52%
G = 19.66%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB390E (or 0xDB390E) is known color: Harley Davidson Orange. HEX triplet: DB, 39 and 0E. RGB value is (219,57,14). Sum of RGB (Red+Green+Blue) = 219+57+14=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB390E is #24C6F1. Grayscale: #646464. Windows color (decimal): -2410226 or 932315. OLE color: 932315.

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

Color convert

RGB 219 57 14 -
CMYK 0 0.74 0.94 0.14
HSL 12.59º 0.88% 0.46% -
HSV(B) 12.59º 0.94% 0.86% -
XYZ 30.76 18.02 2.27 -
YUV 100.54 79.17 212.5 -
System Red Green Blue C M Y K H S L
Decimal 219 57 14 0 0.74 0.94 0.14 12.59 0.88 0.46
Hex DB 39 E 0 4A 5E E D 58 2E
Octal 333 71 16 0 112 136 16 15 130 56
Binary 11011011 111001 1110 0 1001010 1011110 1110 1101 1011000 101110

Color Harmonies of #DB390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB390E

Black with #DB390E

Text Example


Text Example

White with #DB390E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB390E; }

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

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

background-color css

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

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

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

border-color css

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

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

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