Html Css Color HEX #DB310E Harley Davidson Orange

📋 copy color: '#DB310E'

red 219 ◦ green 49 ◦ blue 14

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

Shades of Harley Davidson Orange #DB310E

Tints of Harley Davidson Orange #DB310E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.38%

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

R = 77.66%
G = 17.38%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB310E (or 0xDB310E) is known color: Harley Davidson Orange. HEX triplet: DB, 31 and 0E. RGB value is (219,49,14). Sum of RGB (Red+Green+Blue) = 219+49+14=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB310E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB310E is #24CEF1. Grayscale: #606060. Windows color (decimal): -2412274 or 930267. OLE color: 930267.

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

Color convert

RGB 219 49 14 -
CMYK 0 0.78 0.94 0.14
HSL 10.24º 0.88% 0.46% -
HSV(B) 10.24º 0.94% 0.86% -
XYZ 30.39 17.29 2.15 -
YUV 95.84 81.82 215.85 -
System Red Green Blue C M Y K H S L
Decimal 219 49 14 0 0.78 0.94 0.14 10.24 0.88 0.46
Hex DB 31 E 0 4E 5E E A 58 2E
Octal 333 61 16 0 116 136 16 12 130 56
Binary 11011011 110001 1110 0 1001110 1011110 1110 1010 1011000 101110

Color Harmonies of #DB310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB310E

Black with #DB310E

Text Example


Text Example

White with #DB310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB310E; }

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

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

background-color css

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

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

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

border-color css

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

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

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